Primalcyndaquil

Untitled

May 30th, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.37 KB | None | 0 0
  1. Moonlit Memories
  2.  
  3. islegendary=False
  4. requiredquestpoints=20
  5. rewardquestpoints=1
  6. canpreview=true
  7. previewtext=Yora's dreams as of late seem to be failing her.
  8. ignoresquestlimit=False
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=Start Quest
  16. hint=
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_title(delay=0;titletext=Moonlit Memories;titlecolour=dark_green;subtitletext=Quest Started)
  23. }
  24. type=chat_npc(uuid=a2a55ad0-7ecc-48d0-939e-ce26d669443f;chatline1=Hello there trainer, would you mind listening to this request of mine?;chatline2=I’ve been having some dreams recently, but they’re mostly loose and fuzzy by the time I’m awake.;chatline3=And seeing as you’re a trainer, could you potentially find a Munna and bring it to me?;chatline4=Munnas have the ability to read dreams, so I was hoping you could find one for me.;chatline5=As you can see, I’m not much of a trainer , or I’d have gone and caught one myself.;chatline6=Do not worry, you will be paid for your troubles.)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Bring a Munna to Yora
  31. hint=Yora is still in her storehouse in Kuan-ti, near the gym entrance.
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. triggers
  36. {
  37. send_chat(delay=3;message=&bYora places the Munna on her head, and you can see wispy aftermaths of what seemed like greenery and landscape being sucked out of her.)
  38. skip_to_stage(delay=0;stage=2)
  39. }
  40. conditions
  41. {
  42. carrying_pokemon(flipped=False;spec=Munna)
  43. }
  44. type=chat_npc(uuid=a2a55ad0-7ecc-48d0-939e-ce26d669443f;chatline1=Perfect, now let’s see if it can help.)
  45. }
  46. {
  47. description=Optional: Catch a Munna
  48. hint=Munna seem to be commonly found near the end of Silver Glenn cave
  49. timestocomplete=1
  50. hidden=False
  51. infinite=False
  52. type=catch_pokemon(spec=Munna)
  53. }
  54. }
  55. stage=2
  56. {
  57. {
  58. description=Speak to Yora again
  59. hint=She is in her Storehouse in Kuan-ti, near the gym entrance.
  60. timestocomplete=1
  61. hidden=False
  62. infinite=False
  63. type=chat_npc(uuid=a2a55ad0-7ecc-48d0-939e-ce26d669443f;chatline1=I must say, that worked much better than expected.;chatline2=I saw a town of water, an island of wheat and flowers, and a treehouse under moonlight.;chatline3=Personally, I have no clue where that would be, but a travelling trainer like you might know of a place that fits that description.)
  64. }
  65. }
  66. stage=3
  67. {
  68. {
  69. description=Find the location Yora mentioned
  70. hint=She mentioned a town of water, an island of wheat and flowers, and a treehouse at night
  71. timestocomplete=1
  72. hidden=False
  73. infinite=False
  74. triggers
  75. {
  76. send_chat(delay=0;message=&bAs you enter the treehouse, you hear faint whispers from all around you.)
  77. }
  78. type=enter_zone(minx=865;maxx=872;miny=64;maxy=70;minz=-41;maxz=-37;world=Vanha)
  79. }
  80. }
  81. stage=4
  82. {
  83. {
  84. description=Investigate the treehouse
  85. hint=Its on an Island in Ione
  86. timestocomplete=1
  87. hidden=False
  88. infinite=False
  89. triggers
  90. {
  91. send_chat(delay=0;message=&bDespite the rubble atop the chest, you manage to pull out a journal from within it.)
  92. send_chat(delay=3;message=&bThe whisperings grow louder, and they seem to be chanting something…)
  93. fire_command(delay=1;command=give PLAYER minecraft:book 1 0 {display:{Name:"Yora's Journal",Lore:["There are many childish drawings and notes drawn.","Most notably, someone named Hira has drawn in here too."]},HideFlags:1,ench:[{id:0,lvl:1}]})
  94. send_chat(delay=5;message=&6YoraYoraYoraYoraYoraYORAYORAYORA)
  95. spawn_and_battle(delay=7;spec=despawns Lunatone;level=40)
  96. }
  97. type=right_click_block(minx=866;maxx=866;miny=67;maxy=67;minz=-39;maxz=-39;world=Vanha)
  98. }
  99. }
  100. stage=5
  101. {
  102. {
  103. description=Defeat the Lunatone
  104. hint=
  105. timestocomplete=1
  106. hidden=False
  107. infinite=False
  108. triggers
  109. {
  110. skip_to_stage(delay=0;stage=6)
  111. send_chat(delay=1;message=&bThe lunatone crumbles into fragments, it's chanting slowly fading.)
  112. }
  113. type=kill_pokemon(spec=Lunatone)
  114. }
  115. {
  116. description=Flee from Lunatone
  117. hint=
  118. timestocomplete=1
  119. hidden=True
  120. infinite=False
  121. triggers
  122. {
  123. skip_to_stage(delay=0;stage=6)
  124. send_chat(delay=1;message=&bAs you flee from the treehouse, the Lunaton retreats to its spot under the treehouse.)
  125. }
  126. type=flee_from_pokemon(spec=Lunatone)
  127. }
  128. {
  129. description=Lose to Lunatone
  130. hint=
  131. timestocomplete=1
  132. hidden=True
  133. infinite=False
  134. triggers
  135. {
  136. skip_to_stage(delay=0;stage=6)
  137. send_chat(delay=1;message=&bThe lunatone knocks you back with a psychic blast, deterring you from entering again.)
  138. warp(delay=1;world=Vanha;x=471;y=71;z=-119)
  139. }
  140. type=run_out_of_pokemon()
  141. }
  142. {
  143. description=Catch the Lunatone
  144. hint=
  145. timestocomplete=1
  146. hidden=True
  147. infinite=False
  148. triggers
  149. {
  150. skip_to_stage(delay=0;stage=7)
  151. send_chat(delay=1;message=&bDespite being in the Pokeball, it's chanting won't stop.)
  152. }
  153. type=catch_pokemon(spec=Lunatone)
  154. }
  155. }
  156. stage=6
  157. {
  158. {
  159. description=Return to Yora with the Journal
  160. hint=She's in her Storehouse in Kuan-Ti, near the gym entrance.
  161. timestocomplete=1
  162. hidden=False
  163. infinite=False
  164. triggers
  165. {
  166. give_item(delay=2;itemid=pixelmon:rare_candy;count=8)
  167. give_money(delay=2;amount=500)
  168. show_title(delay=0;titletext=Moonlit Memories;titlecolour=dark_green;subtitletext=Quest Complete)
  169. skip_to_stage(delay=0;stage=100)
  170. }
  171. conditions
  172. {
  173. has_item(flipped=False;itemid=minecraft:book)
  174. }
  175. type=chat_npc(uuid=a2a55ad0-7ecc-48d0-939e-ce26d669443f;chatline1=Even after reading this journal, I can’t seem to recall much…;chatline2=Sorry for wasting your time trainer, here, take these for your troubles.;chatline3=Perhaps I was never meant to remember the past after all.)
  176. }
  177. }
  178. stage=7
  179. {
  180. {
  181. description=Return to Yora with the Journal and Lunatone
  182. hint=She's in her Storehouse in Kuan-Ti, near the gym entrance.
  183. timestocomplete=1
  184. hidden=False
  185. infinite=False
  186. triggers
  187. {
  188. give_item(delay=2;itemid=pixelmon:rare_candy;count=10)
  189. give_money(delay=2;amount=500)
  190. show_title(delay=0;titletext=Moonlit Memories;titlecolour=dark_green;subtitletext=Quest Complete)
  191. give_item(delay=2;itemid=pixelmon:tm29)
  192. take_pokemon(delay=0;spec=Lunatone)
  193. skip_to_stage(delay=0;stage=100)
  194. }
  195. conditions
  196. {
  197. has_item(flipped=False;itemid=minecraft:book)
  198. carrying_pokemon(flipped=False;spec=Lunatone;minlevel=40)
  199. }
  200. type=chat_npc(uuid=a2a55ad0-7ecc-48d0-939e-ce26d669443f;chatline1=This journal, and the lunatone… It’s all coming back to me.;chatline2=I had to abandon my Lunatone when we ran during the Night of the Torn Veil.;chatline3=Thank you so much trainer, here, take these as a token of my Gratitude.)
  201. }
  202. }
  203. }
  204.  
Add Comment
Please, Sign In to add comment