Skip to content

whytee92/QuestLoot

Repository files navigation

QuestLoot

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.

Features

  • 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 enUS and deDE localization.

Installation

CurseForge: search for QuestLoot (recommended — auto-updates).

Manual:

  1. Download the latest release.
  2. Extract the QuestLoot folder into World of Warcraft/_classic_era_/Interface/AddOns/.
  3. Restart the game (or /reload if it was already running).

Usage

Open with the minimap button or type /qb (also /quests).

Project layout

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

Building the data files

The data/*.lua files are generated by the Python build tool:

python -m questrewardbuilder.build --src <classic-db> --out QuestLoot/data

Running the tests

lua QuestLoot/tests/run.lua

Contributing

Bug reports, missing reward data and translations are welcome — open an issue or a pull request.

License

Released under the MIT License.

About

In-game browser for WoW Classic Era quest rewards — filter gear by slot, level, class & quality, with quest giver locations and Wowhead links.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors