Skip to content
Vocino edited this page Aug 21, 2026 · 9 revisions

Warband.pro Companion

Addon for warband.pro. Answers "who do I play tonight" with real data.

Problem: Blizzard API gives 14 fields per character. No bags, bank, Warband bank, gold, currencies, vault, lockouts. This addon reads them in-game, exports one string, Warband.pro imports it.

Retail Midnight 12.1 only. No network calls. Lightweight.

Download

Install -> Log characters -> /warband -> Ctrl+C -> Warband.pro Import -> Done

Install

GitHub Releases -> WarbandPro-v1.x.x.zip -> unzip to _retail_/Interface/AddOns/

Store links above are the goal, not the current state. Use Releases until CurseForge moderation clears.

Use

  • /warband opens panel, auto-selected
  • Ctrl+C copies wb1!... (4-7 KB slim, 26 KB full for 6 characters)
  • Warband.pro: hotkey i or click [ Sync / Import ] -> preview -> confirm

Single-character: /warband copy current Debug: /warband status, /warband clear <name>

What It Captures

Bags, bank bags, reagent bank, Warband bank, gold, currencies with caps, professions, mail count, auctions count, lockouts per boss, keystone, vault rows, consumables cache, gear (equipped + bag/bank item strings), talent loadout per spec.

Skipped: mounts, pets, toys full list, full recipe list, guild bank, best-in-bags ranking (site-side, not built).

Why Multi By Default

You play normally. Addon snapshots on bag, bank, currency, vault events, throttled 0.5 seconds. No extra step. Saturday you paste once, get 6 current. Missing characters stay stale, not deleted.

How The Site Uses It

Import decodes in browser, confirms to D1, then reads back as facts:

  • Vault progress behind weekly reset gate, key in bag, phial count on raid line in Tonight Plan
  • Gold, free bag and bank slots as sortable columns on /characters
  • Warband gold total and bank credit line in camp inspector
  • Account-wide currencies near cap warnings
  • Item search: "where is my stuff" resolves name to ids against Blizzard Game Data, then matches locally. Numeric query works when Game Data is down.

Every value keeps its own section freshness. Fresh under 6 hours, aging under 3 days, stale beyond, never when section never seen.

Files

Ten Lua files: WarbandPro.toc, Init.lua, Store.lua, Scan.lua, Instances.lua, Gear.lua, Bundle.lua, Export.lua, UI.lua, Vendor/LibDeflate.lua

More

Warband.pro Companion

Home

Start

Integration

Internals

Clone this wiki locally