Advertisement
Primalcyndaquil

Untitled

Feb 1st, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.62 KB | None | 0 0
  1. Under the Murky Depths
  2.  
  3. islegendary=False
  4. requiredquestpoints=750
  5. rewardquestpoints=2
  6. canpreview=false
  7. previewtext=A creature located within the waters below? Time to investigate.
  8. ignoresquestlimit=False
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=Quest Start
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_title(delay=5;titletext=Under the Murky Depths;titlecolour=dark_green;subtitletext=Quest Started)
  23. }
  24. type=chat_npc(uuid=524a1f17-c762-48d1-8307-aea8254b7304;chatline1=Hey there, how are you holding up on this stormy night? I was wondering, have you heard of the creature that has been lurking in the sewers under Ione?;chatline2=It’s been startling the local pokemon, might be worthwhile investigating it, see if you can find out anymore about it.;chatline3=You should try entering the sewer from the end under the main bridge leading into Ione. Good luck my friend.)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Go into the sewers.
  31. hint=Fred said to enter via the entrance behind the big waterfall near where he was, right?
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=0;message=&bYou found the right entance, time to find the creature.)
  38. }
  39. type=enter_zone(minx=680;maxx=690;miny=15;maxy=22;minz=-114;maxz=-110;world=Vanha)
  40. }
  41. }
  42. stage=2
  43. {
  44. {
  45. description=Make your way through the sewers.
  46. hint=Climbing ladders is the way forward.
  47. timestocomplete=1
  48. hidden=False
  49. infinite=False
  50. triggers
  51. {
  52. send_chat(delay=0;message=&bAs you reach the top of the ladder, you are attacked by a Dewpider.)
  53. spawn_and_battle(delay=1;name=Dewpider;level=20;shiny=false;bossLevel=0)
  54. skip_to_stage(delay=2;stage=3)
  55. }
  56. type=enter_zone(minx=747;maxx=753;miny=9;maxy=14;minz=-114;maxz=-110;world=Vanha)
  57. }
  58. }
  59. stage=3
  60. {
  61. {
  62. description=Capture Dewpider.
  63. hint=
  64. timestocomplete=1
  65. hidden=False
  66. infinite=False
  67. triggers
  68. {
  69. send_chat(delay=0;message=&bYou manage to capture Dewpider, and decide to head further into the sewer.)
  70. skip_to_stage(delay=1;stage=4)
  71. }
  72. type=catch_pokemon(spec=Dewpider)
  73. }
  74. {
  75. description=Defeat Dewpider.
  76. hint=
  77. timestocomplete=1
  78. hidden=True
  79. infinite=False
  80. triggers
  81. {
  82. send_chat(delay=0;message=&bYou manage to defeat Dewpider, and decide to head further into the sewer.)
  83. skip_to_stage(delay=1;stage=4)
  84. }
  85. type=kill_pokemon(spec=Dewpider)
  86. }
  87. {
  88. description=Lose to Dewpider.
  89. hint=
  90. timestocomplete=1
  91. hidden=True
  92. infinite=False
  93. triggers
  94. {
  95. send_chat(delay=0;message=&bDepider overpowers you, causing you to flee to the Pokemon Centre to heal your pokemon before trying again.)
  96. warp(delay=1;world=Vanha;x=819;y=69;z=-58)
  97. heal_pokemon(delay=1)
  98. skip_to_stage(delay=2;stage=1)
  99. }
  100. type=flee_from_pokemon(spec=Dewpider)
  101. }
  102. {
  103. description=Lose to Dewpider.
  104. hint=
  105. timestocomplete=1
  106. hidden=True
  107. infinite=False
  108. triggers
  109. {
  110. send_chat(delay=0;message=&bDepider overpowers you, causing you to flee to the Pokemon Centre to heal your pokemon before trying again.)
  111. warp(delay=1;world=Vanha;x=819;y=69;z=-58)
  112. heal_pokemon(delay=1)
  113. skip_to_stage(delay=2;stage=1)
  114. }
  115. type=run_out_of_pokemon()
  116. }
  117. {
  118. description=Lose to Dewpider.
  119. hint=
  120. timestocomplete=1
  121. hidden=True
  122. infinite=False
  123. triggers
  124. {
  125. send_chat(delay=0;message=&bDepider overpowers you, causing you to flee to the Pokemon Centre to heal your pokemon before trying again.)
  126. warp(delay=1;world=Vanha;x=819;y=69;z=-58)
  127. heal_pokemon(delay=1)
  128. skip_to_stage(delay=2;stage=1)
  129. }
  130. type=battle_end_abnormal()
  131. }
  132. }
  133. stage=4
  134. {
  135. {
  136. description=Keep heading down further into the sewers.
  137. hint=With the waterflow, wading through it might be the best bet.
  138. timestocomplete=1
  139. hidden=False
  140. infinite=False
  141. triggers
  142. {
  143. send_chat(delay=0;message=&bAs you are getting closer to the grates, a Grimer comes out of one of the sewer pipes and attacks.)
  144. spawn_and_battle(delay=1;spec=Grimer f:1;level=30;shiny=false;bossLevel=0)
  145. skip_to_stage(delay=0;stage=5)
  146. }
  147. type=enter_zone(minx=768;maxx=780;miny=6;maxy=13;minz=-86;maxz=-79;world=Vanha)
  148. }
  149. }
  150. stage=5
  151. {
  152. {
  153. description=Capture Grimer.
  154. hint=
  155. timestocomplete=1
  156. hidden=False
  157. infinite=False
  158. triggers
  159. {
  160. send_chat(delay=0;message=&bYou manage to capture Grimer, and decide to head further into the sewer.)
  161. skip_to_stage(delay=1;stage=6)
  162. }
  163. type=catch_pokemon(spec=Grimer)
  164. }
  165. {
  166. description=Defeat Grimer.
  167. hint=
  168. timestocomplete=1
  169. hidden=False
  170. infinite=False
  171. triggers
  172. {
  173. send_chat(delay=0;message=&bYou manage to defeat Grimer, and decide to head further into the sewer.)
  174. skip_to_stage(delay=1;stage=6)
  175. }
  176. type=kill_pokemon(spec=Grimer)
  177. }
  178. {
  179. description=Lose to Grimer
  180. hint=
  181. timestocomplete=1
  182. hidden=True
  183. infinite=False
  184. triggers
  185. {
  186. send_chat(delay=0;message=&bGrimer overpowers you, causing you to flee to the Pokemon Centre to heal your pokemon before trying again.)
  187. warp(delay=1;world=Vanha;x=819;y=69;z=-58)
  188. heal_pokemon(delay=1)
  189. skip_to_stage(delay=2;stage=1)
  190. }
  191. type=flee_from_pokemon(spec=Grimer)
  192. }
  193. {
  194. description=Lose to Grimer
  195. hint=
  196. timestocomplete=1
  197. hidden=True
  198. infinite=False
  199. triggers
  200. {
  201. send_chat(delay=0;message=&bGrimer overpowers you, causing you to flee to the Pokemon Centre to heal your pokemon before trying again.)
  202. warp(delay=1;world=Vanha;x=819;y=69;z=-58)
  203. heal_pokemon(delay=1)
  204. skip_to_stage(delay=2;stage=1)
  205. }
  206. type=run_out_of_pokemon()
  207. }
  208. {
  209. description=Lose to Grimer
  210. hint=
  211. timestocomplete=1
  212. hidden=True
  213. infinite=False
  214. triggers
  215. {
  216. send_chat(delay=0;message=&bGrimer overpowers you, causing you to flee to the Pokemon Centre to heal your pokemon before trying again.)
  217. warp(delay=1;world=Vanha;x=819;y=69;z=-58)
  218. heal_pokemon(delay=1)
  219. skip_to_stage(delay=2;stage=1)
  220. }
  221. type=battle_end_abnormal()
  222. }
  223. }
  224. stage=6
  225. {
  226. {
  227. description=Carry on to the deepest part of the sewers.
  228. hint=Where all water routes flow.
  229. timestocomplete=1
  230. hidden=False
  231. infinite=False
  232. triggers
  233. {
  234. send_chat(delay=0;message=&bYou reach the deepest part of the sewers. You hear a dripping from above, and as you look up, a Greninja attacks!)
  235. spawn_and_battle(delay=1;spec=Greninja f:2;level=100;shiny=false;bossLevel=2)
  236. skip_to_stage(delay=2;stage=7)
  237. }
  238. type=enter_zone(minx=821;maxx=830;miny=6;maxy=13;minz=-118;maxz=-106;world=Vanha)
  239. }
  240. }
  241. stage=7
  242. {
  243. {
  244. description=Defeat Greninja.
  245. hint=
  246. timestocomplete=1
  247. hidden=False
  248. infinite=False
  249. triggers
  250. {
  251. send_chat(delay=0;message=&bYou defeat the Greninja lurking in the sewers, perhaps you should go back with your findings.)
  252. skip_to_stage(delay=1;stage=8)
  253. }
  254. type=kill_pokemon(spec=Greninja)
  255. }
  256. {
  257. description=Lose to Greninja.
  258. hint=
  259. timestocomplete=1
  260. hidden=True
  261. infinite=False
  262. triggers
  263. {
  264. send_chat(delay=0;message=&bGreninja overpowers you, causing you to flee to the Pokemon Centre to heal your pokemon before trying again.)
  265. warp(delay=1;world=Vanha;x=819;y=69;z=-58)
  266. heal_pokemon(delay=1)
  267. skip_to_stage(delay=2;stage=1)
  268. }
  269. type=flee_from_pokemon(spec=Greninja)
  270. }
  271. {
  272. description=Lose to Greninja.
  273. hint=
  274. timestocomplete=1
  275. hidden=True
  276. infinite=False
  277. triggers
  278. {
  279. send_chat(delay=0;message=&bGreninja overpowers you, causing you to flee to the Pokemon Centre to heal your pokemon before trying again.)
  280. warp(delay=1;world=Vanha;x=819;y=69;z=-58)
  281. heal_pokemon(delay=1)
  282. skip_to_stage(delay=2;stage=1)
  283. }
  284. type=run_out_of_pokemon()
  285. }
  286. {
  287. description=Lose to Greninja.
  288. hint=
  289. timestocomplete=1
  290. hidden=True
  291. infinite=False
  292. triggers
  293. {
  294. send_chat(delay=0;message=&bGreninja overpowers you, causing you to flee to the Pokemon Centre to heal your pokemon before trying again.)
  295. warp(delay=1;world=Vanha;x=819;y=69;z=-58)
  296. heal_pokemon(delay=1)
  297. skip_to_stage(delay=2;stage=1)
  298. }
  299. type=battle_end_abnormal()
  300. }
  301. }
  302. stage=8
  303. {
  304. {
  305. description=Head back to Fred
  306. hint=He is still at the fishing shop in Ione.
  307. timestocomplete=1
  308. hidden=False
  309. infinite=False
  310. triggers
  311. {
  312. show_title(delay=5;titletext=Under the Murky Depths;titlecolour=dark_green;subtitletext=Quest Completed)
  313. give_money(delay=7;amount=1500)
  314. give_item(delay=7;itemid=Lure Ball;count=5)
  315. }
  316. type=chat_npc(uuid=524a1f17-c762-48d1-8307-aea8254b7304;chatline1=You're back, how did your exploration go?;chatline2=You found the creature? and it was a Greninja?;chatline3=It must have come here looking for strong trainers to battle.;chatline4=Maybe he will be hanging around for a while.;chatline5=Here, take these for your efforts.)
  317. }
  318. }
  319. }
  320.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement