SoshiSen

Earning your Wings

Mar 31st, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. Earning your Wings
  2.  
  3. islegendary=False
  4. requiredquestpoints=15
  5. rewardquestpoints=1
  6. canpreview=true
  7. previewtext=Just outside of the Bastion, in the reforming Heill, the Flight Master needs your help.
  8. ignoresquestlimit=False
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=A description
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. show_title(delay=0;titletext=Earning Your Wings;titlecolour=dark_green;subtitletext=Quest Started)
  23. }
  24. type=chat_npc(uuid=b228cfc2-0561-40e0-b660-7a25716ad87a;chatline1=Hello Trainer. Sorry to bother you but it seems like this is the first time you’ve visited in awhile.;chatline2=As you may already know the landscape here has vastly changed.;chatline3=You will need a pokemon that you can fly on in your party to move around.;chatline4=If you already have one please go see the flight master. As she has tasks for all newcomers.;chatline5=She's just outside the Bastion Walls.)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=Find the Flight Master
  31. hint=She's justoutside the Bastions walls
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. type=chat_npc(uuid=a7aea4c2-bbe9-45bc-95ff-9e67907a203f;chatline1=Oh another new one?;chatline2=Go talk to one of my assistants. They handle new recruits.)
  36. }
  37. }
  38. stage=2
  39. {
  40. {
  41. description=Talk to the Assistant Flight Master
  42. hint=They should be near the Flight Master
  43. timestocomplete=1
  44. hidden=False
  45. infinite=False
  46. triggers
  47. {
  48. fire_command(delay=2;command=/give PLAYER paper 1 0 {display:{Name:"Scouting List",Lore:["First area to check out is near 77, 85, 235"]}})
  49. }
  50. type=chat_npc(uuid=dafb468b-1379-4e82-8215-e36a7cd4b17e;chatline1=Oh hi there. New to this world? Old timer just returning?;chatline2=Either way you’ve noticed the landscape has changed.;chatline3=So we need trainers like you to scout around and tell us what you find. Take this list of target areas.;chatline4= Fly to each one, then report back here and let us know if there’s anything to report.)
  51. }
  52. }
  53. stage=3
  54. {
  55. {
  56. description=Find the first area on your list
  57. hint=Check the list you were given for the cords
  58. timestocomplete=1
  59. hidden=False
  60. infinite=False
  61. triggers
  62. {
  63. take_item(delay=0;itemid=paper;count=1)
  64. }
  65. type=enter_zone(minx=74;maxx=80;miny=84;maxy=92;minz=232;maxz=240;world=DIM1)
  66. }
  67. }
  68. stage=4
  69. {
  70. {
  71. description=Talk to the Patrol Officer
  72. hint=He's at the point you had to fly to
  73. timestocomplete=1
  74. hidden=False
  75. infinite=False
  76. triggers
  77. {
  78. fire_command(delay=2;command=/give PLAYER paper 1 0 {display:{Name:"Scouting List",Lore:["Second area to check out is near 216, 90, 445"]}})
  79. }
  80. type=chat_npc(uuid=a94c9299-1005-4e12-b47c-4656c1fdf42c;chatline1=Hello trainer, how can I help you?;chatline2=You’ve come from the Flight Master. In that case nothing to report.)
  81. }
  82. }
  83. stage=5
  84. {
  85. {
  86. description=Find the first area on your list
  87. hint=Check the list you were given for the cords
  88. timestocomplete=1
  89. hidden=False
  90. infinite=False
  91. triggers
  92. {
  93. take_item(delay=0;itemid=paper;count=1)
  94. }
  95. type=enter_zone(minx=213;maxx=220;miny=85;maxy=95;minz=440;maxz=450;world=DIM1)
  96. }
  97. }
  98. stage=6
  99. {
  100. {
  101. description=Talk to the Patrol Officer
  102. hint=He's at the point you had to fly to
  103. timestocomplete=1
  104. hidden=False
  105. infinite=False
  106. triggers
  107. {
  108. fire_command(delay=2;command=/give PLAYER paper 1 0 {display:{Name:"Scouting List",Lore:["Last area to check out is near 185, 150, 12"]}})
  109. }
  110. type=chat_npc(uuid=cc084147-97cb-477e-ab78-a5abaac4cfaa;chatline1=Hello trainer, how can I help you?;chatline2=You’ve come from the Flight Master. In that case nothing to report.)
  111. }
  112. }
  113. stage=7
  114. {
  115. {
  116. description=Find the first area on your list
  117. hint=Check the list you were given for the cords
  118. timestocomplete=1
  119. hidden=False
  120. infinite=False
  121. triggers
  122. {
  123. take_item(delay=0;itemid=paper;count=1)
  124. }
  125. type=enter_zone(minx=180;maxx=192;miny=145;maxy=160;minz=1;maxz=22;world=DIM1)
  126. }
  127. }
  128. stage=8
  129. {
  130. {
  131. description=Head back to the Assistant Flight Master
  132. hint=They are just outside of the Bastion
  133. timestocomplete=1
  134. hidden=False
  135. infinite=False
  136. triggers
  137. {
  138. show_title(delay=7;titletext=Earning Your Wings;titlecolour=dark_green;subtitletext=Quest Completed)
  139. give_money(delay=0;amount=500)
  140. }
  141. type=chat_npc(uuid=dafb468b-1379-4e82-8215-e36a7cd4b17e;chatline1=Oh you made it back in one peice.;chatline2=Good job! Nothing to report?;chatline3=Ok I’ll relay that on. Thanks for your help.)
  142. }
  143. }
  144. }
Add Comment
Please, Sign In to add comment