promotional bannermobile promotional banner

Guild Economy

Trade without the Auction House. Monitor guild and trade channels for WTS/WTB offers with profession integration. Get alerts when players need items you can craft.

File Details

v1.3.3

  • R
  • Jun 24, 2026
  • 63.42 KB
  • 3
  • 1.15.3
  • Classic

File Name

TradeScanner-v1.3.3.zip

Supported Versions

  • 1.15.3

lightweight tag 53ea0e5f717fa77bea178b977419847bd5db1712 v1.3.3
Author:    Wafhien <wafhien@gmail.com>
Date:    Thu Jun 25 00:27:20 2026 +0200

commit 53ea0e5f717fa77bea178b977419847bd5db1712
Author: Wafhien <wafhien@gmail.com>
Date:   Thu Jun 25 00:27:20 2026 +0200

    v1.3.3 — Online users presence in Orders tab

    New "Online" section at the top of the Orders right column listing the
    guildies currently running Guild Economy, with their professions.

    - WHO/IM presence protocol: opening the Orders tab (a click = hardware
      event) broadcasts WHO; addon users reply with IM (professions +
      version). Throttled to one WHO per 5s.
    - Passive detection: every received message marks the sender as seen
      (Guild:MarkSeen), so members who placed/cancelled/accepted orders
      also show as online; cross-guild members appear this way too (their
      IM reply can't cross GreenWall without a hardware event).
    - Guild:GetOnlineUsers returns members seen within the last 90s, self
      first. Each IM refreshes the list live via the existing Guild:Refresh.

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>