promotional bannermobile promotional banner

WoWDb: Warbands

Exports the Warbands WoW DB2 tables as a data library (7 tables).

Exports the Warbands WoW DB2 tables as a data library (7 tables).

WoW DB2 data tables for the Warbands domain. It contains no UI — it only loads this category's table data for the current client build and locale. Use it on its own, or together with the WoWDb core addon for added convenience.

Tables in this addon

WarbandPlacementDisplayInfo, WarbandScene, WarbandSceneAnimChrSpec, WarbandSceneAnimation, WarbandScenePlacement, WarbandScenePlacementOption, WarbandSceneSourceInfo

Each table self-registers under its own name, so you query it by table name exactly as you would expect — the category is just how the data is packaged and shipped.

Usage

Standalone (works by default)

Every WoWDb data addon is self-contained and exposes a built-in accessor — no core addon required. Read any table it ships directly:

local payload = WoWDb:GetTable("WarbandPlacementDisplayInfo")
-- payload = { columns = {...}, rows = {...}, build = "...", locale = "..." }
local rows = WoWDb:GetRows("WarbandPlacementDisplayInfo")

Via the WoWDb core addon (optional convenience)

Install the WoWDb core addon to get a richer lookup API (:Get, :Rows, :GetByID, :GetColumns, :ListTables, …) shared across every WoWDb table, plus category discovery (:ListCategories, :GetTablesInCategory, :GetCategoryForTable) and easy installation of the whole data set. The same call still works:

local row, columns = WoWDb:GetByID("WarbandPlacementDisplayInfo", 1)
local tables = WoWDb:GetTablesInCategory("Warband")

The WoWDb: Warbands Team

profile avatar
Owner
  • 51
    Projects
  • 12.5K
    Downloads

More from WoWDbView all

  • WoWDb project image

    WoWDb

    • 207
    • Addons

    Convenience core for the WoWDb data set: a shared registry and lookup API over WoW DB2 tables (exported per client build & locale).

    • 207
    • June 19, 2026
    • Addons
    • +1
  • TomeKeeper project image

    TomeKeeper

    • 1.0K
    • Addons

    Offline item & set codex powered by the WoWDb data set — search any item or armor/weapon set without ever having seen it.

    • 1.0K
    • June 19, 2026
    • Addons
    • +1
  • WoWDb: ItemSubClass project image

    WoWDb: ItemSubClass

    • 932
    • Addons

    Exports the ItemSubClass WoW DB2 table as a data library.

    • 932
    • June 19, 2026
    • Addons
    • +1
  • WoWDb: ItemSparse project image

    WoWDb: ItemSparse

    • 935
    • Addons

    Exports the ItemSparse WoW DB2 table as a data library.

    • 935
    • June 19, 2026
    • Addons
    • +1
  • WoWDb project image

    WoWDb

    • 207
    • Addons

    Convenience core for the WoWDb data set: a shared registry and lookup API over WoW DB2 tables (exported per client build & locale).

    • 207
    • June 19, 2026
    • Addons
    • +1
  • TomeKeeper project image

    TomeKeeper

    • 1.0K
    • Addons

    Offline item & set codex powered by the WoWDb data set — search any item or armor/weapon set without ever having seen it.

    • 1.0K
    • June 19, 2026
    • Addons
    • +1
  • WoWDb: ItemSubClass project image

    WoWDb: ItemSubClass

    • 932
    • Addons

    Exports the ItemSubClass WoW DB2 table as a data library.

    • 932
    • June 19, 2026
    • Addons
    • +1
  • WoWDb: ItemSparse project image

    WoWDb: ItemSparse

    • 935
    • Addons

    Exports the ItemSparse WoW DB2 table as a data library.

    • 935
    • June 19, 2026
    • Addons
    • +1