- Added ability to add sets of quests for Events
- Frostfell, Nights of the Dead, Stone Cold Summer, Scorched Sky
To allow characters to properly process a given event, add all quests for that event to the MQ Overseer system
Two mechanisms can be used:
UI
Settings > Specific
New options exist to add or remove all quests for a given Event.
This results in those quests being run
after conversion & recruitment but before any others.
Command Line
Allows bulk addition across one or many characters
- addAllSpecificQuests - add all quests for all events
- removeAllSpecificQuests - remove all quests for all events
- addSpecificQuest [questName] - add all quests for a specific event
- e.g. addSpecificQuest Frostfell
- removeSpecificQuest [questName] - removes all quests for a specific event
- e.g. removeSpecificQuest Frostfell
Note: Terminology use of "Quest" in places should have been "Event" to remove confusion.
This will be corrected in a subsequent release.