-
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/curr/gold/lockout/mail/bank/bag. addon only source.
goal: warband.pro answers "who to play tonight" where stuff is, who has gold/phials, lockout usable, about to cap.
not once a month. 4-10x per night, ambient.
- log out -> glance second monitor ->
$ sync-> api 1m fresh - loot spark / open vault 3/8->4/8 / warbank 200 crests / ah mail 20 phials -> addon snaps .5s, no remember
- second monitor tap -> game primary, web second, hit
ior click import. if clipboard holdswb1!from 10s ago (you just did /warband ctrl+c) -> auto-grab vianavigator.clipboard.readText()inside click -> preview instant, zero ctrl+v. else textarea focused. - preview -> confirm -> d1 upserts per char. missing stays stale.
- tonight plan flips using fresh consumables rollup.
saturday push: play mon-sat, paste once before +12, all 6 current.
top-right MenuBar [ sync / import ] every route. not tucked in settings.
mirrors ghost sync buttons inside blocks. same data-sync-all handler finds all via keys.ts so they never disagree.
bottom line: api 12m · addon 2h · warbank 1d (by Vocnar) trust signal.
1-4 routes, i import anywhere, ? help. scripts init from astro:page-load because ClientRouter does not re-exec.
- 0 phials fresh -> hard block "hit ah before raid"
- 0 phials 5d old (yellow) -> grey "per last import 5d ago, verify?" not block
- vault addon often fresher than api if you just opened vault on alt api hasn't fetched
- crests near cap -> warn
- warbank scattered 47 sparks across 3 chars -> consolidate
- 120 phials in warbank from vocnar -> dont block vocgrim +12, just "consolidate first"
trust. you paste to your account. no bg network. streamer mode planned collapses gold to dots.
- app
.wiki/wiki/topics/addon-import.md -
src/lib/warband-import.tspure decoder -
src/components/Sync.astronote on reload vs in-place -
shell-model.mdsect 10 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