Advertisement
SoshiSen

Witch Hunt

Nov 8th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. requiredquestpoints=15
  2. rewardquestpoints=2
  3. ignoresquestlimit=False
  4. objectives
  5. {
  6. stage=0
  7. {
  8. {
  9. description=A description
  10. hint=An optional hint
  11. timestocomplete=1
  12. hidden=True
  13. infinite=False
  14. type=chat_npc(uuid=22813f54-5f1b-4180-9166-03d6d5c7cdc6;chatline1=They are too close I say! TOO CLOSE!;chatline2=Oh sorry Sir, didnt see you there.;chatline3=What was I talking about? Those damn Witches!;chatline4=They sprung up like weeds on our very door step!;chatline5=Using foul magics to create their little town;chatline6=If youre up for it, why dont you go down there and teach them a lesson.;chatline7=Burn a few of those vile buildings while youre at it! Dont forget to bring torches!)
  15. }
  16. }
  17. stage=1
  18. {
  19. {
  20. description=Take out the Witches
  21. hint=They are NW of the Bastion
  22. timestocomplete=10
  23. hidden=False
  24. infinite=False
  25. type=kill_mob(name=Witch)
  26. }
  27. {
  28. description=Burn down the large house
  29. hint=It's the large building on the NE side of town
  30. timestocomplete=1
  31. hidden=False
  32. infinite=False
  33. triggers
  34. {
  35. send_chat(delay=0;message=&bYou toss a torch on the house. It catches fire and starts to burn!)
  36. take_item(delay=0;itemid=Torch;count=1)
  37. }
  38. conditions
  39. {
  40. has_item(flipped=False;itemid=Torch)
  41. }
  42. type=enter_zone(minx=-423;maxx=-408;miny=58;maxy=62;minz=-259;maxz=-245;world=Heill)
  43. }
  44. {
  45. description=Burn down the Witch Tower
  46. hint=It's the large building on the NE side of town
  47. timestocomplete=1
  48. hidden=False
  49. infinite=False
  50. triggers
  51. {
  52. send_chat(delay=0;message=&bYou toss a torch on the Tower. It catches fire and starts to burn!)
  53. take_item(delay=0;itemid=Torch;count=1)
  54. }
  55. conditions
  56. {
  57. has_item(flipped=False;itemid=Torch)
  58. }
  59. type=enter_zone(minx=-448;maxx=-440;miny=57;maxy=64;minz=-258;maxz=-250;world=Heill)
  60. }
  61. {
  62. description=Burn down the Blacksmith
  63. hint=It's the small building the the Anvil in it
  64. timestocomplete=1
  65. hidden=False
  66. infinite=False
  67. triggers
  68. {
  69. send_chat(delay=0;message=&bYou toss a torch on the Blacksmith hut. It catches fire and starts to burn!)
  70. take_item(delay=0;itemid=Torch;count=1)
  71. }
  72. conditions
  73. {
  74. has_item(flipped=False;itemid=Torch)
  75. }
  76. type=enter_zone(minx=-451;maxx=-443;miny=58;maxy=62;minz=-229;maxz=-219;world=Heill)
  77. }
  78. {
  79. description=Burn down the Brewing Hut
  80. hint=It's the small building on the SE side of town with the Brewing Stands
  81. timestocomplete=1
  82. hidden=False
  83. infinite=False
  84. triggers
  85. {
  86. send_chat(delay=0;message=&bYou toss a torch on the house. It catches fire and starts to burn!)
  87. take_item(delay=0;itemid=Torch;count=1)
  88. }
  89. conditions
  90. {
  91. has_item(flipped=False;itemid=Torch)
  92. }
  93. type=enter_zone(minx=-436;maxx=-428;miny=58;maxy=62;minz=-226;maxz=-216;world=Heill)
  94. }
  95. }
  96. stage=2
  97. {
  98. {
  99. description=Return to the Tower Guard
  100. hint=Hes back in teh Bastion at the lower tower
  101. timestocomplete=1
  102. hidden=False
  103. infinite=False
  104. triggers
  105. {
  106. give_money(delay=0;amount=250)
  107. give_item(delay=0;itemid=Ultra Ball;count=5)
  108. }
  109. type=chat_npc(uuid=22813f54-5f1b-4180-9166-03d6d5c7cdc6;chatline1=I can smell the fires from here!;chatline2=Good job! That should teach them a thing or three!;chatline3=Heres some money and some balls that were left behind.;chatline4=Their previous owner will not be back to collect them)
  110. }
  111. }
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement