Advertisement
Primalcyndaquil

Untitled

Feb 18th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. Retracing Steps
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=1
  5. canpreview=true
  6. previewtext=On the other side of the docks of Nyr, the Brotherhood have sent two people to disribute stolen goods, maybe you could help them?
  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. triggers
  20. {
  21. give_item(delay=3;itemid=Golden Axe;count=1)
  22. give_item(delay=3;itemid=Golden Sword;count=1)
  23. give_item(delay=3;itemid=Gold Ingot;count=1)
  24. show_title(delay=5;titletext=Retracing Steps;titlecolour=dark_green;subtitletext=Team Quest Started)
  25. }
  26. type=chat_npc(uuid=c2db5900-8df9-41ad-9a76-f9b36e089f0c;chatline1=What we’re doing? Kaspa- erm, The Sun Prince himself, and the Brotherhood has asked us to distribute these stolen goods to the poor of Nyr.;chatline2=But carrying all these goods and running around Nyr is very tiresome, I wonder how The Sun Prince did it?;chatline3=However, if you’d like to help us, that’d be appreciated.)
  27. }
  28. }
  29. stage=1
  30. {
  31. {
  32. description=Take the Gold Ingot to the Iron Maiden
  33. hint=She is in the basement of her house in Nyr
  34. timestocomplete=1
  35. hidden=False
  36. infinite=False
  37. triggers
  38. {
  39. take_item(delay=0;itemid=Gold Ingot;count=1)
  40. }
  41. type=chat_npc(uuid=2693ba94-91ab-4588-86de-43fe62e7cee0;chatline1=This is for me from the Brotherhood? Thank you so much, I haven’t gotten many requests lately. So thank you.)
  42. }
  43. {
  44. description=Take the Golden Axe to Lumberjack Steve.
  45. hint=He is working on the lumbermill with his father.
  46. timestocomplete=1
  47. hidden=False
  48. infinite=False
  49. triggers
  50. {
  51. take_item(delay=0;itemid=Golden Axe;count=1)
  52. }
  53. type=chat_npc(uuid=d3390dea-2b0c-4494-a793-96535afa59d9;chatline1=A golden axe? What for? The Brotherhood?;chatline2=How convenient, I just broke my father's axe. Thank you!)
  54. }
  55. {
  56. description=Give the Golden Sword to Captain Adama.
  57. hint=He is on the top floor of the Bastion.
  58. timestocomplete=1
  59. hidden=False
  60. infinite=False
  61. triggers
  62. {
  63. take_item(delay=0;itemid=Golden Sword;count=1)
  64. }
  65. type=chat_npc(uuid=684098c4-d96f-434e-8788-4108b9fb36f8;chatline1=The Brotherhood? Darn that Sun Prince…)
  66. }
  67. }
  68. stage=2
  69. {
  70. {
  71. description=Head back to the Vulpe Scouts.
  72. hint=They are still sitting on the beach.
  73. timestocomplete=1
  74. hidden=False
  75. infinite=False
  76. triggers
  77. {
  78. give_item(delay=6;itemid=Golden Pickaxe;count=1)
  79. give_money(delay=0;amount=500)
  80. show_title(delay=8;titletext=Retracing Steps;titlecolour=dark_green;subtitletext=Team Quest Completed)
  81. }
  82. type=chat_npc(uuid=c2db5900-8df9-41ad-9a76-f9b36e089f0c;chatline1=You managed to distribute all the items this fast? Wow we’re impressed! Perhaps you should join Vulpe!;chatline2=Take this Golden Pickaxe for helping us by the way, was one we had leftover.;chatline3=Make sure you have checked out the other teams and see what they have to offer.;chatline4=Once you have if you want to join Vulpe, make sure to talk to Seni. I hope to see you in Vulpe soon!)
  83. }
  84. }
  85. }
  86.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement