Advertisement
mattlawson

Untitled

Sep 21st, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. /q create dungeons.deepcatacombs.spiderhedge
  2. /q e n The Hedge and the Statue
  3. /q e d An odd room stands before you. The footprints in the dust of the floor seem to stop a few feet ahead of you and indicate a hasty departure. You decide to press ahead, maybe you can find something unspoiled here.
  4.  
  5.  
  6. /q e OnFind DoFind >
  7.  
  8.  
  9.  
  10. /q create dungeons.deepcatacombs.spiderhedge.100
  11. /q e v false
  12.  
  13. /q e ToAdvance OnKillMob cavespider
  14. /q e ToAdvance IfInRegion dungeons.deepcataspiderhegdge
  15. /q e ToAdvance IfInWorld dungeons
  16.  
  17. /q e OnComplete DoFind +
  18.  
  19.  
  20.  
  21. /q create dungeons.deepcatacombs.spiderhedge.200
  22. /q e n Kill a spider
  23. /q e Times 10
  24.  
  25. /q e ToAdvance OnKillMob cavespider
  26. /q e ToAdvance IfInRegion dungeons.deepcataspiderhegdge
  27. /q e ToAdvance IfInWorld dungeons
  28.  
  29. /q e OnComplete DoFind deepcatacombs.spiderhedge.300
  30.  
  31.  
  32.  
  33. /q create dungeons.deepcatacombs.spiderhedge.300
  34. /q e n Eat a spider eye
  35. /q e Times 7
  36.  
  37. /q e ToAdvance OnConsume spidereye
  38. /q e ToAdvance IfInRegion dungeons.deepcataspiderhegdge
  39. /q e ToAdvance IfInWorld dungeons
  40.  
  41. /q e OnComplete DoFind deepcatacombs.spiderhedge.400
  42.  
  43.  
  44.  
  45. /q create dungeons.deepcatacombs.spiderhedge.400
  46. /q e n You begin to understand
  47. /q e d You feel compelled to seek out the spider statue
  48.  
  49. /q e ToAdvance OnEnterRegion dungeons.deepcataspiderstatue
  50. /q e ToAdvance IfInWorld dungeons
  51.  
  52. /q e OnComplete DoFind deepcatacombs.spiderhedge.500
  53.  
  54.  
  55.  
  56. /q create dungeons.deepcatacombs.spiderhedge.500
  57. /q e n Bow down
  58. /q e d You feel an uncontrollable urge to kneel and place your hands on the bright green stone in the statue
  59.  
  60. /q e ToAdvance OnClickBlock emeraldblock
  61. /q e ToAdvance IfInRegion dungeons.deepcataspiderstatue
  62. /q e ToAdvance IfInWorld dungeons
  63.  
  64. /q e OnComplete DoFind deepcatacombs.spiderhedge.600
  65. /q e OnComplete DoCmd /pve cloud dungeons,139,69,284 1 aecradius:3 aecparticle:spellwitch
  66. //put in a sound here
  67.  
  68.  
  69. /q create dungeons.deepcatacombs.spiderhedge.600
  70. /q e n What was that?
  71. /q e d A pulse of erie energy radiates from the statue. You think this is as good a time as any to run away!
  72.  
  73. /q e ToAdvance OnExitRegion deepcatastarthedge
  74. /q e ToAdvance IfInWorld dungeons
  75.  
  76. /q e OnComplete DoFind deepcatacombs.spiderhedge.700
  77.  
  78.  
  79.  
  80. /q create dungeons.deepcatacombs.spiderhedge.700
  81. /q e n Relative safety!
  82. /q e d Back in the open room you feel your mind returning to normal. There must have been something in that room influencing you to behave so oddly. As you brush the webs off your shirt you notice two pinpricks on your left arm and realize that you must have been bitten. This isn’t the time to give up.
  83.  
  84. /q e ToAdvance OnExitRegion deepcatastarthedge
  85. /q e ToAdvance IfInWorld dungeons
  86.  
  87. /q e OnComplete DoFind deepcatacombs.spiderhedge.700
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement