EVENT_QUEST_CONDITION_COUNTER_CHANGED
ESO Lua API function — used by 40 of the 3,030 addons we indexed (combined 22,725,898 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
EVENT_QUEST_CONDITION_COUNTER_CHANGED(luaindex journalIndex, string questName, string conditionText, [QuestConditionType|#QuestConditionType] conditionType, integer currConditionVal, integer newConditionVal, integer conditionMax, bool isFailCondition, string stepOverrideText, bool isPushed, bool isComplete, bool isConditionComplete, bool isStepHidden, bool isConditionCompleteStatusChanged, bool isConditionCompletableBySiblingStatusChanged)Real usage — from Dolgubon's Lazy Writ Crafter
--EVENT_QUEST_ADDED found in AlchGrab File
EVENT_MANAGER:RegisterForEvent(WritCreater.name,EVENT_QUEST_CONDITION_COUNTER_CHANGED , QuestCounterChanged)
EVENT_MANAGER:RegisterForEvent(WritCreater.name,EVENT_QUEST_REMOVED , QuestRemoved)Short excerpt from the shipping addon Dolgubon's Lazy Writ Crafter — its ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.
Most-downloaded addons using it
| Addon | Total downloads |
|---|---|
| Dolgubon's Lazy Writ Crafter | 9,498,314 |
| CraftStore | 5,176,147 |
| BeamMeUp - Teleporter (Fast Travel) | 2,770,107 |
| ESO Master Recipe List | 2,130,985 |
| Ravalox' Quest Tracker | 1,460,568 |
| Event Tracker | 249,931 |