-
Notifications
You must be signed in to change notification settings - Fork 0
Warband Integration
Blizzard Profile API: 14 fields. Warbandeer OpenAPI confirms 0 paths for vault, currency, gold, lockout, mail, bank, bag. Addon is the only source.
Goal: Warband.pro answers "who to play tonight" with location of gear, gold and consumables, usable lockouts, and cap warnings.
Not once a month. Four to ten times per night, ambient.
- Log out -> glance at second monitor ->
$ sync-> API 1 minute fresh - Loot Spark / open Vault 3/8 to 4/8 / Warband bank 200 Crests / AH mail 20 Phials -> addon snaps in 0.5s, no extra step
- Tap to export/import -> game on primary monitor, web on second, press
ior click Import. If clipboard holdswb1!from 10 seconds ago (you just did/warbandCtrl+C) -> auto-grab vianavigator.clipboard.readText()inside the click -> preview instantly, zeroCtrl+V. Otherwise text area is focused. - Preview -> confirm -> D1 upserts per character. Missing characters stay stale.
- Tonight Plan updates using fresh consumables data.
Saturday push: play Monday to Saturday, paste once before +12, all 6 current.
Top-right MenuBar [ Sync / Import ] on every route. Not tucked in Settings.
Mirrors ghost sync buttons inside blocks. Same data-sync-all handler found by keys.ts so they never disagree.
Bottom line: API 12m · Addon 2h · Warbank 1d (by Vocnar) is the trust signal.
1-4 routes, i import anywhere, ? help. Scripts initialize from astro:page-load because ClientRouter does not re-execute.
- 0 Phials fresh -> hard block "hit auction house before raid"
- 0 Phials 5 days old (yellow) -> grey "per last import 5 days ago, verify" not block
- Vault addon often fresher than API if you just opened Vault on alt that API has not fetched
- Crests near cap -> warning
- Warband bank scattered, 47 Sparks across 3 characters -> consolidate
- 120 Phials in Warbank from Vocnar -> do not block Vocgrim +12, just "consolidate first"
Trust. You paste to your own account. No background network. Streamer mode planned to collapse gold to dots.
- App
.wiki/wiki/topics/addon-import.md -
src/lib/warband-import.tspure decoder -
src/components/Sync.astronotes reload versus in-place -
shell-model.mdsection 10 explains why import was route, then overlay, now rail field
Maintained alongside Warband.pro App and Addon. Syncs on push. Companion for Warband.pro. MIT. Draft version 0 until CurseForge live.
Start
Integration
Internals