promotional bannermobile promotional banner

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_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 Retail
    • C_TaskQuest.IsActive() for world quests
    • QuestUtils_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 using C_Timer.After()
  • Implemented isDelaying flag 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 status output

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