Advertisement
Fishykarp

Treasure Hunt

Dec 30th, 2023 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. quests:
  2. quest1:
  3. name: Treasure Hunt
  4. description: '&fUnearth hidden gold.'
  5. npc-id: ELEPHANT
  6. stages:
  7. '1':
  8. npc-id: ELEPHANT
  9. type: npc_dialogue
  10. dialogue:
  11. - '&7[1/10] &7Cowardly Bandit&f: Hey, wait! Be cool! I'm not here to fight!'
  12. - '&7[2/10] &7Cowardly Bandit&f: Please don't kill me. Please don't... don't...'
  13. - '&7[3/10] &7Cowardly Bandit&f: ...you aren't going to hurt me?'
  14. - '&7[4/10] &7Cowardly Bandit&f: Oh god, ok, look, I swear I have a good reason to be out here with the rest of the bandits.'
  15. - '&7[5/10] &7Cowardly Bandit&f: I needed to join them so I could search the area...'
  16. - '&7[6/10] &7Cowardly Bandit&f: My grandad was Mayor of Kingsview before &eAndorion &fmade the city his permanent capital. When he heard that the royals were gonna be in charge directly, he ran off with half the treasury."
  17. - '&7[7/10] &7Cowardly Bandit&f: I'm looking for some of the gold that he hid in the area. He left me a clue in his will, b-but I'm too scared that the other bandits will find out what I'm looking for and try to steal it.'
  18. - '&7[8/10] &7Cowardly Bandit&f: So I'll give you the clue. I don't even need a cut of the treasure, j-just don't kill me, ok?'
  19. - '&7[9/10] &7Cowardly Bandit&f: The clue is: b1Under water, but completely dry. By the coast, but unseen by sky&f.'
  20. - '&7[10/10] &7Cowardly Bandit&f: The chest should be in the ground somewhere. All you need to do is &bright click &fit.'
  21. '2':
  22. type: interact
  23. location: -968,28,296
  24. fake-objective: '&c(New Objective) &7Find the hidden treasure chest.'
  25. allow-tracking: false
  26. '3':
  27. npc-id: ELEPHANT
  28. type: npc_dialogue
  29. start-message: '&7(Damn, looks like the chest is mostly empty, but there are two gold bars remaining.)'
  30. fake-objective: '&c(New Objective) &7Return to the Cowardly Bandit.'
  31. start-commands:
  32. - ils give <player> GoldBar 2
  33. dialogue:
  34. - '&7[1/4] &7Cowardly Bandit&f: W-what? The chest was already looted?'
  35. - '&7[2/4] &7Cowardly Bandit&f: Well... at least that made it easier? Normally, you'd need to &bbe standing near the chest &fbefore it'd be visible, but that one was already unearthed.'
  36. - '&7[3/4] &7Cowardly Bandit&f: Still, uh, I'm sorry for getting your hopes up. Here- uh- I'll give you some of my stuff as compensation.
  37. - '&7[4/4] &7Cowardly Bandit&f: Are we cool? Ok. Good. I'll go away and stop bothering you, now.
  38. - ''
  39. gui-display: '54:0'
  40. finished-message: '&7Cowardly Bandit&f: I said that I'd leave, but I'm too scared to move from this spot.'
  41. rewards:
  42. - 10 EXP
  43. - 12 Gold Nuggets
  44. - 2x Weak Healing Potions
  45. - 4x Weak Mana Crystal
  46.  
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement