cinderweb

Untitled

Sep 8th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. //kylian's delivery service
  2. 021-2.gat,28,124,0|script|Kylian|193,
  3. {
  4. if (Paper == 1) goto L_Second;
  5.  
  6. if (Paper == 2) goto L_Third;
  7.  
  8. if (Paper == 3) goto L_Fourth;
  9.  
  10. if (Paper == 4) goto L_Fifth;
  11.  
  12. if (Paper == 5) goto L_Sixth;
  13.  
  14. if (Paper == 6) goto L_Seventh;
  15.  
  16. if (Paper == 7) goto L_Done;
  17.  
  18. mes "[Kylian]";
  19. mes "\"Hello there!\"";
  20. mes "\"Welcome to Kylian's Delivery Service. Where the packages are always on time.\"";
  21. mes "\"Don't I know you?\"";
  22. next;
  23. menu
  24. "Yes you do I helped you when you first arrived.",
  25. "No I've never met you before in my life.";
  26. mes "\"Well doesn't matter either way really. I bet you are interested in making some money aren't you.\"";
  27. mes "\"I have alot of deliveries to make and if you can spare the time I can spare the cash. So what do you say, are you in?\"";
  28. menu
  29. "Sure i'll help.",L_First,
  30. "No way I'm a famous adventurer",L_Close,
  31. "No thank you.",L_Close;
  32. L_First:
  33. mes "[Kylian]";
  34. mes"\"Your first delivery is to Nathan in the caves outside of town. It's just a letter but make sure you get your paper signed anyway.\"";
  35. mes"\"Kylian gives you a letter and a sheet of paper with 7 signature lines on it.\"";
  36. menu
  37. "Okay I'm on my way.",L_Close;
  38. L_Close:
  39. close;
  40.  
  41. (setPaper=1)
  42. L_Second:
  43. mes "\"Very good and you even got the paper signed. Here's your pay.\""
  44. Get zeny, zeny + 2000
  45. mes "\"Your next assignment is to a wizard named Auldsbel. Here's the box and make sure you get him to sign the paper before he blows you up or transmutes you into a frog or something. by the way that money includes money for the ferry and your pay.\"",close;
  46.  
  47.  
  48. IF Paper signed then set Paper=2
  49. If Paper not signed goto L_Notsigned
  50.  
  51. L_Notsigned:
  52. mes "\"You forgot to have him sign the paper. You'll have to run back on your own money and get it signed. Go. Hurry.\"", close;
  53.  
  54. Paper=2:
  55.  
  56. L_Third:
  57. mes "\"Your next delivery is this box here. It needs to go to Dimond at Dimond's Cove\""
  58. mes "\"Make sure you get her to sign. Here's your pay and money for the ferry\"",Close;
  59. Get zeny, zeny + 1500
  60.  
  61. Paper=3:
  62.  
  63. L_Fourth:
  64. mes "\"The next delivery is to a witch. Sagatha is her name is she's somewhere in the woods north of Hurnscald. I wouldn't suggest wearing any fur or leather around her and make sure she signs.\""
  65. Get zeny, zeny + 1500
  66. mes "\"There's your money and some for the ferry. Be careful.\"",Close;
  67.  
  68. Paper=4:
  69.  
  70. L_Fifth:
  71. mes "\"This next delivery is very dangerous so I am going to give you some extra money for an experienced adventurer to help. This basket of sweetrolls needs to go to the caretaker of the cemetary.\""
  72. Get zeny, zeny + 2500
  73. mes "\"Don't go getting yourself killed. I don't pay funeral expenses.\"",Close;
  74.  
  75. Paper=5:
  76.  
  77. L_Sixth:
  78. mes "\"This next order goes to Nivalis. Dress warm and find Miler in the inn get him to sign for this letter and head back here before you freeze.\""
  79. Get zeny, zeny + 1500
  80. mes "\"This is a fairly simple delivery shouldn't take you no time at all.\"",Close;
  81.  
  82. Paper=6:
  83.  
  84. L_Seventh:
  85. mes "\"This delivery I've saved for last because it is the most dangerous there's a man by the name of Connor up at the Blue sages library. You'll need to hire someone experienced and someone that knows their way around.\"";
  86. Get zeny, zeny + 2500
  87. mes "\" Don't get yourself killed by any yetis or anything on your way up and back. Don't forget to have him sign the sheet.\"",Close;
  88.  
  89. Paper=7:
  90.  
  91. L_Done:
  92. mes "\"Here you go your final payment for the deliveries today.\"";
  93. Get zeny, zeny + 1000
  94. mes "\" Thanks for all your help!\"",goto L_Close;
  95.  
  96. L_Close:
  97. close,
Advertisement
Add Comment
Please, Sign In to add comment