Advertisement
SoshiSen

Resurgence

Mar 31st, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Resurgence
  2.  
  3. islegendary=False
  4. requiredquestpoints=15
  5. rewardquestpoints=1
  6. canpreview=true
  7. previewtext=The only good mob is a dead mob!
  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=6;titletext=Resurgence;titlecolour=dark_green;subtitletext=Quest Started)
  23. }
  24. conditions
  25. {
  26. has_completed(flipped=False;completedquestname=Earning your Wings)
  27. }
  28. type=chat_npc(uuid=60304c7b-84d8-429d-9cca-7303b95416f8;chatline1=We’ve had reports that the mobs have been returning along with the reforming land.;chatline2= If you encounter any hostile mobs put them down.;chatline3=The only good mob is a dead mob!)
  29. }
  30. }
  31. stage=1
  32. {
  33. {
  34. description=Defeat Skeletons
  35. hint=An optional hint
  36. timestocomplete=10
  37. hidden=False
  38. infinite=False
  39. type=kill_mob(name=skeleton)
  40. }
  41. {
  42. description=Defeat Zombies!
  43. hint=An optional hint
  44. timestocomplete=10
  45. hidden=False
  46. infinite=False
  47. type=kill_mob(name=Zombie)
  48. }
  49. }
  50. stage=2
  51. {
  52. {
  53. description=Head back to the Flight Deck Officer
  54. hint=He's just outside the Bastion
  55. timestocomplete=1
  56. hidden=False
  57. infinite=False
  58. triggers
  59. {
  60. show_title(delay=7;titletext=Resurgence;titlecolour=dark_green;subtitletext=Quest Complete)
  61. give_money(delay=0;amount=500)
  62. }
  63. type=chat_npc(uuid=60304c7b-84d8-429d-9cca-7303b95416f8;chatline1=Thank you for cleaning out that scum!;chatline2=You’re making your ancestors proud!)
  64. }
  65. }
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement