File Details
InstantQuestAuto_08-06-26.zip
- R
- Jun 8, 2026
- 16.52 KB
- 804
- 12.0.7+4
- Classic + 3
File Name
InstantQuestAuto_08-06-26.zip
Supported Versions
- 12.0.7
- 12.0.5
- 5.5.4
- 2.5.5
- 1.15.8
[1.18] - 2026-06-08
Fixed
-
Gossip auto-accept: skips available quests with no
questIDinstead of callingSelectAvailableQuestwith a nil ID. -
Blacklist migration: string keys in saved data (e.g.
"123") are converted to numeric IDs on load so blocking still works after manualSavedVariablesedits. -
Action delay: each queued action clamps delay to 0–1000 ms at run time, so a corrupted value cannot pass a negative delay to
C_Timer.After.
Changed
-
SavedVariables sanitization: booleans, delay, and blacklist are normalized through one
SanitizeSavedVariables()pass on load; blacklist cleanup uses a single pass (same rules as before). -
Slash
/iqa blacklist import: parses the import payload once per command.