promotional bannermobile promotional banner

Storekeeper - WoW POS

Merchant Point of Sale

File Details

V1.2.0.zip

  • R
  • Apr 18, 2026
  • 221.94 KB
  • 14
  • 12.0.5
  • Retail

File Name

V1.2.0.zip

Supported Versions

  • 12.0.5

v1.2.0

Current release

UI

  • Removed the Goblin/Gnomish theme switcher entirely, the toggle button, slash commands (/sk goblin, /sk gnomish), and the Appearance section in the Settings tab have all been removed
  • The theme toggle button is replaced by a cogwheel (⚙) button that opens the Manager Settings tab directly
  • Settings button removed from the title bar, the cogwheel now covers this role
  • Minimap icon changed to a merchant bag (INV_Misc_Bag_07) consistent regardless of theme
  • Product grid padding fixed so items no longer touch the left panel border
  • Bottom bar uses the same dark navy texture as the main frame for visual consistency

TRP3 Tooltip Integration

  • Storekeeper v1.2.0 now appears on the right side of the TRP3 character tooltip

Network / Sync

  • Added sequence numbers (productSeq, orderSeq) to every shop, bumped on every data mutation and included in the wire protocol
  • Passive login sync: on PLAYER_ENTERING_WORLD, staff automatically ping the shop owner with their current sequence numbers; owner responds with only changed data or a lightweight SYNC_PONG if already current
  • Retry queue: failed whisper sends are retried with 2s/5s/10s backoff, maximum 3 attempts
  • Presence awareness: IsKnownOffline() checks the friends list before attempting whispers to known-offline players
  • New network commands: SYNC_PING, SYNC_PONG