Advertisement
MattBlower

Untitled

Sep 12th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. Love At First Bite
  2.  
  3. requiredquestpoints=25
  4. rewardquestpoints=2
  5. canpreview=true
  6. previewtext=Carys has lost her beloved Snubbull somewhere in Ione, perhaps you should help her find it!
  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. show_title(delay=5;titletext=Love At First Bite;titlecolour=dark_green;subtitletext=Quest Started)
  22. }
  23. type=chat_npc(uuid=cc7849fe-5ff7-4fa6-90a9-e14ead9f5edd;chatline1=Hello there, I’m hoping you can help me. I was out walking with my dear Snubbull this morning, and now I can’t find him anywhere. Are you able to help?;chatline2=You will? Thank you so much!;chatline3=Our route this morning started off at the Fishing shop, as I was picking up my son’s order of Lure Balls. We then went to the Water Gym, as my son was challenging it, plus I needed to give him the Lure Ball order.;chatline4=After the battle, we all went to the Music Arena to watch a concert. Maybe you should go along the same route we did and see if you can find my dear Snubbull.;chatline5=I hope you can find him soon, I am so worried!)
  24. }
  25. }
  26. stage=1
  27. {
  28. {
  29. description=Head to the fishing shop.
  30. hint=It's right next to the pokecenter.
  31. timestocomplete=1
  32. hidden=False
  33. infinite=False
  34. triggers
  35. {
  36. send_chat(delay=1;message=&bYou arrive at the fishing shop. You look around but see no sign of the Snubbull. Next stop is the Water Gym.)
  37. }
  38. type=enter_zone(minx=870;maxx=873;miny=72;maxy=73;minz=-88;maxz=-85;world=vanha)
  39. }
  40. }
  41. stage=2
  42. {
  43. {
  44. description=Head to the Water Gym.
  45. hint=Stand on the gym arena.
  46. timestocomplete=1
  47. hidden=False
  48. infinite=False
  49. triggers
  50. {
  51. send_chat(delay=1;message=&bYou arrive at the Water Gym. You see a man near the water, you decide to head over to talk to him.)
  52. }
  53. type=enter_zone(minx=863;maxx=879;miny=44;maxy=49;minz=-119;maxz=-103;world=vanha)
  54. }
  55. }
  56. stage=3
  57. {
  58. {
  59. description=Speak to Fulbright.
  60. hint=He is by the waterfall.
  61. timestocomplete=1
  62. hidden=False
  63. infinite=False
  64. type=chat_npc(uuid=52eb7a6c-f514-43f7-ad55-a2edaa890348;chatline1=You are looking for my mother’s Snubbull? Sorry, I haven't seen him.;chatline2=I do remember him being at the music concert with us, have you checked there yet?)
  65. }
  66. }
  67. stage=4
  68. {
  69. {
  70. description=Head to the music arena viewing platform.
  71. hint=It's in the North East part of Ione, you want the bit by the railings.
  72. timestocomplete=1
  73. hidden=False
  74. infinite=False
  75. triggers
  76. {
  77. send_chat(delay=1;message=&bYou arrive at the viewing platform for the Music Arena. You look around and notice 2 pink blobs over on the stage. You decide to go over and look.)
  78. }
  79. type=enter_zone(minx=925;maxx=929;miny=66;maxy=68;minz=-169;maxz=-165;world=vanha)
  80. }
  81. }
  82. stage=5
  83. {
  84. {
  85. description=Head over to the pink blobs.
  86. hint=Stand right next to them.
  87. timestocomplete=1
  88. hidden=False
  89. infinite=False
  90. triggers
  91. {
  92. send_chat(delay=1;message=&bUpon reaching the stage, you notice the blobs are 2 Snubbulls. One of the Snubbull attacks in a grumpy rage.)
  93. spawn_and_battle(delay=3;name=Snubbull;level=30;shiny=false;bossLevel=1)
  94. }
  95. type=enter_zone(minx=961;maxx=966;miny=64;maxy=66;minz=-206;maxz=-201;world=vanha)
  96. }
  97. }
  98. stage=6
  99. {
  100. {
  101. description=Defeat the Snubbull
  102. hint=
  103. timestocomplete=1
  104. hidden=True
  105. infinite=False
  106. triggers
  107. {
  108. send_chat(delay=1;message=&bThe Snubbulls scamper off, you decide to head back to Carys to tell her what happened.)
  109. skip_to_stage(delay=3;stage=7)
  110. }
  111. type=kill_pokemon(name=Snubbull)
  112. }
  113. {
  114. description=Lose to the Snubbull
  115. hint=
  116. timestocomplete=1
  117. hidden=True
  118. infinite=False
  119. triggers
  120. {
  121. heal_pokemon(delay=1)
  122. warp(delay=3;world=vanha;x=870;y=71;z=-111)
  123. send_chat(delay=5;message=&bYou wake up back at the Pokecenter. You decide to go back to the Music Arena and find what the Snubbull are up to.)
  124. skip_to_stage(delay=7;stage=5)
  125. }
  126. type=battle_end_abnormal()
  127. }
  128. {
  129. description=Lose to the Snubbull
  130. hint=
  131. timestocomplete=1
  132. hidden=True
  133. infinite=False
  134. triggers
  135. {
  136. heal_pokemon(delay=1)
  137. warp(delay=3;world=vanha;x=870;y=71;z=-111)
  138. send_chat(delay=5;message=&bYou wake up back at the Pokecenter. You decide to go back to the Music Arena and find what the Snubbull are up to.)
  139. skip_to_stage(delay=7;stage=5)
  140. }
  141. type=flee_from_pokemon(name=Snubbull)
  142. }
  143. {
  144. description=Lose to the Snubbull
  145. hint=
  146. timestocomplete=1
  147. hidden=True
  148. infinite=False
  149. triggers
  150. {
  151. heal_pokemon(delay=1)
  152. warp(delay=3;world=vanha;x=870;y=71;z=-111)
  153. send_chat(delay=5;message=&bYou wake up back at the Pokecenter. You decide to go back to the Music Arena and find what the Snubbull are up to.)
  154. skip_to_stage(delay=7;stage=5)
  155. }
  156. type=run_out_of_pokemon()
  157. }
  158. }
  159. stage=7
  160. {
  161. {
  162. description=Head back to Carys.
  163. hint=She is still where she started.
  164. timestocomplete=1
  165. hidden=False
  166. infinite=False
  167. triggers
  168. {
  169. give_money(delay=1;amount=100)
  170. give_item(delay=2;itemid=Love Ball;count=10)
  171. show_title(delay=5;titletext=Love At First Bite;titlecolour=dark_green;subtitletext=Quest Completed)
  172. }
  173. type=chat_npc(uuid=cc7849fe-5ff7-4fa6-90a9-e14ead9f5edd;chatline1=You found my Snubbull? Where was he? Over at the Music Arena?;chatline2=That’s the 3rd time that he has vanished. He was with another Snubbull?;chatline3=And it was a female one? My dear Snubbull must have fallen in love with the other Snubbull.;chatline4=Thank you for finding this out for me, take these as a reward.)
  174. }
  175. }
  176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement