File Details
InstantQuestAuto_31-01-26.zip
- R
- Jan 31, 2026
- 3.42 KB
- 2.8K
- 12.0.1+4
- Retail + 3
File Name
InstantQuestAuto_31-01-26.zip
Supported Versions
- 12.0.1
- 12.0.0
- 5.5.3
- 2.5.5
- 1.15.8
Bug Fixes
Fixed IsQuestRepeatable() Function
- Replaced broken
C_QuestLog.GetQuestInfo()implementation - Added proper API calls:
C_QuestLog.IsQuestReplayable()for RetailC_TaskQuest.IsActive()for world questsQuestUtils_IsQuestWorldQuest()as fallback
New Features
Delay System Implementation
- Added configurable delay between automatic actions (default: 150ms)
- Prevents lag-related issues and conflicts with UI animations
- Added
DelayedAction()function usingC_Timer.After() - Implemented
isDelayingflag to prevent double-triggering - All auto-accept and auto-complete actions now use delays
New Commands
/iqa delay <number>- Set delay between 0-1000 ms- Delay value displayed in
/iqa statusoutput
Localization
- Translated entire addon interface from Ukrainian to English
- Updated all:
- Code comments
- User messages
- Slash command responses
- Debug output
- Help text
Technical Improvements
- Better error handling with delay system
- More stable quest automation, especially during high latency
- Improved compatibility with server response times

