Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.57 KB | None | 0 0
  1. quests:
  2.   Miner:
  3.     name: Stone Miner
  4.     ask-message: <yellow>Could you mine <purple>10<yellow> blocks of <purple>Stone<yellow>, and deliver the <purple>10<yellow> pieces of <purple>Cobblestone<yellow> to me?.
  5.     finish-message: <yellow>Well done. Here is your reward.
  6.     redo-delay: 1800000
  7.     parties: 0
  8.     requirements:
  9.       items:
  10.      - id-270:amount-1
  11.       remove-items:
  12.      - false
  13.       fail-requirement-message: <red>You must have a <purple>Wooden Pickaxe<red> first.
  14.     stages:
  15.       ordered:
  16.         '1':
  17.           break-block-ids:
  18.          - 1
  19.           break-block-amounts:
  20.          - 10
  21.     rewards:
  22.       money: 1000
  23.       quest-points: 1
  24.   Hunter:
  25.     name: Mob Hunter
  26.     ask-message: <yellow>Kill an assortment of Mobs.
  27.     finish-message: <yellow>Excellent. Here is a <purple>Diamond Sword<yellow>.
  28.     parties: 2
  29.     requirements:
  30.       quests:
  31.      - Stone Miner
  32.       fail-requirement-message: <red>Complete <purple>Stone Miner<red> first.
  33.     stages:
  34.       ordered:
  35.         '1':
  36.           death-event: DeathFail
  37.           mobs-to-kill:
  38.          - Pig
  39.           mob-amounts:
  40.          - 3
  41.           finish-event: GoodJob
  42.         '2':
  43.           death-event: DeathFail
  44.           mobs-to-kill:
  45.          - Zombie
  46.           mob-amounts:
  47.          - 2
  48.           finish-event: GoodJob
  49.         '3':
  50.           death-event: DeathFail
  51.           mobs-to-kill:
  52.          - Skeleton
  53.           mob-amounts:
  54.          - 1
  55.     rewards:
  56.       items:
  57.      - id-276:amount-1
  58.       exp: 100
  59.       quest-points: 1
  60.   CatchFish:
  61.     name: Catch Fish
  62.     ask-message: <yellow>Catch some fish!
  63.     finish-message: <yellow>Excellent. Here is some <green>experience<yellow>.
  64.     parties: 2
  65.     requirements:
  66.       quests:
  67.      - Stone Miner
  68.       fail-requirement-message: <red>Complete <purple>Stone Miner<red> first.
  69.     stages:
  70.       ordered:
  71.         '1':
  72.           start-event: FishingStart
  73.           death-event: DeathFail
  74.           chat-events:
  75.          - RodEvent
  76.           chat-event-triggers:
  77.          - rod
  78.           fish-to-catch: 5
  79.     rewards:
  80.       exp: 250
  81.   custom1:
  82.     name: wooden sword
  83.     npc-giver-id: 1
  84.     ask-message: Hello traveller, lately all my sheep have been killed by wolves. Could you help me find a sword?
  85.     finish-message: thank you very much!, now I can keep my sheep safe.
  86.     stages:
  87.       ordered:
  88.         '1':
  89.           items-to-deliver:
  90.          - id-268:amount-1
  91.           npc-delivery-ids:
  92.          - 1
  93.           delivery-messages:
  94.          - please deliver this to <npc>!
  95.     rewards:
  96.       money: 450
  97.       heroes-exp-classes:
  98.      - Citizen
  99.       - Cleric
  100.       - Rogue
  101.       - Mage
  102.       - Warrior
  103.       heroes-exp-amounts:
  104.      - 75.0
  105.       - 75.0
  106.       - 75.0
  107.       - 75.0
  108.       - 75.0
  109.   custom3:
  110.     name: Welcome
  111.     npc-giver-id: 3
  112.     ask-message: Welcome 勇者[Hero], You have now arrived at GodsWatch. Are you prepared to start your journey?
  113.     finish-message: Along this path you will find instructors who will guide you through the lookout. Go talk to them.
  114.     stages:
  115.       ordered:
  116.         '1':
  117.           npc-ids-to-talk-to:
  118.          - 3
  119.   custom4:
  120.     name: Tutorial
  121.     npc-giver-id: 4
  122.     ask-message: Welcome to the tutorial 勇者[Hero], Are you ready to prepare for your journey?
  123.     finish-message: Now that you know the basics you must enter the lookout.
  124.     requirements:
  125.       quests:
  126.      - Welcome
  127.       fail-requirement-message: You need to talk to the Gatekeeper first.
  128.     stages:
  129.       ordered:
  130.         '1':
  131.           npc-ids-to-talk-to:
  132.          - 5
  133.           complete-message: 勇者, Your powers have not awakened yet. you will need to go through a training in the purgatory. Only after your return will you be able to chose a path of the hero to follow.
  134.         '2':
  135.           npc-ids-to-talk-to:
  136.          - 6
  137.           complete-message: As a beginner, your powers are limited. After training you will be able to unlock new skillz and use different tools to perform a wider variety of actions.
  138.         '3':
  139.           npc-ids-to-talk-to:
  140.          - 7
  141.           complete-message: A good way to grow stronger is to complete quests that will be given to you along your journey. They give good experience and big amounts of money.
  142.         '4':
  143.           npc-ids-to-talk-to:
  144.          - 8
  145.           complete-message: These quests will give you special rewards that may be otherwise unobtainable. You may also do quests as groups. Being in a group makes everything easier.
  146.         '5':
  147.           npc-ids-to-talk-to:
  148.          - 9
  149.           start-message: Some quests will even require that you find friends to complete it with as they are too hard to do alone.
  150.           complete-message: Good luck on your journey hero!.
  151.     rewards:
  152.       quest-points: 1
  153.   custom2:
  154.     name: kill pig
  155.     npc-giver-id: 10
  156.     ask-message: kill 5 pig
  157.     finish-message: ty
  158.     stages:
  159.       ordered:
  160.         '1':
  161.           mobs-to-kill:
  162.          - Pig
  163.           mob-amounts:
  164.          - 5
  165.     rewards:
  166.       heroes-exp-classes:
  167.      - Admin
  168.       heroes-exp-amounts:
  169.      - 150.0
  170.   custom6:
  171.     name: Talk to Example
  172.     npc-giver-id: 12
  173.     redo-delay: 60000
  174.     ask-message: Will you go talk to TalktomeQuest for me?
  175.     finish-message: hahaha ok ill help him. thanks mate!
  176.     stages:
  177.       ordered:
  178.         '1':
  179.           npc-ids-to-talk-to:
  180.          - 13
  181.           start-message: Great, just tell him a chicken is going to kill him. He will believe it and it will be funny!
  182.           complete-message: Wait whut?! a chicken is going to slaughter me?!
  183.         '2':
  184.           password-displays:
  185.          - Please say Yes or No
  186.           password-phrases:
  187.          - Yes|yes|yeah|yea|yeh|ye|ya|y
  188.           objective-override: Please say Yes or No
  189.           start-message: Will you please return to TalktoQuest and ask him to help me?!
  190.           complete-message: Oh thank you so much!
  191.         '3':
  192.           npc-ids-to-talk-to:
  193.          - 12
  194.     rewards:
  195.       heroes-exp-classes:
  196.      - Admin
  197.       heroes-exp-amounts:
  198.      - 10.0
  199.   custom5:
  200.     name: Gather flowers
  201.     npc-giver-id: 15
  202.     ask-message: rose
  203.     finish-message: ty
  204.     stages:
  205.       ordered:
  206.         '1':
  207.           damage-block-ids:
  208.          - 38
  209.           damage-block-amounts:
  210.          - 5
  211.   custom7:
  212.     name: Deliver
  213.     npc-giver-id: 16
  214.     redo-delay: 4000
  215.     ask-message: Give me that
  216.     finish-message: Thanks bitch.
  217.     stages:
  218.       ordered:
  219.         '1':
  220.           items-to-deliver:
  221.          - 'id-346:amount-1:enchantment-Flame 1:enchantment-BlastProtection 1:enchantment-BaneOfArthropods
  222.             4:name-Athlete''s Fishing Rod:lore-§7Type: Fishing Rod:lore-§7Tier:§a
  223.             Epic'
  224.           npc-delivery-ids:
  225.          - 15
  226.           delivery-messages:
  227.          - go
  228.   custom8:
  229.     name: パンワードのねえちゃん
  230.     npc-giver-id: 18
  231.     redo-delay: 172800000
  232.     ask-message: マーガレットは 散歩(さんぽ)に 出かけて 戻ってきていない…
  233.     finish-message: おねえちゃんの名前はマーガレットだよ
  234.     stages:
  235.       ordered:
  236.         '1':
  237.           npc-ids-to-talk-to:
  238.          - 18
  239.         '2':
  240.           password-displays:
  241.          - パンワードのおねえちゃんを探しますか。(さがす)
  242.           password-phrases:
  243.          - はい | もちろん | hai | yes | うん
  244.           start-message: '助けてくれませんか。(たすける)'
  245.           complete-message: ありがとー!
  246.     rewards:
  247.       money: 100
  248.       quest-points: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement