Questing

Howto

http://www.capturecraft.net/rpgessentials/separator.png

http://dl.dropbox.com/u/62672791/previews/quest.png

Creating a new quest

http://www.capturecraft.net/rpgessentials/separator.png

    Quests:
  test: #This is the quest id
    text:
      name: The test quest. #The display name for the quest
      welcome: Welcome message. 
      between: If quest is accepted but doesn't meet the requirements.
      end: Congrats, you have finished the test quest.
      task: Place some wood, break one stone and return here.
    task:
      place:
        5: #item id
          amount: 1 #amount needed to place
      break:
        1: #item id
          amount: 1 #amount needed to break
    reward:
      2: #item id
        amount: 1 #amount given

Creating a quester

http://www.capturecraft.net/rpgessentials/separator.png

To create a new quester you type this command:

/npc create {name} quester

To give this NPC a quest you type:

/npc quest {quest id}

Please note that there will be more in future updates Things to add:

  • Crafting
  • Smelting
  • Killing
  • (escorting)
  • --------
  • Custom items/blocks support
  • Data value support

Comments

Posts Quoted:
Reply
Clear All Quotes