CenizaRey

Xatu's Conundrum

Aug 10th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.77 KB | None | 0 0
  1. Xatu's Conundrum
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=A disgruntled Xatu has been sat in Spawn Pokecenter for a while mulling over a sheet of paper. Perhaps you can use your particular set of skills to help it. X1093 Y160 Z421
  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=Xatu;chatline1=Toot toot.;chatline2=*Xatu communicates with you telepathically, it seems to want to know something.*)
  22. }
  23. type=right_click_entity(uuid=f46f9345-85bb-40df-8460-a4cd414b3a4e)
  24. }
  25. }
  26. stage=1
  27. {
  28. {
  29. description=Talk to Xatu again.
  30. hint=He's in the spawn pokecenter.
  31. timestocomplete=1
  32. hidden=False
  33. infinite=False
  34. triggers
  35. {
  36. show_chat_gui(delay=0;name=Xatu;chatline1=Toot toot?;chatline2=*Xatu appears to be beckoning you for help.*)
  37. show_options(delay=3;id=001;name=Xatu;text=Toot toot?;choice1=Yoot yoot.;choice2=Noot noot.)
  38. }
  39. type=right_click_entity(uuid=f46f9345-85bb-40df-8460-a4cd414b3a4e)
  40. }
  41. }
  42. stage=2
  43. {
  44. {
  45. description=A description
  46. hint=An optional hint
  47. timestocomplete=1
  48. hidden=False
  49. infinite=False
  50. triggers
  51. {
  52. show_chat_gui(delay=0;name=Xatu;chatline1=Toot toot!;chatline2=*Xatu hands you the sheet of paper it's mulling over.*)
  53. fire_command(delay=1;command=/give PLAYER paper 1 0 {display:{Name:"Xatu's Conundrum",Lore:["4x4+4x4+4-4x4"]}})
  54. show_title(delay=2;titletext=Xatu's Conundrum;titlecolour=green;subtitletext=Tier 1 Task Started;subtitlecolour=white)
  55. skip_to_stage(delay=3;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=0;name=Xatu;chatline1=Toot toot.;chatline2=*Xatu looks disappointed.*)
  68. skip_to_stage(delay=10;stage=0)
  69. }
  70. type=choose_option(id=001;choice=2)
  71. }
  72. {
  73. description=Talk to Xatu again.
  74. hint=He's in the spawn pokecenter.
  75. timestocomplete=1
  76. hidden=False
  77. infinite=False
  78. triggers
  79. {
  80. skip_to_stage(delay=2;stage=1)
  81. send_chat(delay=0;message=&cFAILSAFE - The Quest has been set back one stage. Don't press ESC when given a list of options!)
  82. }
  83. type=right_click_entity(uuid=f46f9345-85bb-40df-8460-a4cd414b3a4e)
  84. }
  85. }
  86. stage=3
  87. {
  88. {
  89. description=Solve the Problem.
  90. hint=Once you've solved the problem, talk to Xatu.
  91. timestocomplete=1
  92. hidden=False
  93. infinite=False
  94. triggers
  95. {
  96. show_options(delay=0;id=002;name=Xatu;text=Toot toot?;choice1=20;choice2=48;choice3=320;choice4=40;choice5=32)
  97. }
  98. type=right_click_entity(uuid=f46f9345-85bb-40df-8460-a4cd414b3a4e)
  99. }
  100. }
  101. stage=4
  102. {
  103. {
  104. description=A description
  105. hint=An optional hint
  106. timestocomplete=1
  107. hidden=False
  108. infinite=False
  109. triggers
  110. {
  111. show_chat_gui(delay=1;name=Xatu;chatline1=Toot toot!;chatline2=Toot toot!!!;chatline3=TOOT TOOT!!!;chatline4=*Xatu is ecstatic. It hands you money and a prize for your troubles.*)
  112. give_money(delay=2;amount=1500)
  113. fire_command(delay=3;command=/give PLAYER paper 1 0 {display:{Name:"Big Nerd Certificate",Lore:["A certificate bearing the Seal of Xatu that affirms it's owner to be one of the biggest nerds in all the land. Toot toot!"]}})
  114. show_title(delay=5;titletext=Xatu's Conundrum;titlecolour=green;subtitletext=Tier 1 Task Complete;subtitlecolour=white)
  115. skip_to_stage(delay=7;stage=100)
  116. }
  117. type=choose_option(id=002;choice=1)
  118. }
  119. {
  120. description=A description
  121. hint=An optional hint
  122. timestocomplete=1
  123. hidden=False
  124. infinite=False
  125. triggers
  126. {
  127. show_chat_gui(delay=1;name=Xatu;chatline1=Toot toot.;chatline2=*This doesn't seem to be correct.*)
  128. skip_to_stage(delay=2;stage=3)
  129. }
  130. type=choose_option(id=002;choice=2)
  131. }
  132. {
  133. description=A description
  134. hint=An optional hint
  135. timestocomplete=1
  136. hidden=False
  137. infinite=False
  138. triggers
  139. {
  140. show_chat_gui(delay=1;name=Xatu;chatline1=Toot toot.;chatline2=*This doesn't seem to be correct.*)
  141. skip_to_stage(delay=2;stage=3)
  142. }
  143. type=choose_option(id=002;choice=3)
  144. }
  145. {
  146. description=A description
  147. hint=An optional hint
  148. timestocomplete=1
  149. hidden=False
  150. infinite=False
  151. triggers
  152. {
  153. show_chat_gui(delay=1;name=Xatu;chatline1=Toot toot.;chatline2=*This doesn't seem to be correct.*)
  154. skip_to_stage(delay=2;stage=3)
  155. }
  156. type=choose_option(id=002;choice=4)
  157. }
  158. {
  159. description=A description
  160. hint=An optional hint
  161. timestocomplete=1
  162. hidden=False
  163. infinite=False
  164. triggers
  165. {
  166. show_chat_gui(delay=1;name=Xatu;chatline1=Toot toot.;chatline2=*This doesn't seem to be correct.*)
  167. skip_to_stage(delay=2;stage=3)
  168. }
  169. type=choose_option(id=002;choice=5)
  170. }
  171. {
  172. description=Talk to Xatu again.
  173. hint=He's in the spawn pokecenter.
  174. timestocomplete=1
  175. hidden=False
  176. infinite=False
  177. triggers
  178. {
  179. skip_to_stage(delay=2;stage=3)
  180. send_chat(delay=0;message=&cFAILSAFE - The Quest has been set back one stage. Don't press ESC when given a list of options!)
  181. }
  182. type=right_click_entity(uuid=f46f9345-85bb-40df-8460-a4cd414b3a4e)
  183. }
  184. }
  185. }
Advertisement
Add Comment
Please, Sign In to add comment