Advertisement
SoshiSen

The Pirate's Treasure

Mar 24th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. requiredquestpoints=0
  2. rewardquestpoints=2
  3. ignoresquestlimit=False
  4. objectives
  5. {
  6. stage=0
  7. {
  8. {
  9. description=Stage 0 of The Pirate's Treasure
  10. hint=
  11. timestocomplete=1
  12. hidden=True
  13. infinite=False
  14. triggers
  15. {
  16. show_title(delay=5;titletext=The Pirate's Treasure;titlecolour=dark_green;subtitletext=Quest started!;subtitlecolor=cyan)
  17. }
  18. type=chat_npc(uuid=be5964e2-7805-44fd-8399-0f4e4ee8662a;chatline1=I keep hearing these rumors of a treasure hidden around Nyr here.;chatline2=The Pirate Matty hid his treasure somewhere near this very island.;chatline3=But what kind of name for a pirate is Matty? And why have I never heard of him?;chatline4=Not to mention, the only clue as to where the treasure is hidden is "Beneath the clouds upon the water.";chatline5=There are clouds everywhere, but upon the water?! Do I have to wait for a fog to roll in to find it?!;chatline6=Well, not much to go on, but if you want to search it out, best of luck to you.)
  19. }
  20. }
  21. stage=1
  22. {
  23. {
  24. description=Find the hidden treasure!
  25. hint=Perhaps they don't mean actual clouds. Look around Nyr!
  26. timestocomplete=1
  27. hidden=False
  28. infinite=False
  29. triggers
  30. {
  31. give_money(delay=0;amount=5)
  32. show_title(delay=2;titletext=The Pirate's Treasure;titlecolour=dark_green;subtitletext=Quest complete!;subtitlecolor=cyan)
  33. send_chat(delay=0;message=&bYou find a bottle in the chest, with a rolled up note and 5 dollars stuffed inside.)
  34. fire_command(delay=0;command=give PLAYER written_book 1 0 {title: "My hidden treasure!" ,author: "Pirate Matty" ,pages:["{text:\"Yarrrr! Congratulations landlubber, ye found me treasure! My whole pirate's booty of my life times savings, 5 dollars! Now don't ye spend that all in one place! Now set sail scallywag!\n-Pirate Matty, master of the seas\"}"]})
  35. }
  36. type=right_click_block(minx=-298;maxx=-298;miny=52;maxy=52;minz=-230;maxz=-230;world=Vanha)
  37. }
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement