-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
- Ensure
_retail_/Interface/AddOns/WarbandPro/folder containsWarbandPro.toc(9 files). Retail Midnight 12.1 Interface 120100. - If you renamed folder, SavedVariables
WarbandProDBbreaks orphan — keep folderWarbandPro, Toc Title wins display.
- Type
/reload(full restart needed if .toc changed) -
/warband statusdebug
Expected. Addon blocks during InCombatLockdown() to avoid taint — shows red bar "cannot export in combat" queueing reopen after PLAYER_REGEN_ENABLED. Fail closed.
- Log alt to capture — addon snapshots silently only on events throttle .5s. Open bags/bank/vault first time.
Anub? Actually project 1660174 moderation pending ~ few hours after first upload. GitHub Release v1.0.1 already there Success!.
Bloat. Blizzard's stated place is AddonCompartment now (top-right minimap). Saves compat. Click there or /warband or keybind optional.
Currency one row per account, tabs shared — need to open account bank frame on any alt to snap. Seen across alts.
Unknown vs empty: before fix, empty said "0 free" reads full. Now prints "not opened" if never opened. Open bank once.
- You copied Camp DNA share
wb0!— use Share tab import - Else re-copy:
/warband→ ensure auto-highlighted → Ctrl-C (not drag)
20 chars or >1MB decoded → try
/warband copy currentsingle-char for streaming/testing.
Trust. No network calls — verify .toc check code. Copy-only, you decide paste to your own account.
- App vs addon time mismatch — addon uses unix seconds WoW
time()/GetServerTime(), web converts. If your PC clock skewed off UTC, stamps drift. Check system clock.
Yes intentional. Shared account-wide — seeing 1h ago by Vocnar still valid when exporting from Voctara who didn't open bank.
4-7KB is slim = no per-item lists? Actually v1 full single 8.6KB, 6 26KB. 4-7KB figure circulating is pre-full-items estimate with no per-item — don't trust old README old docs. Measured table in CONTRACT.md.
No OnUpdate scanner, only BAG_UPDATE throttled .5s, BANKFRAME_OPENED etc. SavedVariables <200KB 6 chars. Memory <2MB.
Requires HTTPS user gesture. Click Import button (must be within click), not Enter auto. Firefox/Safari stricter → fallback textarea Ctrl+V.
Maintained alongside Warband.pro App and Addon. Syncs on push. Companion for Warband.pro. MIT. Draft version 0 until CurseForge live.
Start
Integration
Internals