Advertisement
CenizaRey

A Light Task

Jun 10th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. A Light Task
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=1
  5. canpreview=true
  6. previewtext=Hunter Angel is having trouble with a rogue group of pokemon hunters poaching in the nearby hills. You should help her stop them. X874 Y153 Z980
  7. ignoresquestlimit=False
  8. repeatdays=-1
  9. objectives
  10. {
  11. stage=0
  12. {
  13. {
  14. description=A description
  15. hint=An optional hint
  16. timestocomplete=1
  17. hidden=True
  18. infinite=False
  19. type=chat_npc(uuid=401a9f21-b199-4b12-98bf-7f2469daf176;chatline1=Hello, Hunter. My name is Angel, you may notice I'm the only female hunter around here.;chatline2=Do not think for a second that makes me any less of a warrior. I am as capable as any man here.;chatline3=I have a task for you. In the hills there is a rogue group of poachers.;chatline4=We hunters slay pokemon for the good of Stratos, to protect it from overpopulation. These rogues, however, are ruthless dogs.;chatline5=I need you to go to their camp, and stop their nefarious deeds.)
  20. }
  21. }
  22. stage=1
  23. {
  24. {
  25. description=Talk to Huntress Angel.
  26. hint=She's in the Hunter's Camp.
  27. timestocomplete=1
  28. hidden=False
  29. infinite=False
  30. triggers
  31. {
  32. show_options(delay=3;id=001;name=Huntress Angel;text=Accept Angel's task?;choice1=Yes.;choice2=No.)
  33. }
  34. type=chat_npc(uuid=401a9f21-b199-4b12-98bf-7f2469daf176;chatline1=Can I count on your help, Hunter?)
  35. }
  36. }
  37. stage=2
  38. {
  39. {
  40. description=A description
  41. hint=An optional hint
  42. timestocomplete=1
  43. hidden=True
  44. infinite=False
  45. triggers
  46. {
  47. show_chat_gui(delay=1;name=Huntress Angel;chatline1=Wonderful. Here is the location of their camp.;chatline2=Be warned, they are formidable. You will need to bring a strong team.)
  48. fire_command(delay=2;command=/give PLAYER minecraft:paper 1 0 {display:{Name:"Rogue Camp Location",Lore:["727 108 780"]}})
  49. show_title(delay=3;titletext=A Light Task;titlecolour=yellow;subtitletext=Tier 2 Task started;subtitlecolour=white)
  50. skip_to_stage(delay=1;stage=3)
  51. }
  52. type=choose_option(id=001;choice=1)
  53. }
  54. {
  55. description=A description
  56. hint=An optional hint
  57. timestocomplete=1
  58. hidden=True
  59. infinite=False
  60. triggers
  61. {
  62. show_chat_gui(delay=1;name=Hunter Angel;chatline1=A pity. I thought you had a heart.)
  63. skip_to_stage(delay=10;stage=0)
  64. }
  65. type=choose_option(id=001;choice=2)
  66. }
  67. {
  68. description=Talk to Huntress Angel.
  69. hint=She's in the Hunter's Camp.
  70. timestocomplete=1
  71. hidden=False
  72. infinite=False
  73. triggers
  74. {
  75. send_chat(delay=0;message=&cFAILSAFE - The Quest has been set back one stage. Don't press ESC when given a list of options!)
  76. skip_to_stage(delay=2;stage=1)
  77. }
  78. type=chat_npc(uuid=401a9f21-b199-4b12-98bf-7f2469daf176;chatline1=Hmm, that's not right.)
  79. }
  80. }
  81. stage=3
  82. {
  83. {
  84. description=Defeat Huntress Abigail.
  85. hint=She's at the Rogue Camp, you were given the coords.
  86. timestocomplete=1
  87. hidden=False
  88. infinite=False
  89. triggers
  90. {
  91. show_chat_gui(delay=8;name=Huntress Abigail;chatline1=Okay, okay! I'll stop poaching! Just leave my poor Greninja alone!)
  92. }
  93. type=defeat_trainer(uuid=d298e41d-8d4b-498d-8dc7-492035259961)
  94. }
  95. {
  96. description=Defeat Hunter Bart.
  97. hint=He's at the Rogue Camp, you were given the coords.
  98. timestocomplete=1
  99. hidden=False
  100. infinite=False
  101. triggers
  102. {
  103. show_chat_gui(delay=8;name=Hunter Bart;chatline1=Alright kid, you made your point! Just don't hurt us!)
  104. }
  105. type=defeat_trainer(uuid=cc253953-87b1-4f6d-a8c4-f9784b9b4275)
  106. }
  107. {
  108. description=Defeat Hunter British.
  109. hint=He's at the Rogue Camp, you were given the coords.
  110. timestocomplete=1
  111. hidden=False
  112. infinite=False
  113. triggers
  114. {
  115. show_chat_gui(delay=8;name=Hunter British;chatline1=Woah, just take it easy there, tiger! We'll leave your precious pokemon alone.)
  116. }
  117. type=defeat_trainer(uuid=0505e24c-6d22-45c2-ac26-e13794ef6fd8)
  118. }
  119. }
  120. stage=4
  121. {
  122. {
  123. description=Return to Huntress Angel.
  124. hint=She's in the Hunter's Camp.
  125. timestocomplete=1
  126. hidden=False
  127. infinite=False
  128. triggers
  129. {
  130. give_money(delay=0;amount=2500)
  131. show_title(delay=3;titletext=A Light Task;titlecolour=yellow;subtitletext=Tier 2 Task complete;subtitlecolour=white)
  132. }
  133. type=chat_npc(uuid=401a9f21-b199-4b12-98bf-7f2469daf176;chatline1=I've just seen rare species coming out of hiding in the hills! The threat must have passed, and it's thanks to you!;chatline2=Now I can finally bring those rogues to justice, when they least expect it. Perhaps I'll get them while they're sleeping...;chatline3=In any case, here's your payment for a job well done.)
  134. }
  135. }
  136. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement