Instant Quest Auto

Instant Quest Auto is a World of Warcraft addon that automates the quest acceptance and completion process. The addon automatically accepts quests without reward choices or those marked as repeatable (Daily/Weekly), and automatically completes them.

File Details

InstantQuestAuto_25-04-26.zip

  • R
  • Apr 25, 2026
  • 14.59 KB
  • 928
  • 12.0.5+5
  • Classic + 3

File Name

InstantQuestAuto_25-04-26.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 5.5.4
  • 5.5.3
  • 2.5.5
  • 1.15.8
[1.14] - 2026-04-24

Added
- SavedVariables guard: on load, `delay` is validated (must be a number) and clamped to 0–1000 ms if the value was corrupted or edited out of range.

Changed
- Version metadata is read once and cached for `/iqa status` and the load line (same string as before).
- Slash handler: delay and blacklist subcommands parse `msg` once per pattern instead of calling `string.match` twice for the same input.
- `IsQuestBlacklisted`: stricter `questID` type check and a simpler truthy return (`not not`).
- Options panel: `RefreshPanel()` runs right after the panel is built so the delay slider and blacklist field match `InstantQuestAutoDB` before the first OnShow.