Advertisement
Guest User

Quests

a guest
Jan 21st, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.09 KB | None | 0 0
  1. Quest Title Here:
  2.     texts:
  3.         description: Quest Description Here
  4.         completion: <b>Quest Completion Message Here
  5.         acceptance: Quest Acceptance Message Here
  6.     requirements:
  7.         '0':
  8.             type: rank
  9.             rank: 'Quester'
  10.     repeats: 1
  11.     objectives:
  12.         '0':
  13.             '0':
  14.                 type: hunt
  15.                 string: 'chicken'
  16.                 amount: 5
  17.                 message: Those are some good looking chickens! Goto Danny to give him the meat!
  18.         '1':
  19.             '0':
  20.                 type: delivery
  21.                 npcdestination: 6
  22.                 materialid: 365
  23.                 amount: 15
  24.                 message: <b>Those chickens look good! But do you have the feathers too?
  25.         '2':
  26.             '0':
  27.                 type: delivery
  28.                 npcdestination: 6
  29.                 materialid: 288
  30.                 amount: 10
  31.                 message: <b>Thank you so very very very much!
  32.                 finishhere: true
  33.     rewards:
  34.          '0':
  35.             type: item
  36.             id: 364
  37.             amount: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement