Skip to content

Warband Integration

Vocino edited this page Aug 20, 2026 · 4 revisions

warband.pro 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.

real use

not once a month. 4-10x per night, ambient.

  1. log out -> glance second monitor -> $ sync -> api 1m fresh
  2. loot spark / open vault 3/8->4/8 / warbank 200 crests / ah mail 20 phials -> addon snaps .5s, no remember
  3. second monitor tap -> game primary, web second, hit i or click import. if clipboard holds wb1! from 10s ago (you just did /warband ctrl+c) -> auto-grab via navigator.clipboard.readText() inside click -> preview instant, zero ctrl+v. else textarea focused.
  4. preview -> confirm -> d1 upserts per char. missing stays stale.
  5. tonight plan flips using fresh consumables rollup.

saturday push: play mon-sat, paste once before +12, all 6 current.

sink

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.

hotkeys

1-4 routes, i import anywhere, ? help. scripts init from astro:page-load because ClientRouter does not re-exec.

when data matters

  • 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"

why not auto-upload

trust. you paste to your account. no bg network. streamer mode planned collapses gold to dots.

app files that touch this

  • app .wiki/wiki/topics/addon-import.md
  • src/lib/warband-import.ts pure decoder
  • src/components/Sync.astro note on reload vs in-place
  • shell-model.md sect 10 why import was route, then overlay, now rail field

Warband.pro Companion

Home

Start

Integration

Internals

Clone this wiki locally