Skip to content
Vocino edited this page Aug 20, 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 char. no bags, bank, warbank, 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.

install -> log chars -> /warband -> ctrl+c -> warband.pro top-right import -> done

install

curseforge -> search "warband.pro companion" (id 1660174)

pre-release: actions -> ci -> latest artifact zip -> unzip to _retail_/Interface/AddOns/

use

  • /warband opens panel, auto-selected
  • ctrl+c copies wb1!... (4-7kb for 6 chars)
  • warband.pro: hotkey i or click [ sync / import ] -> preview -> confirm

single-char: /warband copy current debug: /warband status, dump, 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.

skipped v1: equipment (api has it), mounts/pet/toy full list, full recipe list, guild bank.

why multi by default

you play normally. addon snapshots on bag/bank/currency/vault events, throttled .5s. no extra step. saturday you paste once, get 0-6 current. missing chars stay stale, not deleted.

files

9 lua files. WarbandPro.toc, Init.lua, Store.lua, Scan.lua, Instances.lua, Bundle.lua, Export.lua, UI.lua, Vendor/LibDeflate.lua

more

Warband.pro Companion

Home

Start

Integration

Internals

Clone this wiki locally