Advertisement
BlitzAsogi

Under the Sea

Oct 14th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.31 KB | None | 0 0
  1. Under the Sea
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=2
  5. canpreview=true
  6. previewtext=Round 2 of treasure hunting with Donald, hopefully the treasure will be better this time!
  7. ignoresquestlimit=False
  8. repeatdays=-1
  9. objectives
  10. {
  11. stage=0
  12. {
  13. {
  14. description=Quest Start.
  15. hint=
  16. timestocomplete=1
  17. hidden=True
  18. infinite=False
  19. triggers
  20. {
  21. fire_command(delay=3;command=/give PLAYER paper 1 0 {display:{Name:"Sunken Ship Location!",Lore:["47 63 1241"]}})
  22. give_item(delay=4;itemid=Water Stone Helmet;count=1)
  23. give_item(delay=4;itemid=Water Stone Chestplate;count=1)
  24. give_item(delay=4;itemid=Water Stone Leggings;count=1)
  25. give_item(delay=4;itemid=Water Stone Boots;count=1)
  26. show_title(delay=6;titletext=Under the Sea;titlecolour=dark_green;subtitletext=Quest Started)
  27. }
  28. conditions
  29. {
  30. has_completed(flipped=False;completedquestname=The Pirate's Treasure)
  31. }
  32. type=chat_npc(uuid=be5964e2-7805-44fd-8399-0f4e4ee8662a;chatline1=So you’ve come back for some more treasure hunting? I know the last time was a little lackluster, but have I got the tale for you this time!;chatline2=There is a story of an sunken ship in the oceans of Vanha. The ship was carrying bounties of treasure, but alas it got struck by lightning one stormy night, and sunk to the bottom of the ocean.;chatline3=Many people have tried to recover the treasure, but all have been stopped by a shadowy creature of the sea. Perhaps you would like to give it a try?;chatline4=Here are the coordinates to the area near where it went down, I'll even lend you my diving suit, so you can see what you are doing down there.)
  33. }
  34. }
  35. stage=1
  36. {
  37. {
  38. description=Find the location.
  39. hint=If you lost the paper, the location of the island is 47 63 1241.
  40. timestocomplete=1
  41. hidden=False
  42. infinite=False
  43. triggers
  44. {
  45. send_chat(delay=1;message=&bYou land on the island safely. You decide to look along the coastlines to see if you can see any sign of the sunken ship.)
  46. }
  47. type=enter_zone(minx=45;maxx=91;miny=61;maxy=63;minz=1216;maxz=1268;world=vanha)
  48. }
  49. }
  50. stage=2
  51. {
  52. {
  53. description=Look for signs of the sunken ship.
  54. hint=Look along the coastline of the island at 47 63 1241
  55. timestocomplete=1
  56. hidden=False
  57. infinite=False
  58. triggers
  59. {
  60. send_chat(delay=1;message=&bAs you look into the distance you see a shadowy blob in the water, you decide to put on the diving suit and go and have a look.)
  61. }
  62. type=enter_zone(minx=79;maxx=91;miny=61;maxy=63;minz=1222;maxz=1268;world=vanha)
  63. }
  64. }
  65. stage=3
  66. {
  67. {
  68. description=Head towards the boat.
  69. hint=Swim east towards the boat from the island at 47 63 1241
  70. timestocomplete=1
  71. hidden=False
  72. infinite=False
  73. triggers
  74. {
  75. send_chat(delay=1;message=&bYou arrive at the sunken ship, but there is no sign of the creature. You decide to grab the loot whilst it isn’t there.)
  76. }
  77. type=enter_zone(minx=122;maxx=142;miny=50;maxy=63;minz=1186;maxz=1292;world=vanha)
  78. }
  79. }
  80. stage=4
  81. {
  82. {
  83. description=Search all the chests for loot.
  84. hint=Search the boat at 180 38 1273 for loot.
  85. timestocomplete=1
  86. hidden=False
  87. infinite=False
  88. triggers
  89. {
  90. fire_command(delay=2;command=/give PLAYER pixelmon:sachet 1 0 {display:{Name:"Treasure"}})
  91. send_chat(delay=3;message=&bYou reach the chest and open it. You grab the treasure inside, but as the chest closes it makes a loud bang, and you are attacked!)
  92. spawn_and_battle(delay=4;name=Sharpedo;level=100;shiny=false;bossLevel=2)
  93. }
  94. type=right_click_block(minx=182;maxx=182;miny=38;maxy=38;minz=1273;maxz=1273;world=vanha)
  95. }
  96. }
  97. stage=5
  98. {
  99. {
  100. description=Defeaat Sharpedo
  101. hint=
  102. timestocomplete=1
  103. hidden=False
  104. infinite=False
  105. triggers
  106. {
  107. send_chat(delay=2;message=&bAfter defeating the Mega Sharpedo, it decides to swim off. You head to the surface and back to the Donald.)
  108. skip_to_stage(delay=2;stage=6)
  109. }
  110. type=kill_pokemon(name=sharpedo)
  111. }
  112. {
  113. description=Lose to Sharpedo
  114. hint=
  115. timestocomplete=1
  116. hidden=True
  117. infinite=False
  118. triggers
  119. {
  120. take_item(delay=0;itemid=sachet;count=1)
  121. heal_pokemon(delay=2)
  122. warp(delay=3;world=vanha;x=76;y=63;z=1254)
  123. send_chat(delay=4;message=&bYou wake up and find yourself back on the island fully healed, but without the treasure. You recompose yourself and decide to head back to the ship again.)
  124. skip_to_stage(delay=5;stage=3)
  125. }
  126. type=flee_from_pokemon(name=sharpedo)
  127. }
  128. {
  129. description=Lose to Sharpedo
  130. hint=
  131. timestocomplete=1
  132. hidden=True
  133. infinite=False
  134. triggers
  135. {
  136. take_item(delay=0;itemid=sachet;count=1)
  137. heal_pokemon(delay=2)
  138. warp(delay=3;world=vanha;x=76;y=63;z=1254)
  139. send_chat(delay=4;message=&bYou wake up and find yourself back on the island fully healed, but without the treasure. You recompose yourself and decide to head back to the ship again.)
  140. skip_to_stage(delay=5;stage=3)
  141. }
  142. type=run_out_of_pokemon()
  143. }
  144. {
  145. description=Lose to Sharpedo
  146. hint=
  147. timestocomplete=1
  148. hidden=True
  149. infinite=False
  150. triggers
  151. {
  152. take_item(delay=0;itemid=sachet;count=1)
  153. heal_pokemon(delay=2)
  154. warp(delay=3;world=vanha;x=76;y=63;z=1254)
  155. send_chat(delay=4;message=&bYou wake up and find yourself back on the island fully healed, but without the treasure. You recompose yourself and decide to head back to the ship again.)
  156. skip_to_stage(delay=5;stage=3)
  157. }
  158. type=battle_end_abnormal()
  159. }
  160. }
  161. stage=6
  162. {
  163. {
  164. description=Return to Donald with his Diving suit.
  165. hint=Donald is by the docks in Nyr, you can find the location under Nyr's town information in /questlore
  166. timestocomplete=1
  167. hidden=False
  168. infinite=False
  169. triggers
  170. {
  171. take_item(delay=1;itemid=water stone helmet;count=1)
  172. take_item(delay=1;itemid=water stone chestplate;count=1)
  173. take_item(delay=1;itemid=water stone leggings;count=1)
  174. take_item(delay=1;itemid=water stone boots;count=1)
  175. skip_to_stage(delay=3;stage=7)
  176. }
  177. conditions
  178. {
  179. has_item(flipped=False;itemid=sachet;count=1)
  180. has_item(flipped=False;itemid=water stone helmet)
  181. has_item(flipped=False;itemid=water stone chestplate)
  182. has_item(flipped=False;itemid=water stone leggings)
  183. has_item(flipped=False;itemid=water stone boots)
  184. }
  185. type=chat_npc(uuid=be5964e2-7805-44fd-8399-0f4e4ee8662a;chatline1=You returned! Tell me your tales about the monster of the sea!;chatline2=It was a Mega Sharpedo? Well Sharpedo are known for making their homes in sunken ships, so was more than likely just being territorial.;chatline3=Did you manage to recover any of the treasure?)
  186. }
  187. }
  188. stage=7
  189. {
  190. {
  191. description=Get the treasure out and show it to Donald.
  192. hint=Donald is by the docks in Nyr, you can find the location under Nyr's town information in /questlore
  193. timestocomplete=1
  194. hidden=False
  195. infinite=False
  196. triggers
  197. {
  198. take_item(delay=1;itemid=sachet;count=1)
  199. give_money(delay=3;amount=150)
  200. show_title(delay=5;titletext=Under the Sea;titlecolour=dark_green;subtitletext=Quest Completed)
  201. }
  202. conditions
  203. {
  204. holding_item(flipped=False;itemid=pixelmon:sachet)
  205. }
  206. type=chat_npc(uuid=be5964e2-7805-44fd-8399-0f4e4ee8662a;chatline1=Ahh this is amazing, let me just unwrap it!;chatline2=Oh no, its crumbling! The salty water must have affected it and it’s turning into dust.;chatline3=Perhaps it was never meant to be to obtain the treasure. Don't be so down about it.;chatline4=You managed to obtain the treasure and defeat the creature guarding it.;chatline5=Thank you for your efforts at least. Let me pay you for your time.)
  207. }
  208. }
  209. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement