Advertisement
Primalcyndaquil

Untitled

Mar 26th, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 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. }
  29. 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.)
  30. }
  31. }
  32. stage=1
  33. {
  34. {
  35. description=Collect Iron in the outskirts of Heill
  36. hint=An optional hint
  37. timestocomplete=10
  38. hidden=False
  39. infinite=False
  40. type=obtain_item(itemid=Iron_ore)
  41. }
  42. }
  43. stage=2
  44. {
  45. {
  46. description=Head back to the Flight Master
  47. hint=The are still outside the Bastion
  48. timestocomplete=1
  49. hidden=False
  50. infinite=False
  51. triggers
  52. {
  53. give_money(delay=0;amount=500)
  54. show_title(delay=7;titletext=Establishing a Foothold;titlecolour=dark_green;subtitletext=Quest Complete)
  55. take_item(delay=1;itemid=Iron_ore;count=10)
  56. }
  57. conditions
  58. {
  59. has_item(flipped=False;itemid=Iron_ore;count=10)
  60. }
  61. 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.)
  62. }
  63. }
  64. }
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement