Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. /q create regalia2.mazechallenge.cauldron
  2.  
  3. /q e n Speak with Kay at the Cauldron.
  4. /q e d You enter a messy room filled with various magical baubles and a bubbling cauldron in the middle. Three young witches stand around the cauldron. They were muttering amongst themselves but stopped once they saw you enter. <br>''I knew I heard someone coming,'' says one of the witches. <br>''Oh, another wanderer. Hello,'' says another.<br>''Hey, can you do us a favor,'' asks the third. <br>Speak with the first witch, <c>Kay<i>, to continue.
  5.  
  6.  
  7. /q e ToFind OnEnterRegion regalia2.cauldron
  8. /q e ToFind IfInWorld regalia2
  9. /q e ToFind IfTester
  10. /q e ToFind IfFound regalia2.mazechallenge.mazestart.200
  11.  
  12. /q e Times 0
  13.  
  14.  
  15.  
  16. /q create regalia2.mazechallenge.cauldron.100
  17.  
  18. /q e n Find one brown mushroom and one red mushroom.
  19. /q e d ''What happened was, we were supposed to be brewing a potion but… we haven't been too good at organizing in the past and well…'' The witch gestures to the messy room. ''Anyway, we need to find the ingredients but we can't turn our focus from the cauldron. The first ingredients we need are one brown mushroom and one red mushroom. Can you find them for us? We'll give you a sample of the potion once we're done.''
  20.  
  21. /q e Times 2
  22.  
  23. /q e ToFind OnClickNpc Kay
  24. /q e ToFind IfInWorld Regalia2
  25. /q e ToFind IfInRegion regalia2.cauldron
  26. /q e ToFind IfFound regalia2.mazechallenge.cauldron
  27.  
  28. /q e OnComplete DoFind regalia2.mazechallenge.cauldron.200
  29.  
  30.  
  31.  
  32. /q create regalia2.mazechallenge.cauldron.125
  33.  
  34. /q e n You found a red mushroom!
  35.  
  36. /q e ToFind OnClickBlock 40
  37. /q e ToFind IfInRegion regalia2.cauldron
  38. /q e ToFind IfFound regalia2.mazechallenge.cauldron.100
  39. /q e ToFind IfSlotsEmpty 1
  40.  
  41. /q e OnFind DoGiveItem 40 1
  42. /q e OnFind DoHearSound ENTITY_ITEM_PICKUP
  43. /q e OnFind DoAdvance regalia2.mazechallenge.cauldron.100
  44. /q e OnFind DoComplete regalia2.mazechallenge.cauldron.125
  45.  
  46.  
  47.  
  48. /q create regalia2.mazechallenge.cauldron.150
  49.  
  50. /q e n You found a brown mushroom!
  51.  
  52. /q e ToFind OnClickBlock 39
  53. /q e ToFind IfInRegion regalia2.cauldron
  54. /q e ToFind IfFound regalia2.mazechallenge.cauldron.100
  55. /q e ToFind IfSlotsEmpty 1
  56.  
  57. /q e OnFind DoGiveItem 39 1
  58. /q e OnFind DoHearSound ENTITY_ITEM_PICKUP
  59. /q e OnFind DoAdvance regalia2.mazechallenge.cauldron.100
  60. /q e OnFind DoComplete regalia2.mazechallenge.cauldron.150
  61.  
  62.  
  63.  
  64. /q create regalia2.mazechallenge.cauldron.200
  65.  
  66. /q e n Click on Jeni to continue.
  67. /q e d The witch looks delighted. ''Great. You found both mushrooms. I need to concentrate on maintaining the cauldron so you'll have to speak with <c>Jeni<i> for the rest of the ingredients.''
  68.  
  69. /q e ToAdvance OnClickNpc Jeni
  70. /q e ToAdvance IfInWorld Regalia2
  71. /q e ToAdvance IfInRegion regalia2.cauldron
  72. /q e ToAdvance IfFound regalia2.mazechallenge.cauldron
  73.  
  74. /q e OnComplete DoFind regalia2.mazechallenge.cauldron.300
  75.  
  76.  
  77.  
  78. /q create regalia2.mazechallenge.cauldron.300
  79.  
  80. /q e n Clicking the leaves around the room to search for apples.
  81. /q e d ''Hi. So you're wandering this maze, right? Yeah. Anyway, I see you found the mushrooms. What we need now is an apple. A nice shiny red apple. The trees here might be growing some, I don't know. Too busy focusing on the present task to check.''
  82.  
  83. /q e Times 0
  84.  
  85.  
  86.  
  87. /q create regalia2.mazechallenge.cauldron.325
  88. /q e n Better try another one!
  89. /q e d You search this branch but find no apple.
  90.  
  91. /q e ToFind OnClickBlock 161
  92. /q e ToFind IfFound regalia2.mazechallenge.cauldron.300
  93. /q e ToFind !IfFound regalia2.mazechallenge.cauldron.350
  94. /q e ToFind IfInRegion regalia2.cauldron
  95.  
  96. /q e OnFind DoHearSound BLOCK_GRASS_STEP
  97. /q e OnFind DoUnfind regalia2.mazechallenge.cauldron.325
  98.  
  99.  
  100.  
  101. /q create regalia2.mazechallenge.cauldron.350
  102. /q e n Click on the last witch to continue.
  103. /q e d You search the branches of this tree and find an apple growing! It's small but red and healthy. You pluck it and show it to the witches at the cauldron. ''Is that an apple? So there were apples growing here after all. Huh. Well, good. Anyway, my friend <c>Mira<i> here can tell you what the last ingredient is.''
  104.  
  105. /q e ToFind OnClickBlock 18
  106. /q e ToFind IfSlotsEmpty 1
  107. /q e ToFind IfInRegion regalia2-cauldon
  108.  
  109. /q e OnFind DoGiveItem 260 1
  110. /q e OnFind DoHearSound ENTITY_ITEM_PICKUP
  111.  
  112. /q e ToAdvance OnClickNpc Mira
  113. /q e ToAdvance IfInWorld Regalia2
  114. /q e ToAdvance IfInRegion regalia2.cauldron
  115.  
  116. /q e OnComplete DoFind regalia2.mazechallenge.cauldron.400
  117.  
  118.  
  119.  
  120. /q create regalia2.mazechallenge.cauldron.400
  121. /q e n Click on the crate boxes to search them for toads.
  122. /q e d ''You found the first few ingredients, I knew you'd be helpful! To complete the potion, we will need a toad. There are a few here, you can hear them hopping around and croaking if you stay quiet long enough. I think they might be hiding in one of the crates here. You'll find one if you look through them.''
  123.  
  124. /q e Times 0
  125.  
  126.  
  127.  
  128. /q create regalia2.mazechallenge.cauldron.425
  129. /q e n Try again and search another box.
  130. /q e d You search the box but find no signs of toads.
  131.  
  132. /q e ToFind IfFound regalia2.mazechallenge.cauldron.400
  133. /q e ToFind !IfFound regalia2.mazechallenge.cauldron.500
  134. /q e ToFind IfInRegion regalia2.cauldron
  135. /q e ToFind OnClickBlock 220
  136.  
  137. /q e OnFind DoHearSound BLOCK_SHULKER_BOX_OPEN
  138. /q e OnFind DoUnfind regalia2.mazechallenge.cauldron.425
  139.  
  140.  
  141.  
  142. /q create regalia2.mazechallenge.cauldron.450
  143. /q e n Try again and search another box.
  144. /q e d You search the box but find no signs of toads.
  145.  
  146. /q e ToFind IfFound regalia2.mazechallenge.cauldron.400
  147. /q e ToFind !IfFound regalia2.mazechallenge.cauldron.500
  148. /q e ToFind IfInRegion regalia2.cauldron
  149. /q e ToFind OnClickBlock 231
  150.  
  151. /q e OnFind DoHearSound BLOCK_SHULKER_BOX_OPEN
  152. /q e OnFind DoUnfind regalia2.mazechallenge.cauldron.450
  153.  
  154.  
  155.  
  156. /q create regalia2.mazechallenge.cauldron.500
  157. /q e n Click on the cauldron to add all the ingredients.
  158. /q e d You search the box and spot movement. You look carefully and see a toad. With precision, you try to catch it but it quickly jumps away. You spend a few frazzling moments playing hide and seek with the toad before managing to catch it. ''I knew you could do it,'' repeats the witch. ''We will be able to complete our potion now. Just put all the ingredients into the pot and it will be done!''
  159.  
  160. /q e ToFind OnClickBlock 219
  161. /q e ToFind IfInRegion regalia2.cauldron
  162. /q e ToFind IfFound regalia2.mazechallenge.cauldron.400
  163.  
  164. /q e ToAdvance OnClickBlock 118
  165. /q e ToAdvance IfInRegion regalia2.cauldron
  166. /q e ToAdvance IfHaveItem 40x1
  167. /q e ToAdvance IfHaveItem 39x1
  168. /q e ToAdvance IfHaveItem 260x1
  169. /q e ToAdvance IfSlotsEmpty 1
  170.  
  171. /q e OnComplete DoLoseItem 40x1
  172. /q e OnComplete DoLoseItem 39x1
  173. /q e OnComplete DoLoseItem 260x1
  174. /q e OnComplete DoHearSound BLOCK_BREWING_STAND_BREW
  175. /q e OnComplete DoGiveItem 373 1 name:&aPretty_Potion lore:The_potion_has_a_sparkling_swirl|of_colors._The_label_says_it_gives|you_foresight_into_the_future. Effect:1 power:2 duration:20
  176. /q e OnComplete DoComplete regalia2.mazechallenge.cauldron
  177. /q e OnComplete DoFind regalia2.mazechallenge.cauldron.600
  178.  
  179.  
  180.  
  181. /q create regalia2.mazechallenge.cauldron.600
  182.  
  183. /q e n Quest Completed
  184. /q e d You add all the ingredients into the cauldron: a red mushroom and a brown mushroom, a shiny red apple, and a slippery toad. The three witches chant and motion with their hands. The cauldron comes to life; it bubbles and hisses, it spouts and spits. The ingredients swirl and whirl as they turn and churn. Finally, the cauldron settles down! Mira takes a ladle and scoops the mixture into a glass bottle, corks it tight, and hands it to you. ''Here you go, love. It'll uhh… help you make better life decisions!'' She gives you a cheeky smile.
  185.  
  186. /q e Times 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement