Description
# Forever Auto Quest
A lightweight quest helper for **World of Warcraft: Forever**. Talk to an NPC and the addon accepts available quests, completes them when you are done, and turns them in. Built for Forever's retail-style UI (interface **16001**).
This does not replace Forever's built-in quest tracker or map pins. It only speeds up the click-through at quest givers so you spend less time in gossip windows while leveling.
## Features
- Auto-accept quests from gossip, greeting, and quest-detail windows
- Auto-complete and auto-turn-in when the quest is finished
- Auto-confirm escort / follow quests
- Skips multiple-reward turn-ins so you still pick the item (optional auto-pick)
- Toggles for trivial quests and repeatable / daily quests
- **Hold Shift** while talking to an NPC to handle everything manually
- No libraries, no extra folders, one Lua file
## Install
1. Extract the `ForeverAutoQuest` folder into `World of Warcraft/_classic_beta_/Interface/AddOns/`
2. Restart the client or type `/reload`
3. Enable **Forever Auto Quest** on the character-select AddOns list
## Commands
Type `/autoquest` or `/aq` in chat.
- `/autoquest` — Show status and help
- `/autoquest accept on` or `off` — Auto-accept quests
- `/autoquest turnin on` or `off` — Auto-turn-in quests
- `/autoquest trivial on` or `off` — Include grey/trivial quests
- `/autoquest repeatable on` or `off` — Include repeatable / daily quests
- `/autoquest escorts on` or `off` — Auto-confirm escort quests
- `/autoquest rewards on` or `off` — Auto-pick the first item when there are multiple rewards (off by default)
You can also click the addon in the minimap addon compartment.
## Defaults
- Accept: on
- Turn-in: on
- Trivial: on
- Repeatable: on
- Escorts: on
- Auto-pick rewards: **off**
## Notes
- Made for WoW Forever Beta (Camelot / wow_classic_beta), interface 16001
- Uses out-of-combat quest and gossip APIs only. It is not a combat rotation or automation bot
- If Forever's gossip API changes in a later beta build, type `/reload` after updating
## Slash aliases
`/autoquest` `/aq` `/foreverquest`



