-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expert ‐ Condition Editor
This editor is currently UNDER DEVELOPMENT. If you would like to try it, use the latest Jenkins build at your own risk. Follow progress at https://github.com/PikaMug/Quests/projects/2
When a player is carrying out a stage of a quest, it may be desirable to force them to meet a certain criteria. For example, holding a specific item while completing objectives. To do this, a condition must be created and applied.
To make a condition, run /quests conditions in-game (it is not currently accessible from the console). You will be greeted with the following:
- To-do: add image
Enter '1' in chat so the plugin may prompt you to enter a name for your condition. This can be any alphanumeric sequence, which means letters and numbers are OK, but no special characters or symbols! Don't worry, you can change it later if you're unsure.
- To-do: add image
After you've chosen a valid name, this screen will appear:
- To-do: add image
Select a condition type and decide whether the player should fail the quest if said condition is not met.
Nice job! Unlike the Quests Editor, there is no need to reload the plugin. Exit the Condition Editor and then create or edit a quest in the Quests Editor. Go to the 'Edit Stages' menu and, after setting at least one objective, select option 10 to apply the condition:
- To-do: add image