Advertisement
CenizaRey

Sword of Susie

May 26th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. Sword of Susie
  2.  
  3. requiredquestpoints=0
  4. rewardquestpoints=0
  5. canpreview=true
  6. previewtext=Susie lost her toy sword while walking to the Rock Gym, you should help her find it. X407 Y122 Z335
  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=6ac6bc8c-e02b-41f8-a5e5-d5043fe1865f;chatline1=*Sniff* ...What? Are you here to make fun of me too?;chatline2=...You're not? Well... Can you help me then?;chatline3=I lost my favourite toy sword on the way to the Rock Gym!;chatline4=I think it's somewhere in that cave, but I'm too scared to go in without my toy! It's dark and scary!;chatline5=Do you think you could go in there and find my toy? Pretty please?)
  20. }
  21. }
  22. stage=1
  23. {
  24. {
  25. description=Talk to Susie.
  26. hint=She's outside the Rock Gym.
  27. timestocomplete=1
  28. hidden=False
  29. infinite=False
  30. triggers
  31. {
  32. show_options(delay=3;id=001;name=Susie;text=Accept Susie's task?;choice1=Yes, I'll find your toy.;choice2=No, they cost like 2 bucks in any toy shop.)
  33. }
  34. type=chat_npc(uuid=6ac6bc8c-e02b-41f8-a5e5-d5043fe1865f;chatline1=Well, will you help me find my toy sword?)
  35. }
  36. }
  37. stage=2
  38. {
  39. {
  40. description=
  41. hint=An optional hint
  42. timestocomplete=1
  43. hidden=True
  44. infinite=False
  45. triggers
  46. {
  47. show_title(delay=0;titletext=Sword of Susie;titlecolour=green;subtitletext=Tier 1 Task started;subtitlecolour=white)
  48. show_chat_gui(delay=1;name=Susie;chatline1=Yay!! Okay, I dropped it in that cave there. Maybe you should check those pointy rocks.)
  49. skip_to_stage(delay=1;stage=3)
  50. }
  51. type=choose_option(id=001;choice=1)
  52. }
  53. {
  54. description=A description
  55. hint=An optional hint
  56. timestocomplete=1
  57. hidden=True
  58. infinite=False
  59. triggers
  60. {
  61. show_chat_gui(delay=1;name=Susie;chatline1=*Snivel* You meanie!)
  62. skip_to_stage(delay=10;stage=0)
  63. }
  64. type=choose_option(id=001;choice=2)
  65. }
  66. }
  67. stage=3
  68. {
  69. {
  70. description=Find Susie's toy sword.
  71. hint=She said you could find it on a pointy rock in the cave near the Rock Gym.
  72. timestocomplete=1
  73. hidden=False
  74. infinite=False
  75. triggers
  76. {
  77. fire_command(delay=0;command=/give PLAYER minecraft:diamond_sword 1 0 {display:{Name:"Claymore of Unstoppable Arcane Wrath",Lore:["The fabric of reality itself buckles with each magical pulse of this legendary sabre."]}})
  78. send_chat(delay=1;message=&bCould this really be Susie's sword? You are skeptical until you see "Zusi3" written in red crayon on the hilt.)
  79. }
  80. type=right_click_block(minx=434;maxx=434;miny=114;maxy=114;minz=339;maxz=339;world=Biome Bundle)
  81. }
  82. }
  83. stage=4
  84. {
  85. {
  86. description=Return to Susie.
  87. hint=She's outside the Rock Gym.
  88. timestocomplete=1
  89. hidden=False
  90. infinite=False
  91. triggers
  92. {
  93. show_title(delay=3;titletext=Sword of Susie;titlecolour=green;subtitletext=Tier 1 Task complete;subtitlecolour=white)
  94. take_item(delay=0;itemid=minecraft:diamond_sword;count=1)
  95. give_money(delay=0;amount=1500)
  96. }
  97. conditions
  98. {
  99. has_item(flipped=False;itemid=minecraft:diamond_sword;count=1)
  100. }
  101. type=chat_npc(uuid=6ac6bc8c-e02b-41f8-a5e5-d5043fe1865f;chatline1=Yay! You found my toy! Thank you so much friendly Trainer, here's my lunch money!)
  102. }
  103. }
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement