Advertisement
mattlawson

Untitled

Dec 20th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.20 KB | None | 0 0
  1. /q create regalia.festival.leonard
  2. /q e n Ice Carving
  3. /q e d Do you want to carve your own ice sculpture? Talk to Leonard in Regalia!
  4. /q e ToFind OnEnterRegion regalia.leonard
  5. /q e ToFind IfInWorld Regalia
  6. /q e cooldown 18h
  7.  
  8. /q create regalia.festival.leonard.exit
  9. /q e v n
  10. /q e ToFind OnExitRegion regalia.leonard
  11. /q e ToFind IfFound regalia.festival.leonard
  12. /q e ToFind !IfCompleted regalia.festival.leonard
  13. /q e OnFind DoFind regalia.festival.leonard.exit.100
  14. /q e OnFind DoCmd /q p ut {p} regalia.festival.leonard
  15.  
  16. /q create regalia.festival.leonard.exit.100
  17. /q e n Leaving so soon?
  18. /q e d Leonard shouts, "Alright! Come back and see me if you want to make an ice sculpture!"
  19. /q e times 0
  20.  
  21. /q create regalia.festival.leonard.start
  22. /q e n
  23. /q e d The possibly familiar-looking man is staring at a clipboard when you interrupt him to ask him what he is doing. He fumbles the clipboard around a little in surprise and turns to look at you. ‘Oh...yes. Hello there...say, do I know you?...Are you competing in the ice carving contest?’ He glances at some parchment then back at you. “It seems everyone who signed up is already here. I do have room for one more entry if you are ready right now.” The area behind the man has several large blocks of ice, and you can see other people getting their tools ready. “We’re about to begin, so are you ready to carve?” Type <c>yes<i> or <c>no<i> into chat to answer.
  24. /q e ToFind OnClickNPC Leonard
  25. /q e ToFind IfFound regalia.festival.leonard
  26. /q e OnFind DoFind regalia.festival.leonard.no
  27. /q e ToAdvance OnChat yes
  28. /q e OnComplete DoFind regalia.festival.leonard.start.100
  29. /q e OnComplete DoUnfind regalia.festival.leonard.no
  30.  
  31. /q create regalia.festival.leonard.no
  32. /q e v n
  33. /q e ToAdvance OnChat no
  34. /q e OnComplete DoFind regalia.festival.leonard.no.100
  35. /q e OnComplete DoCmd /q p ut {p} regalia.festival.leonard
  36.  
  37. /q create regalia.festival.leonard.no.100
  38. /q e n Maybe later.
  39. /q e d “Well, if you change your mind come talk to me again. We usually hold quite a few of these over the course of the festival.” The man then turns to speak to the group of ice carving participants giving them instructions on how the contest will run.
  40. /q e times 0
  41.  
  42. /q create regalia.festival.leonard.start.100
  43. /q e n What will you carve?
  44. /q e d “Oh wonderful, it’s always a joy to see new artists. What was your name again?” You give your name and the man jots it down on his parchment. “And what will you be carving today?” he asks. A few ideas pop into your head, but you can only pick one of them. A <c>fox<i>, a <c>Sibraxas<i>, an <c>owl<i>, a <c>wolf<i>, or an <c>Isldar<i>. Which one will you carve? Type the name of the one you want to carve into the chat to answer.
  45. /q e OnFind DoFind regalia.festival.leonard.fox
  46. /q e OnFind DoFind regalia.festival.leonard.isldar
  47. /q e OnFind DoFind regalia.festival.leonard.owl
  48. /q e OnFind DoFind regalia.festival.leonard.wolf
  49. /q e OnFind DoFind regalia.festival.leonard.sibraxas
  50.  
  51. /q create regalia.festival.leonard.isldar
  52. /q e v n
  53. /q e ToAdvance OnChat isldar
  54. /q e ToAdvance IfSlotsEmpty 2
  55. /q e OnComplete DoGiveItem 257 1
  56. /q e OnComplete DoFind regalia.festival.leonard.start.200
  57.  
  58. /q create regalia.festival.leonard.fox
  59. /q e v n
  60. /q e ToAdvance OnChat fox
  61. /q e ToAdvance IfSlotsEmpty 2
  62. /q e OnComplete DoGiveItem 257 1
  63. /q e OnComplete DoFind regalia.festival.leonard.start.200
  64.  
  65. /q create regalia.festival.leonard.owl
  66. /q e v n
  67. /q e ToAdvance OnChat owl
  68. /q e ToAdvance IfSlotsEmpty 2
  69. /q e OnComplete DoGiveItem 257 1
  70. /q e OnComplete DoFind regalia.festival.leonard.start.200
  71.  
  72. /q create regalia.festival.leonard.wolf
  73. /q e v n
  74. /q e ToAdvance OnChat wolf
  75. /q e ToAdvance IfSlotsEmpty 2
  76. /q e OnComplete DoGiveItem 257 1
  77. /q e OnComplete DoFind regalia.festival.leonard.start.200
  78.  
  79. /q create regalia.festival.leonard.sibraxas
  80. /q e v n
  81. /q e ToAdvance OnChat sibraxas
  82. /q e ToAdvance IfSlotsEmpty 2
  83. /q e OnComplete DoGiveItem 257 1
  84. /q e OnComplete DoFind regalia.festival.leonard.start.200
  85.  
  86. /q create regalia.festival.leonard.start.200
  87. /q e n Let’s get started.
  88. /q e d “Oh what a wonderful choice.” The man smiles very excitedly at you and then continues. “Here is your pick, if it breaks just come to me to get a new one. The contest is a fast paced challenge to see who can make the best sculpture in the least time. So once you start you keep carving until I say stop! You only get about <c>1 minute<i>. Just pick an open spot and get carving, the time starts when you do.” He says this half to you and half to everyone else involved. You had better get started. <c>Just click the ice to begin carving.<i>
  89. /q e OnFind DoFind regalia.festival.leonard.start.timer
  90. /q e OnFind DoFind regalia.festival.leonard.start.clicker
  91.  
  92. /q create regalia.festival.leonard.start.timer
  93. /q e v n
  94. /q e times 6
  95. /q e ToAdvance OnSecond 10
  96. /q e OnComplete DoFind regalia.festival.leonard.failure
  97.  
  98. /q create regalia.festival.leonard.start.clicker
  99. /q e n Keep Carving
  100. /q e times 50
  101. /q e ToAdvance OnClickBlock 174
  102. /q e ToAdvance IfInRegion regalia.leonard
  103. /q e OnAdvance DoHearSound glass
  104. /q e OnComplete DoHearSound anvil_break
  105. /q e OnComplete DoHearSound villager_no
  106. /q e OnComplete DoLoseItem 257
  107. /q e OnComplete DoFind regalia.festival.leonard.start.clicker.100
  108.  
  109. /q create regalia.festival.leonard.start.clicker.100
  110. /q e n Broken Pick!
  111. /q e d Oh no your ice pick broke, what a piece of junk! Get a new one from Leonard and get back to carving! Quick!
  112. /q e ToAdvance OnClickNpc Leonard
  113. /q e ToAdvance IfSlotsEmpty 2
  114. /q e OnComplete DoGiveItem 257 1
  115. /q e OnComplete DoFind regalia.festival.leonard.200
  116.  
  117. /q create regalia.festival.leonard.200
  118. /q e n Keep carving!
  119. /q e Times 100
  120. /q e ToAdvance OnClickBlock 174
  121. /q e ToAdvance IfInRegion regalia.leonard
  122. /q e ToAdvance IfSlotsEmpty 1
  123. /q e OnComplete DoHearSound Villager_yes
  124. /q e OnComplete DoFind regalia.festival.leonard.300
  125. /q e OnComplete DoUnFind regalia.festival.leonard.start.timer
  126. /q e OnComplete DoFind regalia.festival.leonard.300.fox
  127. /q e OnComplete DoFind regalia.festival.leonard.300.owl
  128. /q e OnComplete DoFind regalia.festival.leonard.300.sibraxas
  129. /q e OnComplete DoFind regalia.festival.leonard.300.wolf
  130. /q e OnComplete DoFind regalia.festival.leonard.300.isldar
  131.  
  132. /q create regalia.festival.leonard.300
  133. /q e n Fine work!
  134. /q e d “That’s it time is up!” shouts Leonard from the edge of the ice carving area. He then begins walking through the competition, marking notes down on his parchment. He comes to your sculpture last and says “What a fine looking sculpture, and done in such haste too. I think I have my winner, first place! Congratulations, here is your reward!”
  135. /q e Times 0
  136.  
  137. /q create regalia.festival.leonard.failure
  138. /q e n Fine work!
  139. /q e d “That’s it time is up!” shouts Leonard from the edge of the ice carving area. He then begins walking through the competition, marking notes down on his parchment. He comes to your sculpture last and says “What a fine looking sculpture, such a shame it wasn’t finished in time. Better luck next time. You can keep your sculpture though.” Well at least it was fun to try.
  140. /q e OnFind DoGiveItem 174 1 name:&aUnfinished_Ice_Sculpture lore:&r&7Participation_III|&5&oIt_seems_{p}_didn't|have_enough_time_to_finish|carving_this_one... unbreaking:1
  141. /q e OnFind DoComplete regalia.festival.leonard
  142.  
  143. /q create regalia.festival.leonard.300.fox
  144. /q e v n
  145. /q e n Fox Sculpture
  146. /q e ToAdvance IfCompleted regalia.festival.leonard.fox
  147. /q e OnComplete DoGiveMoney 20
  148. /q e OnComplete DoGiveItem 174 1 name:&aFox_Ice_Sculpture lore:&r&7Artistic_III|&5&oA_beautiful_fox_sculpture|hand_carved_by_{p}|during_the_Winter_Festival_2019. lure:2
  149. /q e OnComplete DoComplete regalia.festival.leonard
  150.  
  151. /q create regalia.festival.leonard.300.owl
  152. /q e v n
  153. /q e n Owl Sculpture
  154. /q e ToAdvance IfCompleted regalia.festival.leonard.owl
  155. /q e OnComplete DoGiveMoney 20
  156. /q e OnComplete DoGiveItem 174 1 name:&aOwl_Ice_Sculpture lore:&r&7Artistic_III|&5&oA_wonderful_owl_sculpture|hand_carved_by_{p}|during_the_Winter_Festival_2019. lure:2
  157. /q e OnComplete DoComplete regalia.festival.leonard
  158.  
  159. /q create regalia.festival.leonard.300.sibraxas
  160. /q e v n
  161. /q e n Sibraxas Sculpture
  162. /q e ToAdvance IfCompleted regalia.festival.leonard.sibraxas
  163. /q e OnComplete DoGiveMoney 20
  164. /q e OnComplete DoGiveItem 174 1 name:&aSibraxas_Ice_Sculpture lore:&r&7Artistic_III|&5&oA_fierce_Sibraxas_sculpture|hand_carved_by_{p}|during_the_Winter_Festival_2019. lure:2
  165. /q e OnComplete DoComplete regalia.festival.leonard
  166.  
  167. /q create regalia.festival.leonard.300.wolf
  168. /q e v n
  169. /q e n Wolf Sculpture
  170. /q e ToAdvance IfCompleted regalia.festival.leonard.wolf
  171. /q e OnComplete DoGiveMoney 20
  172. /q e OnComplete DoGiveItem 174 1 name:&aWolf_Ice_Sculpture lore:&r&7Artistic_III|&5&oA_sleek_wolf_sculpture|hand_carved_by_{p}|during_the_Winter_Festival_2019. lure:2
  173. /q e OnComplete DoComplete regalia.festival.leonard
  174.  
  175. /q create regalia.festival.leonard.300.isldar
  176. /q e v n
  177. /q e n Isldar Sculpture
  178. /q e ToAdvance IfCompleted regalia.festival.leonard.isldar
  179. /q e OnComplete DoGiveMoney 20
  180. /q e OnComplete DoGiveItem 174 1 name:&aIsldar_Ice_Sculpture lore:&r&7Artistic_III|&5&oAn_icy_Isldar_sculpture|hand_carved_by_{p}|during_the_Winter_Festival_2019. lure:2
  181. /q e OnComplete DoComplete regalia.festival.leonard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement