Advertisement
SoshiSen

Trainers Way of Life

Oct 15th, 2017 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 KB | None | 0 0
  1. Trainers Way of Life
  2.  
  3. islegendary=False
  4. requiredquestpoints=0
  5. rewardquestpoints=2
  6. canpreview=true
  7. previewtext=Welcome to Oblique! Professor Ras would like to help you start your journey on the correct footing. You can speak to her in Nyr.
  8. ignoresquestlimit=False
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=A description
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. give_item(delay=5;itemid=Poke Ball;count=32)
  23. show_title(delay=5;titletext=Trainer's Way of Life;titlecolour=dark_green;subtitletext=Quest Started)
  24. send_chat(delay=5;message=&bProfessor Ras hands you 32 Poke Balls.)
  25. }
  26. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=Hello trainer, and welcome to Nyr.;chatline2=This is where many new trainers come to start their journey.;chatline3=I see you already have a Pokemon, I'm glad.;chatline4=However, that is just the beginning.;chatline5=To be successful, you'll need to catch more and get them trained up.;chatline6=Let me help you with that task.;chatline7=Take these and use them to fill out your team. To start out, I want you to catch a Slowpoke, Geodude, and a Pikachu. Return to me once you have done this.)
  27. }
  28. }
  29. stage=1
  30. {
  31. {
  32. description=Catch a Slowpoke
  33. hint=Check the beaches of Spawn Island, by the Route 1 bridge at /warp nyr
  34. timestocomplete=1
  35. hidden=False
  36. infinite=False
  37. type=catch_pokemon(name=Slowpoke)
  38. }
  39. {
  40. description=Catch a Geodude
  41. hint=Check near the cave to Hellheim, which can be accessed using /warp heillportal
  42. timestocomplete=1
  43. hidden=False
  44. infinite=False
  45. type=catch_pokemon(name=Geodude)
  46. }
  47. {
  48. description=Catch a Pikachu
  49. hint=Check by the hills at the docks, you can find the location under Nyr's town information in /questlore
  50. timestocomplete=1
  51. hidden=False
  52. infinite=False
  53. type=catch_pokemon(name=Pikachu)
  54. }
  55. }
  56. stage=2
  57. {
  58. {
  59. description=Report back in to Professor Ras
  60. hint=She's right at the edge of the spawn area, in the labcoat. Make sure you have all 3 pokemon on you at level 5.
  61. timestocomplete=1
  62. hidden=False
  63. infinite=False
  64. triggers
  65. {
  66. skip_to_stage(delay=0;stage=3)
  67. }
  68. conditions
  69. {
  70. carrying_pokemon(flipped=False;name=Slowpoke)
  71. carrying_pokemon(flipped=False;name=Geodude)
  72. carrying_pokemon(flipped=False;name=Pikachu)
  73. }
  74. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=Ahh good job! These are excellent specimens!;chatline2=Now for your next task. Get them and your starting pokemon to level 10.;chatline3=After doing so, meet up with my assistant, Hiro. You can find him where Road 1 starts.)
  75. }
  76. {
  77. description=Missing Slowpoke
  78. hint=She's right at the edge of the spawn area, in the labcoat. Make sure you have all 3 pokemon on you at level 5.
  79. timestocomplete=1
  80. hidden=True
  81. infinite=False
  82. conditions
  83. {
  84. carrying_pokemon(flipped=True;name=Slowpoke)
  85. carrying_pokemon(flipped=False;name=Geodude)
  86. carrying_pokemon(flipped=False;name=Pikachu)
  87. }
  88. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=Seems you forgot Slowpoke! They can be found on beaches all around here.;chatline2=Get back to me once you've caught one.)
  89. }
  90. {
  91. description=Missing Slowpoke/Geodude
  92. hint=She's right at the edge of the spawn area, in the labcoat. Make sure you have all 3 pokemon on you at level 5.
  93. timestocomplete=1
  94. hidden=True
  95. infinite=False
  96. conditions
  97. {
  98. carrying_pokemon(flipped=True;name=Slowpoke)
  99. carrying_pokemon(flipped=True;name=Geodude)
  100. carrying_pokemon(flipped=False;name=Pikachu)
  101. }
  102. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=Seems you forgot Slowpoke and Geodude! Slowpoke are on beaches around here, while Geodude can be found near the Heillportal.;chatline2=Get back to me once you've caught them.)
  103. }
  104. {
  105. description=Missing All
  106. hint=She's right at the edge of the spawn area, in the labcoat. Make sure you have all 3 pokemon on you at level 5.
  107. timestocomplete=1
  108. hidden=True
  109. infinite=False
  110. conditions
  111. {
  112. carrying_pokemon(flipped=True;name=Slowpoke)
  113. carrying_pokemon(flipped=False;name=Geodude)
  114. carrying_pokemon(flipped=True;name=Pikachu)
  115. }
  116. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=Huh? You don't have any of the pokemon!;chatline2=Did you forget? You need Slowpoke, Geodude and Pikachu.;chatline3=Slowpoke are found on beaches, Geodude are found near the Heillportal and Pikachu are found near the Docks.)
  117. }
  118. {
  119. description=Missing Geodude
  120. hint=She's right at the edge of the spawn area, in the labcoat. Make sure you have all 3 pokemon on you at level 5.
  121. timestocomplete=1
  122. hidden=True
  123. infinite=False
  124. conditions
  125. {
  126. carrying_pokemon(flipped=False;name=Slowpoke)
  127. carrying_pokemon(flipped=True;name=Geodude)
  128. carrying_pokemon(flipped=False;name=Pikachu)
  129. }
  130. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=Seems you forgot Geodude! They can be found near the Heillportal.;chatline2=Get back to me once you've caught one.)
  131. }
  132. {
  133. description=Missing Pikachu
  134. hint=She's right at the edge of the spawn area, in the labcoat. Make sure you have all 3 pokemon on you at level 5.
  135. timestocomplete=1
  136. hidden=True
  137. infinite=False
  138. conditions
  139. {
  140. carrying_pokemon(flipped=False;name=Slowpoke)
  141. carrying_pokemon(flipped=False;name=Geodude)
  142. carrying_pokemon(flipped=True;name=Pikachu)
  143. }
  144. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=Seems you forgot Pikachu! They can be found on the Docks near here.;chatline2=Get back to me once you've caught one.)
  145. }
  146. {
  147. description=Missing Pikachu/Geodude
  148. hint=She's right at the edge of the spawn area, in the labcoat. Make sure you have all 3 pokemon on you at level 5.
  149. timestocomplete=1
  150. hidden=True
  151. infinite=False
  152. conditions
  153. {
  154. carrying_pokemon(flipped=False;name=Slowpoke)
  155. carrying_pokemon(flipped=True;name=Geodude)
  156. carrying_pokemon(flipped=True;name=Pikachu)
  157. }
  158. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=Seems you forgot Pikachu and Geodude! Pikachu are on the Docks near here, while Geodude can be found near the Heillportal.;chatline2=Get back to me once you've caught them.)
  159. }
  160. {
  161. description=Missing Slowpoke/Pikachu
  162. hint=She's right at the edge of the spawn area, in the labcoat. Make sure you have all 3 pokemon on you at level 5.
  163. timestocomplete=1
  164. hidden=True
  165. infinite=False
  166. conditions
  167. {
  168. carrying_pokemon(flipped=True;name=Slowpoke)
  169. carrying_pokemon(flipped=False;name=Geodude)
  170. carrying_pokemon(flipped=True;name=Pikachu)
  171. }
  172. type=chat_npc(uuid=5762b643-1d7e-400d-aa79-435266e8423e;chatline1=Seems you forgot Slowpoke and Pikachu! Slowpoke are on beaches around here, while Pikachu can be found on Nyr's dock.;chatline2=Get back to me once you've caught them.)
  173. }
  174. }
  175. stage=3
  176. {
  177. {
  178. description=Talk to Hiro
  179. hint=He is along the Road 1 Bridge, at /warp nyr. Remeber to bring the pokes Ras had you train up
  180. timestocomplete=1
  181. hidden=False
  182. infinite=False
  183. triggers
  184. {
  185. show_chat_gui(delay=0;name=Assiatant Hiro;chatline1=I see your team has been building up its strength. Care to test it?)
  186. }
  187. conditions
  188. {
  189. carrying_pokemon(flipped=False;spec=pikachu)
  190. carrying_pokemon(flipped=False;spec=Geodude)
  191. carrying_pokemon(flipped=False;spec=Slowpoke)
  192. }
  193. type=enter_zone(minx=-141;maxx=-133;miny=67;maxy=70;minz=-208;maxz=-202;world=Vanha)
  194. }
  195. }
  196. stage=4
  197. {
  198. {
  199. description=Defeat Assistant Hiro
  200. hint=Challenge him to a Pokemon battle!
  201. timestocomplete=1
  202. hidden=False
  203. infinite=False
  204. triggers
  205. {
  206. skip_to_stage(delay=1;stage=6)
  207. }
  208. type=defeat_trainer(uuid=e9e2001f-bed7-4b17-a701-1bdcbf284222)
  209. }
  210. {
  211. description=A description
  212. hint=An optional hint
  213. timestocomplete=1
  214. hidden=True
  215. infinite=False
  216. triggers
  217. {
  218. skip_to_stage(delay=1;stage=5)
  219. }
  220. type=battle_end_abnormal()
  221. }
  222. {
  223. description=A description
  224. hint=An optional hint
  225. timestocomplete=1
  226. hidden=True
  227. infinite=False
  228. triggers
  229. {
  230. skip_to_stage(delay=1;stage=5)
  231. }
  232. type=lose_to_trainer(uuid=e9e2001f-bed7-4b17-a701-1bdcbf284222)
  233. }
  234. }
  235. stage=5
  236. {
  237. {
  238. description=Defeat Assistant Hiro
  239. hint=
  240. timestocomplete=1
  241. hidden=False
  242. infinite=False
  243. triggers
  244. {
  245. show_chat_gui(delay=0;name=Assiatant Hiro;chatline1=Hmm, come back after you build up your strength.)
  246. skip_to_stage(delay=1;stage=4)
  247. }
  248. type=enter_zone(minx=-141;maxx=-133;miny=67;maxy=70;minz=-208;maxz=-202;world=Vanha)
  249. }
  250. }
  251. stage=6
  252. {
  253. {
  254. description=Talk to Hiro
  255. hint=He is along the Road 1 Bridge, at /warp nyr
  256. timestocomplete=1
  257. hidden=False
  258. infinite=False
  259. triggers
  260. {
  261. show_chat_gui(delay=0;name=Assiatant Hiro;chatline1=Good job!;chatline2=Follow this road to reach Agni. That is the first Gym town on your journey.;chatline3=The gym level there is 20, you may use up to level 25 Pokemon.;chatline4=Good luck, and take these on your journey.)
  262. give_item(delay=2;itemid=Great Ball;count=10)
  263. show_title(delay=5;titletext=Trainer's Way of Life;titlecolour=dark_green;subtitletext=Quest Complete)
  264. give_money(delay=0;amount=500)
  265. }
  266. type=right_click_entity(uuid=e9e2001f-bed7-4b17-a701-1bdcbf284222)
  267. }
  268. }
  269. }
  270.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement