Advertisement
SoshiSen

The Sand Must Flow

Oct 15th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. The Sand Must Flow
  2.  
  3. requiredquestpoints=5
  4. rewardquestpoints=2
  5. ignoresquestlimit=False
  6. repeatdays=-1
  7. objectives
  8. {
  9. stage=0
  10. {
  11. {
  12. description=A description
  13. hint=An optional hint
  14. timestocomplete=1
  15. hidden=True
  16. infinite=False
  17. type=chat_npc(uuid=6ae14de8-fe08-49d9-9807-9449e77d4a10;chatline1=No time! No time!;chatline2=I cant help you now, my lazy employee hasnt come back yet!;chatline3=Today of all days!)
  18. }
  19. }
  20. stage=1
  21. {
  22. {
  23. description=Ask Shopkeeper Justin what's wrong
  24. hint=Talk to the Shopkeeper
  25. timestocomplete=1
  26. hidden=False
  27. infinite=False
  28. triggers
  29. {
  30. send_chat(delay=3;message=&bThe shopkeeper hands you a note with the digsite's cords.)
  31. fire_command(delay=3;command=/give PLAYER paper 1 0 { display: { Name: "Digsite", Lore: [ "-960, 73, -280" ] }})
  32. }
  33. type=chat_npc(uuid=6ae14de8-fe08-49d9-9807-9449e77d4a10;chatline1=What? No I dont know where she is, I know where Mika is suppose to be.;chatline2=She should have gone to the dig site, picked up the package and returned by now!;chatline3=Youre just full of questions, do you bother everyone whos in this state?;chatline4=To answer you the dig site is North West from here.;chatline5=If you follow the road to Nogrod and take the left path before the river youll come across it.;chatline6=If you can get my package here Ill pay handsomely.)
  34. }
  35. }
  36. stage=2
  37. {
  38. {
  39. description=Find the Dig Site
  40. hint=Use the cord the shopkeeer gave you.
  41. timestocomplete=1
  42. hidden=False
  43. infinite=False
  44. type=enter_zone(minx=-965;maxx=-940;miny=70;maxy=75;minz=-290;maxz=-275;world=Vanha)
  45. }
  46. }
  47. stage=3
  48. {
  49. {
  50. description=Talk to the Forman
  51. hint=He's the guy in the overalls
  52. timestocomplete=1
  53. hidden=False
  54. infinite=False
  55. type=chat_npc(uuid=64a29e03-0b2d-40b0-a13e-283715a88014;chatline1=Hello there! What brings you all the way out here?;chatline2=Mika? She left this morning!;chatline3=No, she wouldn't have taken the road.;chatline4=She uses a path over the hills behind the camp.;chatline5=You should be able to find it back there.)
  56. }
  57. }
  58. stage=4
  59. {
  60. {
  61. description=Find the trail
  62. hint=An optional hint
  63. timestocomplete=1
  64. hidden=False
  65. infinite=False
  66. triggers
  67. {
  68. send_chat(delay=0;message=&bYou notice the trail going over the hills here)
  69. }
  70. type=enter_zone(minx=-926;maxx=-916;miny=76;maxy=80;minz=-277;maxz=-271;world=Vanha)
  71. }
  72. }
  73. stage=5
  74. {
  75. {
  76. description=Follow the trail
  77. hint=Follow the redstone slabs
  78. timestocomplete=1
  79. hidden=False
  80. infinite=False
  81. triggers
  82. {
  83. send_chat(delay=0;message=&bYou see a cave up ahead, you think you hear whimpering coming from it)
  84. }
  85. type=enter_zone(minx=-876;maxx=-871;miny=112;maxy=117;minz=-244;maxz=-240;world=Vanha)
  86. }
  87. }
  88. stage=6
  89. {
  90. {
  91. description=Find Mika
  92. hint=Look for the cave near the trail
  93. timestocomplete=1
  94. hidden=False
  95. infinite=False
  96. triggers
  97. {
  98. send_chat(delay=0;message=&bYou see a girl in the cave. Her leg looks hurt.)
  99. }
  100. type=enter_zone(minx=-843;maxx=-838;miny=113;maxy=117;minz=-243;maxz=-239;world=Vanha)
  101. }
  102. }
  103. stage=7
  104. {
  105. {
  106. description=Check on Mika
  107. hint=She's the girl in the cave
  108. timestocomplete=1
  109. hidden=False
  110. infinite=False
  111. triggers
  112. {
  113. fire_command(delay=3;command=/give PLAYER chest 1 0 { display:{ Name: "Package", Lore:[ "Red Sand Shipment" ] }})
  114. }
  115. type=chat_npc(uuid=c18d3ae5-b6a1-4433-b5ec-1a7798fe2750;chatline1=Thank the ancestors!;chatline2=I was attacked by a Boldore.;chatline3=My Pokemon ran it off, but not before it hurt my leg.;chatline4=I can't travel, can you back to town and get help?;chatline5=Oh, before I forget can you take this package back to my boss?;chatline6=Thank you so much!)
  116. }
  117. }
  118. stage=8
  119. {
  120. {
  121. description=Talk to Captain Marcus
  122. hint=He's the cop near Angi's entrance
  123. timestocomplete=1
  124. hidden=False
  125. infinite=False
  126. type=chat_npc(uuid=7cfc833a-8c6f-424e-805d-59128ea4e793;chatline1=What? Mika is hurt in a cave not far from here?;chatline2=I'll send help right away.;chatline3=Thank you for letting us know)
  127. }
  128. }
  129. stage=9
  130. {
  131. {
  132. description=Take the package to Justin
  133. hint=He's the shopkeeper that started the quest
  134. timestocomplete=1
  135. hidden=False
  136. infinite=False
  137. triggers
  138. {
  139. send_chat(delay=3;message=&bJustin takes the sand and places it in modified fossil cleaners)
  140. give_money(delay=2;amount=250)
  141. take_item(delay=1;itemid=Chest;count=1)
  142. }
  143. conditions
  144. {
  145. has_item(flipped=False;itemid=chest;count=1)
  146. }
  147. type=chat_npc(uuid=6ae14de8-fe08-49d9-9807-9449e77d4a10;chatline1=You made it back!;chatline2=With my package no less.;chatline3=Mika was hurt on the way back?;chatline4=She's already being helped?;chatline5=Well then there isnt anything else for me to do but my job I guess.;chatline6=Heres your payment.;chatline7=Please wait here for a second)
  148. }
  149. }
  150. stage=10
  151. {
  152. {
  153. description=Talk to Justin again
  154. hint=He's the shopkeeper
  155. timestocomplete=1
  156. hidden=False
  157. infinite=False
  158. triggers
  159. {
  160. fire_command(delay=3;command=/give PLAYER chest 1 0 { display:{ Name: "Package", Lore:[ "Refined Red Sand Shipment" ] }})
  161. }
  162. type=chat_npc(uuid=6ae14de8-fe08-49d9-9807-9449e77d4a10;chatline1=I have one more task for you.;chatline2=Can you take this refined Red Sand to Nogrod?;chatline3=They will pay you for your troubles.;chatline4=Take it to Symore.;chatline5=He should be near the PokeCenter there)
  163. }
  164. }
  165. stage=11
  166. {
  167. {
  168. description=Find Symore in Nogrod
  169. hint=He's the guy in yellow outside the Nogrod PokeCenter
  170. timestocomplete=1
  171. hidden=False
  172. infinite=False
  173. triggers
  174. {
  175. give_money(delay=2;amount=250)
  176. take_item(delay=1;itemid=Chest;count=1)
  177. show_title(delay=3;titletext=The Sand Must Flow;titlecolour=dark_green;subtitletext=Quest_completed)
  178. }
  179. conditions
  180. {
  181. has_item(flipped=False;itemid=chest;count=1)
  182. }
  183. type=chat_npc(uuid=ddb8fb56-f52a-485a-88f9-5a3ac83dbebe;chatline1=Ah, your not Mika!;chatline2=Oh, she hurt herself.;chatline3=I'm sorry to hear that.;chatline4=Well heres your payment for the shipment.;chatline5=Thanks again!)
  184. }
  185. }
  186. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement