In-game browser for World of Warcraft Classic Era quest rewards — stop alt-tabbing to Wowhead.
QuestLoot lets you browse every quest reward right inside the game, filtered exactly the way you think about gear: by slot, level, class and quality — or browse quests by level range and check their rewards before you commit.
- Browse by gear — filter rewards by slot, level range, class, armor/weapon type and quality. See at a glance which quests give the upgrade you want.
- Browse by quest — list quests in a level range and inspect their rewards.
- Detail panel — quest giver name with map coordinates, the zone, prerequisite quest chain, and faction.
- One-click Wowhead links — click any quest, item or giver to copy its Wowhead URL.
- Favorites — star the items you're chasing and keep them in their own tab.
- Minimap button — click to open/close, drag to reposition.
- English & German — full
enUSanddeDElocalization.
CurseForge: search for QuestLoot (recommended — auto-updates).
Manual:
- Download the latest release.
- Extract the
QuestLootfolder intoWorld of Warcraft/_classic_era_/Interface/AddOns/. - Restart the game (or
/reloadif it was already running).
Open with the minimap button or type /qb (also /quests).
QuestLoot/ # the addon (this folder ships to players)
QuestLoot.toc
src/ # Lua source
data/ # generated reward/quest/zone data
tests/ # headless Lua test suite
build-tool/ # Python tool that generates data/*.lua from a Classic DB
The data/*.lua files are generated by the Python build tool:
python -m questrewardbuilder.build --src <classic-db> --out QuestLoot/datalua QuestLoot/tests/run.luaBug reports, missing reward data and translations are welcome — open an issue or a pull request.
Released under the MIT License.