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 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 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.

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 0.5s. No extra step. Saturday you paste once, get 0-6 current. Missing characters stay stale, not deleted.

Files

Nine 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