promotional bannermobile promotional banner

WoWDb: ItemSet

Exports the ItemSet WoW DB2 table as a data library.

Exports the ItemSet WoW DB2 table as a data library.

It contains no UI — it only loads the ItemSet table data for the current client build and locale. Use it on its own, or together with the WoWDb core addon for added convenience.

Usage

Standalone (works by default)

Each WoWDb data addon is self-contained and exposes a built-in accessor — no core addon required. Just read the table directly:

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

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 easy installation of the whole data set. The same call still works:

local row, columns = WoWDb:GetByID("ItemSet", 1)

The WoWDb: ItemSet Team

profile avatar
Owner
  • 7
    Projects
  • 42
    Downloads

More from WoWDbView all