Template:QuestActive

From OpenKore Wiki
Revision as of 21:13, 4 July 2019 by 4epT (talk | contribs) (Created page with " <noinclude>This template describes the '''QuestActive''' state Conditions of the automacro eventMacros.</noinclude> ;QuestActive :* Description: Checks i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This template describes the QuestActive state Conditions of the automacro eventMacros.
QuestActive
  • Description: Checks if the player has one of the given quests active, uses quest ID (use command 'quest list' to see ID).
Syntax:
QuestActive <comma separated list of quests ID>
Quest ID can be a variable
Example:
QuestActive 7121, 7122
Set variables:
$.QuestActiveLastID => Saves the ID of the last quest that made QuestActive become true
$.QuestActiveLastListIndex => Saves the list index in condition of the last quest that made QuestActive become true