-
Notifications
You must be signed in to change notification settings - Fork 0
Home
A reusable static-catalog library for World of Warcraft addons. LibCodex bundles a curated, pre-baked snapshot of game data — NPCs, items, spells, quests, zones, flight points, currencies, achievements, pets, mounts, and more — and grows it at runtime by observing what the player actually encounters.
Embed it once in your addon. Get a single, consistent lookup surface for the kind of data that's normally scattered across DBC dumps, Wowhead scrapes, and ad-hoc table dumps.
Most WoW addons that need static data either ship a frozen snapshot (which goes stale) or scrape it at runtime (which is slow and incomplete). LibCodex does both: a bundled seed for instant availability, and a runtime adapter layer that fills gaps as the user plays. Saved data persists across sessions and (eventually) gets crowdsourced back to the published bundle.
- Getting Started — embed it in your addon and make your first call
- GitHub repo
- Issue tracker
- CHANGELOG
LibCodex publishes a TOC for every live WoW flavor:
| Client | Interface |
|---|---|
| Retail (Live + Midnight beta) |
120005, 120007
|
| Mists of Pandaria Classic |
_Mists TOC |
| TBC Anniversary |
_TBC TOC |
| Classic Era (Vanilla) |
_Vanilla TOC |
| PTR |
_XPTR TOC |
MIT. Use it in your projects, fork it, vendor it. See LICENSE.
LibCodex-1.0 © ChronicTinkerer · MIT License · Report an issue