CenizaRey

A Dragon's Egg

May 16th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. A Dragon's Egg
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Max needs help transporting his mysterious dragon egg to his friend in the spawn town. You should help him. X1002 Y172 Z1208
  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. fire_command(delay=7;command=/give PLAYER minecraft:egg 1 0 {display:{Name:"Dragon's Egg - Do not throw!"}})
  22. show_title(delay=10;titletext=A Dragon's Egg;titlecolour=green;subtitletext=Tier 1 Task Started;subtitlecolour=white)
  23. send_chat(delay=10;message=&bMax said he wanted this dragon egg delivered to one of his friends in the spawn town. Better look around for them.)
  24. }
  25. type=chat_npc(uuid=fe53f1cc-b014-4013-9f4f-541b5511f28a;chatline1=Hey there, you. Yeah, you. You look like you could hold your own if a demon-like reptile burst out of its egg and tried to bite your face off.;chatline2=That's just the criteria I was looking for in a trainer. I need a favour.;chatline3=I need you to deliver this dragon egg to my friend in the spawn town. Go on, get going!)
  26. }
  27. }
  28. stage=1
  29. {
  30. {
  31. description=Find Dragon-Tamer Max's friend.
  32. hint=She should be in a building in the Spawn Area.
  33. timestocomplete=1
  34. hidden=False
  35. infinite=False
  36. triggers
  37. {
  38. take_item(delay=3;itemid=minecraft:egg;count=1)
  39. send_chat(delay=0;message=&bTiffany has her egg. I should return to Max.)
  40. }
  41. conditions
  42. {
  43. has_item(flipped=False;itemid=minecraft:egg;count=1)
  44. }
  45. type=chat_npc(uuid=c264f11c-91fa-4d56-98b3-181c2f1490a8;chatline1=Hmm? What's that honey?;chatline2=Oh! Max's Egg! Finally, I thought he'd never send it over!;chatline3=Thanks sweetie. Run along back to Max now for your reward.)
  46. }
  47. }
  48. stage=2
  49. {
  50. {
  51. description=Head back to Dragon-Tamer Max.
  52. hint=He's outside the Dragon/Steel gym.
  53. timestocomplete=1
  54. hidden=False
  55. infinite=False
  56. triggers
  57. {
  58. show_title(delay=10;titletext=A Dragon's Egg;titlecolour=green;subtitletext=Tier 1 Task Complete;subtitlecolour=white)
  59. give_money(delay=0;amount=1500)
  60. fire_command(delay=5;command=/give PLAYER pixelmon:draco_plate 1 0)
  61. }
  62. type=chat_npc(uuid=fe53f1cc-b014-4013-9f4f-541b5511f28a;chatline1=You delivered the egg huh? Great going, kid. Never doubted you.;chatline2=Here, uh, take this. It's only really useful for dragon tamers, but you can just sell it if you want.)
  63. }
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment