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

Usage

Copy

/warband                # panel + freshness line
/warband copy           # bundle wb1! multi-character default
/warband copy current   # one character
/warband status         # counts, bundle size, per-section ages, failures
/warband clear <name>
/warband optimize        # prune characters not seen 90d
/warband gear on|off     # export gear or not — captured data kept either way

Flow: /warband -> auto-focused and highlighted -> Ctrl+C. Esc closes.

UI

Trigger: Compartment click, /warband, optional keybind.

Frame: WarbandProExportFrame 520x460, draggable, Esc closes.

  • Header: 6 characters · freshest 12m · Warband bank 1h (by Vocnar) so you know freshness before copying
  • Middle: ScrollFrame + EditBox
    • SetMultiLine(true), SetMaxLetters(0), mono font, auto-focus
    • HighlightText() on show
  • Bottom: Select All re-highlights, helper text three lines
  • Long string >20 KB -> fallback to single-character mode

No StaticPopupDialogs. Custom frame has less taint.

Snapshotting

No OnUpdate scanner.

  • BAG_UPDATE 0.5s throttle -> bags + bag/bank gear
  • BANKFRAME_OPENED -> bank + bags + bank/warbank gear
  • ACCOUNT_BANK_TAB_* -> Warband bank tabs (shared)
  • CURRENCY_DISPLAY_UPDATE -> currencies
  • PLAYER_MONEY, MAIL_INBOX_UPDATE, AUCTION_HOUSE_SHOW
  • INSTANCE_LOCK_UPDATE, vault events, CHALLENGE_MODE_COMPLETED
  • PLAYER_EQUIPMENT_CHANGED, PLAYER_AVG_ITEM_LEVEL_UPDATE -> equipped gear
  • TRAIT_CONFIG_UPDATED, ACTIVE_COMBAT_CONFIG_CHANGED, PLAYER_SPECIALIZATION_CHANGED -> talents

Stored account-wide WarbandProDB guid-keyed. Under 200 KB for 6 characters. Under 2 MB memory.

Safety

  • Combat: blocks, red bar "cannot export in combat", queues reopen after PLAYER_REGEN_ENABLED
  • No network calls. Ever. Check TOC (9 files).
  • Copy-only. You paste to your own account.

Copy Difficulty

WoW chat EditBox truncates, linkifies, and loses selection. This panel is one shortcut versus chat friction. Web side needs zero paste if clipboard permission succeeds.

Warband.pro Companion

Home

Start

Integration

Internals

Clone this wiki locally