Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. /qadmin new [questid] -- Starts creating a new quest.
  2. /qadmin list -- Lists all the quests you have created.
  3. /qadmin load [questid] -- Loads the given quest so it can be modified.
  4. /qadmin name [quest name] -- Sets the name (title) of the quest.
  5. /qadmin type [type] -- Sets the quest type, must be one of: gather, harvest, findloc, or build.
  6. /qadmin desc [description] -- Sets the quest description. This command can be used multiple times to append a longer description.
  7. /qadmin startnpc [npcid] -- Sets the NPC to pick this quest up from.
  8. /qadmin endnpc [npcid] -- Sets the NPC you turn this quest in to.
  9. /qadmin prereq [questid] -- Sets the prerequisite quest.
  10. /qadmin itemsprovided [items provided string] -- Sets the items provided when accepting this quest. It will use the provided description and will set the provided items to the items currently in your equipment hotbar.
  11. /qadmin rewards [rewards string] -- Sets the rewards given when the quest is turned in. It will use the provided description and will set the rewards to the items currently in your equipment hotbar.
  12. /qadmin location -delete -- Resets the if you've started defining one. To define a location, right-click on the corner blocks of the area with a book. Please click them in order going around the area.
  13. /qadmin data [data] -- Sets the quest data. This is dependent on which quest type you are creating.
  14. - - gather data format: item name,itemid,quantity:item name,itemid,quantity
  15. - - harvest data format: item name,itemid,quantity:item name,itemid,quantity
  16. - - findloc data format: location description
  17. - - build data format: item name,itemid,quantity:item name,itemid,quantity
  18. /qadmin save -- Saves the quest you've created, so it can be used.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement