Advertisement
CenizaRey

Stone Woes

Aug 10th, 2019
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. Stone Woes
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=1
  5. canpreview=true
  6. previewtext=A strange pokemon made of rocks has been loitering around the Rock Gym, it looks distressed. You should see if you can communicate with it. X383 Y121 Z343
  7. ignoresquestlimit=False
  8. repeatdays=-1
  9. objectives
  10. {
  11. stage=0
  12. {
  13. {
  14. description=A description
  15. hint=An optional hint
  16. timestocomplete=1
  17. hidden=True
  18. infinite=False
  19. triggers
  20. {
  21. show_chat_gui(delay=0;name=Regibrock;chatline1=Well, you're the first person to approach me rather than scream and run away in terror!;chatline2=My name's Brock, and I'm a, uh, rock type expert.;chatline3=I was mining nearby, looking for deposits of megastones, as we've had a shortage of Steelixite recently.;chatline4=Then I saw two Zubats fly into eachother, it was the funniest thing ever. I laughed so hard a mega stone dropped down my throat.;chatline5=And I uh, guess I mega evolved? Having the strength of a Regirock is pretty great.;chatline6=But I miss the little things. Like having hands. Two eyes. Lips.;chatline7=Do you think you could help me out?)
  22. }
  23. type=right_click_entity(uuid=9e4f8dce-55d0-4436-91dc-8fd88aa16c08)
  24. }
  25. }
  26. stage=1
  27. {
  28. {
  29. description=Talk to Regibrock again.
  30. hint=He's outside the Rock Gym, hard to miss.
  31. timestocomplete=1
  32. hidden=False
  33. infinite=True
  34. triggers
  35. {
  36. show_chat_gui(delay=0;name=Regibrock;chatline1=So, what do you say?)
  37. show_options(delay=3;id=001;name=Regibrock;text=Help Regibrock?;choice1=Yes.;choice2=No.)
  38. skip_to_stage(delay=3;stage=2)
  39. }
  40. type=right_click_entity(uuid=9e4f8dce-55d0-4436-91dc-8fd88aa16c08)
  41. }
  42. }
  43. stage=2
  44. {
  45. {
  46. description=A description
  47. hint=An optional hint
  48. timestocomplete=1
  49. hidden=False
  50. infinite=False
  51. triggers
  52. {
  53. show_chat_gui(delay=1;name=Regibrock;chatline1=Super. Here's what I need you to do. Head EXACTLY north of here, don't stray from the path.;chatline2=There, you'll find a deposit of a strange metal.;chatline3=It's called "Meganomoreium". It's bright purple, you can't miss it.;chatline4=Bring me back a piece of it, and hopefully I can revert back to my handsome, human self.)
  54. show_title(delay=1;titletext=Stone Woes;titlecolour=yellow;subtitletext=Tier 2 Task Started;subtitlecolour=white)
  55. skip_to_stage(delay=2;stage=3)
  56. }
  57. type=choose_option(id=001;choice=1)
  58. }
  59. {
  60. description=A description
  61. hint=An optional hint
  62. timestocomplete=1
  63. hidden=False
  64. infinite=False
  65. triggers
  66. {
  67. show_chat_gui(delay=1;name=Regibrock;chatline1=Oh, no big deal. I guess I'll just be a boulder forever.)
  68. skip_to_stage(delay=5;stage=0)
  69. }
  70. type=choose_option(id=001;choice=2)
  71. }
  72. {
  73. description=A description
  74. hint=An optional hint
  75. timestocomplete=1
  76. hidden=True
  77. infinite=False
  78. triggers
  79. {
  80. send_chat(delay=0;message=&cFAILSAFE - The Quest has been set back one stage. Don't press ESC when given a list of options!)
  81. skip_to_stage(delay=2;stage=1)
  82. }
  83. type=right_click_entity(uuid=9e4f8dce-55d0-4436-91dc-8fd88aa16c08)
  84. }
  85. }
  86. stage=3
  87. {
  88. {
  89. description=Find the Meganomoreium deposit.
  90. hint=It's directly North of the Rock Gym, and is violet-coloured.
  91. timestocomplete=1
  92. hidden=False
  93. infinite=False
  94. triggers
  95. {
  96. spawn_and_battle(delay=4;spec=Steelix despawns;bossLevel=2)
  97. send_chat(delay=0;message=&bYou chip off a piece of the Meganomoreium, and feel vibrations from the earth below you. A Steelix suddenly bursts from the rock and attacks!)
  98. skip_to_stage(delay=4;stage=4)
  99. fire_command(delay=0;command=/give PLAYER pixelmon:amethyst 1 0 {display:{Name:"Meganomoreium Shard",Lore:["This unusual crystal pulses with an oppressive energy."]}})
  100. }
  101. type=right_click_block(minx=385;maxx=385;miny=113;maxy=113;minz=215;maxz=215;world=Biome Bundle)
  102. }
  103. }
  104. stage=4
  105. {
  106. {
  107. description=A description
  108. hint=An optional hint
  109. timestocomplete=1
  110. hidden=False
  111. infinite=False
  112. triggers
  113. {
  114. take_item(delay=0;itemid=pixelmon:amethyst;count=1)
  115. skip_to_stage(delay=1;stage=3)
  116. send_chat(delay=0;message=&bThe Steelix snatches the Meganomoreium shard from you and burrows back underground. You must try again!)
  117. }
  118. type=flee_from_pokemon(spec=Steelix)
  119. }
  120. {
  121. description=A description
  122. hint=An optional hint
  123. timestocomplete=1
  124. hidden=False
  125. infinite=False
  126. triggers
  127. {
  128. take_item(delay=0;itemid=pixelmon:amethyst;count=1)
  129. skip_to_stage(delay=1;stage=3)
  130. send_chat(delay=0;message=&bThe Steelix snatches the Meganomoreium shard from you and burrows back underground. You must try again!)
  131. }
  132. type=battle_end_abnormal()
  133. }
  134. {
  135. description=A description
  136. hint=An optional hint
  137. timestocomplete=1
  138. hidden=False
  139. infinite=False
  140. triggers
  141. {
  142. take_item(delay=0;itemid=pixelmon:amethyst;count=1)
  143. skip_to_stage(delay=1;stage=3)
  144. send_chat(delay=0;message=&bThe Steelix snatches the Meganomoreium shard from you and burrows back underground. You must try again!)
  145. }
  146. type=run_out_of_pokemon()
  147. }
  148. {
  149. description=A description
  150. hint=An optional hint
  151. timestocomplete=1
  152. hidden=False
  153. infinite=False
  154. triggers
  155. {
  156. send_chat(delay=0;message=&bThe Steelix collapses heavily to the ground. It's unconscious, better get out of here before it wakes up.)
  157. skip_to_stage(delay=1;stage=5)
  158. }
  159. type=kill_pokemon(spec=Steelix)
  160. }
  161. }
  162. stage=5
  163. {
  164. {
  165. description=Return to Regibrock.
  166. hint=He's outside the Rock Gym.
  167. timestocomplete=1
  168. hidden=False
  169. infinite=False
  170. triggers
  171. {
  172. show_chat_gui(delay=0;name=Regibrock;chatline1=Oh, you're back so soon.;chatline2=Listen, I've been thinking, being a Regirock isn't so bad. At least I'm living proof humans can mega evolve.;chatline3=I may not be able to do things like pet dogs anymore, but I have super strength!;chatline4=That's a pretty worthy price to pay, don't you think?;chatline5=Don't worry about the Meganomoreium. You can keep it.;chatline6=Here's something for your trouble.)
  173. give_money(delay=0;amount=1500)
  174. show_title(delay=3;titletext=Stone Woes;titlecolour=yellow;subtitletext=Tier 2 Task Complete;subtitlecolour=white)
  175. }
  176. type=right_click_entity(uuid=9e4f8dce-55d0-4436-91dc-8fd88aa16c08)
  177. }
  178. }
  179. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement