Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. #region IronsmithChou
  2. case 4434:
  3. {
  4. dialog.Avatar(85);
  5. switch (npcRequest.OptionID)
  6. {
  7. case 0:
  8. {
  9. dialog.Text("I`m actually a dead man. Hey, don`t be afraid. Before I died, i had made numerous helmets for the emperor and his generais");
  10. dialog.Text(", But one dat. I made a bid mistake and were killed, After that. I decided to make helmets for anyone who is honest and diligent");
  11. dialog.Option("That`s good.", 255);
  12. dialog.Send();
  13. break;
  14. }
  15. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement