Description
Coming Soon: Extended Loot Entries (current entries still seem to be missing quite a bit that wowhead has, so I will be finding a way to pack "a database similar to wowheads" in one single addon. Give me a week or two to have that out! For now, most drops above .1% are known.
LootDBLua is a data library addon that provides a complete Lua-accessible loot database.
It contains structured drop data for every lootable object in the game (in TBC), including:
- NPC drops
- GameObject loot (chests, containers, etc.)
- Item sources*
- Drop chances**
LootDBLua is designed as a backend dependency for other addons. It does not add UI elements or gameplay features on its own. Instead, it exposes a clean, queryable Lua table structure that developers can use to access accurate drop rates and source information in-game. It is built to be extremely lightweight and efficient, ensuring minimal memory usage and virtually no runtime performance impact.
*some creature names and sources are broken/non-existent. Patch incoming to fix this but creature id is shown in these situations for now. ty for understanding :)
**drop chances are for original 2.4.3 TBC, so any changes to loot tables in TBC Classic Anniv will not reflect.


