-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
Vocino edited this page Aug 21, 2026
·
5 revisions
/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.
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 Allre-highlights, helper text three lines - Long string >20 KB -> fallback to single-character mode
No StaticPopupDialogs. Custom frame has less taint.
No OnUpdate scanner.
-
BAG_UPDATE0.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.
- 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.
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.
Maintained alongside Warband.pro App and Addon. Syncs on push. Companion for Warband.pro. MIT. Draft version 0 until CurseForge live.
Start
Integration
Internals