Advertisement
CenizaRey

A Flying Gift

May 26th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. A Flying Gift
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=An ornithologist in spawn needs your help to deliver an item to his friend. You can find him... in a tree? X1016 Y179 Z441
  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=c56733e4-a009-4240-a221-5fd3aa94110f;chatline1=Hey, kid. The fact you got up here means you must be pretty good at getting around.;chatline2=That's just what I need. Hey, one of my birdwatching buddies has been recently... Trying to become a bird.;chatline3=I know, I know. He's got some kind of weird species complex going on but I can't stand by and watch him throw himself off cliffs anymore.;chatline4=Do me a favour and deliver this to him, it's the final piece of his experiment he's been working on. You should be able to find him in the mountains near the flying/psychic gym.)
  20. }
  21. }
  22. stage=1
  23. {
  24. {
  25. description=Talk to Leif Russell.
  26. hint=He's on top of a tree in Spawn.
  27. timestocomplete=1
  28. hidden=False
  29. infinite=False
  30. triggers
  31. {
  32. show_options(delay=3;id=001;name=Leif Russell;text=Accept Leif's task?;choice1=Yes.;choice2=No, leave me alone, bird man.)
  33. }
  34. type=chat_npc(uuid=c56733e4-a009-4240-a221-5fd3aa94110f;chatline1=What do you say, will you do it?)
  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. fire_command(delay=0;command=/give PLAYER minecraft:feather 1 0 {display:{Name:"Elytra Wing",Lore:["An extremely aerodynamic feather, it's practically weightless..."]}})
  48. show_chat_gui(delay=1;name=Leif Russell;chatline1=Super. Let me know when you finish the job.)
  49. skip_to_stage(delay=1;stage=3)
  50. show_title(delay=0;titletext=A Flying Gift;titlecolour=green;subtitletext=Tier 1 Task started;subtitlecolour=white)
  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=Leif Russell;chatline1=Psh, whatever, kid. I'll find some other tree-climbing weirdo to do my work.)
  63. skip_to_stage(delay=10;stage=0)
  64. }
  65. type=choose_option(id=001;choice=2)
  66. }
  67. {
  68. description=Talk to Leif Russell.
  69. hint=He's on top of a tree in Spawn.
  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=c56733e4-a009-4240-a221-5fd3aa94110f)
  79. }
  80. }
  81. stage=3
  82. {
  83. {
  84. description=Talk to Leif's friend.
  85. hint=He's somewhere in the mountains surrounding the flying/psychic gym.
  86. timestocomplete=1
  87. hidden=False
  88. infinite=False
  89. triggers
  90. {
  91. fire_command(delay=5;command=/give PLAYER minecraft:elytra 1 0 {display:{Name:"Veonardo's Invention",Lore:["Veonardo called this invention 'Elytra'. But I think that's a silly name, don't you?"]}})
  92. take_item(delay=0;itemid=minecraft:feather;count=1)
  93. }
  94. conditions
  95. {
  96. has_item(flipped=False;itemid=minecraft:feather;count=1)
  97. }
  98. type=chat_npc(uuid=f80cf31c-aa12-4ccc-8e65-f4db176c17fa;chatline1=Hmm, what's this?;chatline2=...AHA! THE WING! LEIF FINALLY FINISHED THE WING!;chatline3=This is huge, this is absolutely huge! Just put this here, and that there... Done!;chatline4=Go and deliver this device back to Leif, I call it: 'Elytra'!;chatline5=This is groundbreaking stuff, handle it with care! And for Arceus' sake, don't break it!)
  99. }
  100. }
  101. stage=4
  102. {
  103. {
  104. description=Talk to Leif Russell.
  105. hint=He's on top of a tree in Spawn.
  106. timestocomplete=1
  107. hidden=False
  108. infinite=False
  109. triggers
  110. {
  111. take_item(delay=0;itemid=minecraft:elytra;count=1)
  112. show_title(delay=5;titletext=A Flying Gift;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  113. }
  114. conditions
  115. {
  116. has_item(flipped=False;itemid=minecraft:elytra;count=1)
  117. }
  118. type=chat_npc(uuid=c56733e4-a009-4240-a221-5fd3aa94110f;chatline1=So that crazy fella actually pulled it off, huh? Insane. That's what this is.;chatline2=What, did you expect me to test it or something? I don't know if you noticed, but I'm rooted to this one spot.;chatline3=Anyway, here's payment enough for your work. Use it to buy some binoculars and we can go birdwatching together.)
  119. }
  120. }
  121. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement