Advertisement
SoshiSen

Establishing a Foothold

Mar 31st, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. Establishing a Foothold
  2.  
  3. islegendary=False
  4. requiredquestpoints=15
  5. rewardquestpoints=1
  6. canpreview=true
  7. previewtext=Play the part of miner out in the newly formed Heill.
  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=Establishing a Foothold;titlecolour=dark_green;subtitletext=Quest Started)
  23. }
  24. conditions
  25. {
  26. has_completed(flipped=False;completedquestname=Supply Lines)
  27. has_completed(flipped=False;completedquestname=Lay of the Land)
  28. has_completed(flipped=False;completedquestname=Resurgence)
  29. }
  30. type=chat_npc(uuid=a7aea4c2-bbe9-45bc-95ff-9e67907a203f;chatline1=Looks like you’ve done some really good work here.;chatline2=One resource we’re still low on is Iron.;chatline3=The reason for this is that the surrounding area seems to be reforming so fast that it’s hardened the ground to the point that tools can no longer manipulate it.;chatline4=However we have reports that if you fly out further there are areas that can be dug up.;chatline5=I need you to go out there and collect some Iron Ore.)
  31. }
  32. }
  33. stage=1
  34. {
  35. {
  36. description=Collect Iron in the outskirts of Heill
  37. hint=An optional hint
  38. timestocomplete=10
  39. hidden=False
  40. infinite=False
  41. type=obtain_item(itemid=Iron_ore)
  42. }
  43. }
  44. stage=2
  45. {
  46. {
  47. description=Head back to the Flight Master
  48. hint=The are still outside the Bastion
  49. timestocomplete=1
  50. hidden=False
  51. infinite=False
  52. triggers
  53. {
  54. give_money(delay=0;amount=500)
  55. show_title(delay=7;titletext=Establishing a Foothold;titlecolour=dark_green;subtitletext=Quest Complete)
  56. take_item(delay=1;itemid=Iron_ore;count=10)
  57. }
  58. conditions
  59. {
  60. has_item(flipped=False;itemid=Iron_ore;count=10)
  61. }
  62. type=chat_npc(uuid=a7aea4c2-bbe9-45bc-95ff-9e67907a203f;chatline1=This looks good.;chatline2=We’ll put it to good use.;chatline3=Now that you’ve been to the outskirts of this land you should know we’re looking for trainers like you to establish outposts.;chatline4=In those same areas where you were able to dig this ore up you could also build new camps to fight off the mob hordes.;chatline5=Let us know if you do so.)
  63. }
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement