Citizens Questing Help

Discussion in 'Bukkit Help' started by gabriel11798, Jan 20, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    gabriel11798

    Hello

    I need help with the NPC plugin Citizen's questing system. Things i need help with;

    -How to make multiple rewards,
    -How to make a multi-objective quest
     
  2. Offline

    JWhy

    Both is not implemented yet
     
  3. Offline

    MrRedLogan

    They totally are implemented....... First we will go over Multiple Objectives. I will try to make it as newb friendly as possible =P

    Quests are split into Objectives and Steps. Think of it as Paragraphs and Sentences. The Objectives are the Paragraph and the Steps are Individual Sentences. I don't know if bukkit's forums are tab friendly so I will use pastebin.

    http://pastebin.com/qhQ32HdQ

    If you look on Line 12 you will see a '0':
    This is your objective number. They always start from zero and increase by one.

    If you look on Line 13 you will see a '0': again.
    This is Step zero of objective zero.

    In this Quets we have a total of 3 Objectives.

    The First objective is to hunt 5 chicken.
    The Second objective is to deliver 15 rawchicken (I.D# 365) to Danny (NPC# 6)
    The Third objective is to deliver 10 feathers (I.D# 288) to Danny (NPC# 6)

    Now for Multiple Steps inside each Objective.
    Say you want someone to do multiple things before completing an Objective.

    http://pastebin.com/nRApY45Q

    If you look at Line 12 again you will see that is the Objective.
    But Lines 13, 19, 25 and 31 are Steps within that Objective. You must do all 4 steps before that Objective is completed.

    And last but not least is the Multiple rewards.

    http://pastebin.com/KZ9ptyZA

    It is just like setting up multiple Objectives or Steps =P

    Hope I helped without making it sound to confusing =)

    As Always,
    - MrRedLogan
     
Thread Status:
Not open for further replies.

Share This Page