Advertisement
BlitzAsogi

The Woodworker

Oct 14th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. The Woodworker
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=2
  5. canpreview=true
  6. previewtext=One of Nyr's lumberjacks is having problems collecting wood.
  7. ignoresquestlimit=False
  8. repeatdays=-1
  9. objectives
  10. {
  11. stage=0
  12. {
  13. {
  14. description=Stage 0 of The Woodworker.
  15. hint=Speak to the NPC.
  16. timestocomplete=1
  17. hidden=True
  18. infinite=False
  19. triggers
  20. {
  21. show_title(delay=0;titletext=The Woodworker;titlecolour=dark_green;subtitletext=Quest Started)
  22. }
  23. type=chat_npc(uuid=c99c85ee-47d6-4b90-aa2b-1d9487362439;chatline1=Hey there Trainer, want to make a quick buck?;chatline2=I have to send a shipment of Oak for a costumer of mine, but I don't have enough material.;chatline3=Get me 20 Oak Logs, and I'll make sure to pay you extra!)
  24. }
  25. }
  26. stage=1
  27. {
  28. {
  29. description=Get 20 Oak Wood for Noah.
  30. hint=You can access the wild with /rtp, on no cooldown
  31. timestocomplete=20
  32. hidden=False
  33. infinite=False
  34. type=obtain_item(itemid=Oak Wood)
  35. }
  36. }
  37. stage=2
  38. {
  39. {
  40. description=Return to Noah with the Oak Logs!
  41. hint=You can find the Woodworker’s location in /questlore, under Nyr’s town information
  42. timestocomplete=1
  43. hidden=False
  44. infinite=False
  45. triggers
  46. {
  47. spawn_and_battle(delay=1;name=Sudowoodo;level=30;bossLevel=1)
  48. }
  49. conditions
  50. {
  51. has_item(flipped=False;itemid=Oak Wood;count=20)
  52. }
  53. type=enter_zone(minx=-224;maxx=-200;minz=-192;maxz=-166;world=Vanha)
  54. }
  55. }
  56. stage=3
  57. {
  58. {
  59. description=Woah! Defeat the Angry Sudowoodo!
  60. hint=Try and not die.
  61. timestocomplete=1
  62. hidden=False
  63. infinite=False
  64. triggers
  65. {
  66. skip_to_stage(delay=1;stage=4)
  67. }
  68. type=kill_pokemon(name=Sudowoodo)
  69. }
  70. {
  71. description=Stage 3 - hidden
  72. hint=Lose to pokemon
  73. timestocomplete=1
  74. hidden=True
  75. infinite=False
  76. triggers
  77. {
  78. skip_to_stage(delay=0;stage=1)
  79. send_chat(delay=1;message=The Sudowoodo steals the wood after defeating you. You will have to collect more!)
  80. take_item(delay=0;itemid=Oak Wood;count=20)
  81. }
  82. type=run_out_of_pokemon()
  83. }
  84. {
  85. description=Stage 3 - hidden
  86. hint=Flee from pokemon
  87. timestocomplete=1
  88. hidden=True
  89. infinite=False
  90. triggers
  91. {
  92. skip_to_stage(delay=0;stage=1)
  93. send_chat(delay=1;message=The Sudowoodo steals the wood after defeating you. You will have to collect more!)
  94. take_item(delay=0;itemid=Oak Wood;count=20)
  95. }
  96. type=flee_from_pokemon(name=Sudowoodo)
  97. }
  98. {
  99. description=Stage 3 - hidden
  100. hint=Battle end abnormally
  101. timestocomplete=1
  102. hidden=True
  103. infinite=False
  104. triggers
  105. {
  106. skip_to_stage(delay=2;stage=1)
  107. send_chat(delay=1;message=The Sudowoodo steals the wood after defeating you. You will have to collect more!)
  108. take_item(delay=0;itemid=Oak Wood;count=20)
  109. }
  110. type=battle_end_abnormal()
  111. }
  112. }
  113. stage=4
  114. {
  115. {
  116. description=Return to Noah!
  117. hint=Make sure to have the Oak Wood.
  118. timestocomplete=1
  119. hidden=False
  120. infinite=False
  121. triggers
  122. {
  123. take_item(delay=1;itemid=Oak Wood;count=20)
  124. give_money(delay=2;amount=100)
  125. give_item(delay=3;itemid=Moon Stone;count=1)
  126. }
  127. conditions
  128. {
  129. has_item(flipped=False;itemid=Oak Wood;count=20)
  130. }
  131. type=chat_npc(uuid=c99c85ee-47d6-4b90-aa2b-1d9487362439;chatline1=Has that Sudowoodo bothered you again? Argh, it's always around, messing with people.;chatline2=Oh well... In any case, here you go, for a job well done!)
  132. }
  133. }
  134. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement