File Details
InstantQuestAuto_14-06-26.zip
- R
- Jun 14, 2026
- 17.00 KB
- 827
- 12.0.7+4
- Classic + 3
File Name
InstantQuestAuto_14-06-26.zip
Supported Versions
- 12.0.7
- 12.0.5
- 5.5.4
- 2.5.5
- 1.15.8
[1.19] - 2026-06-14
Fixed
-
Delayed actions: auto-accept, auto-complete, quest progress, and gossip callbacks re-check
enabled(and accept/complete toggles) when they run, so turning the addon off during the delay no longer executes a queued action. -
Auto-complete: the delayed step verifies the complete button is still shown before taking a reward (avoids acting after the quest frame closed).
-
Quest ID:
GetCurrentQuestID()normalizesGetQuestID()(positive numbers only; ignores 0, NaN, and string edge cases) for blacklist and repeatable checks.
Changed
-
Slash
/iqa blacklist add/remove: parses the quest ID once per command (same behavior asimportanddelay). -
Settings delay slider: clamps values to 0–1000 ms when dragged (matches load sanitization and
/iqa delay). -
API guards:
GetNumQuestChoicesandIsQuestCompletableare called only when the API exists.