File Details
InstantQuestAuto_11-04-26.zip
- R
- Apr 11, 2026
- 14.59 KB
- 913
- 12.0.5+4
- Classic + 3
File Name
InstantQuestAuto_11-04-26.zip
Supported Versions
- 12.0.5
- 12.0.1
- 5.5.3
- 2.5.5
- 1.15.8
[1.13] - 2026-04-11
Added
- `showLoadMessage` (default on): skip the green “loaded” line in chat when off; checkbox in settings, `/iqa loadmsg` toggle, and `/iqa status` line.
- `/iqa help` and `/iqa ?`: same command list as an unknown slash (explicit help).
- Help text for the `/instantquestauto` alias (same handler as `/iqa`).
- Blacklist `export` / `import`: `/iqa blacklist export` prints a comma-separated list for copying; `/iqa blacklist import <ids>` replaces the blacklist (comma-separated numbers). Shared parsing with the options field via `addon.FormatBlacklistCommaSeparated` / `addon.ApplyBlacklistFromCommaText`.
- Apply button next to the blacklist field in settings (same apply rules as Enter / focus loss).
Changed
- Delayed actions run inside `pcall`; failures log to debug instead of stalling the delay queue.
- Multi-reward completion path uses a guarded `GetQuestID` call.
- Options checkboxes store explicit booleans (`not not GetChecked()`) for consistent saved variables and messaging.
- Default delay comment aligned with the 0–1000 ms slider and slash command.

