File Details
InstantQuestAuto_23-03-26.zip
- R
- Mar 23, 2026
- 8.92 KB
- 1.0K
- 12.0.5+4
- Classic + 3
File Name
InstantQuestAuto_23-03-26.zip
Supported Versions
- 12.0.5
- 12.0.1
- 5.5.3
- 2.5.5
- 1.15.8
## [1.10] - 2025-03-23
### Added
- **Interface / AddOns settings panel** (`Config.lua`): toggles for all main options, delay slider (0–1000 ms), and reset to defaults (Retail `Settings` API when available, otherwise classic Interface Options)
- **Localization** (`Locales.lua`): English (`enUS`) and Ukrainian (`ukUA`); chat messages, load text, and settings labels use `addon.L` / `addon.Lf`
- **`acceptTrivial`** option (default **on**): when off, trivial (gray) **repeatable** quests in **gossip** follow daily/weekly toggles only instead of always auto-accepting
- Slash command **`/iqa trivial`** to toggle `acceptTrivial`; **`/iqa status`** and help text updated accordingly
- Load message uses add-on version from **`C_AddOns.GetAddOnMetadata`** or **`GetAddOnMetadata`**
- Options UI refreshes when settings change via slash commands (if the panel is open)
### Changed
- TOC load order: `Locales.lua` → `InstantQuestAuto.lua` → `Config.lua`
- Gossip available-quest rule: `(not repeatable) OR (trivial AND acceptTrivial)` so non-repeatable quests are unchanged; repeatable trivial behavior matches the new toggle

