-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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
curseforge -> search "warband.pro companion" (id 1660174)
pre-release: actions -> ci -> latest artifact zip -> unzip to _retail_/Interface/AddOns/
-
/warbandopens panel, auto-selected -
ctrl+ccopieswb1!...(4-7kb for 6 chars) - warband.pro: hotkey
ior click[ sync / import ]-> preview -> confirm
single-char: /warband copy current
debug: /warband status, dump, clear <name>
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.
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.
9 lua files. WarbandPro.toc, Init.lua, Store.lua, Scan.lua, Instances.lua, Bundle.lua, Export.lua, UI.lua, Vendor/LibDeflate.lua
- install details -> Installation
- in-game ui -> Usage
- second monitor flow -> Warband-Integration
- site import -> Import
- wire spec -> Contract
- staleness -> Staleness
- faq -> Troubleshooting
Maintained alongside Warband.pro App and Addon. Syncs on push. Companion for Warband.pro. MIT. Draft version 0 until CurseForge live.
Start
Integration
Internals