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.2

  • R
  • Jun 24, 2026
  • 62.36 KB
  • 4
  • 1.15.3
  • Classic

File Name

TradeScanner-v1.3.2.zip

Supported Versions

  • 1.15.3

lightweight tag ce687f8580d6108d083f4d31a759324395880094 v1.3.2
Author:    Wafhien <wafhien@gmail.com>
Date:    Thu Jun 25 00:02:28 2026 +0200

commit ce687f8580d6108d083f4d31a759324395880094
Author: Wafhien <wafhien@gmail.com>
Date:   Thu Jun 25 00:02:28 2026 +0200

    v1.3.2 — Fix GreenWall cross-guild propagation (hardware-event sends)

    SendChatMessage (used by GreenWall to send on its channel) is a
    protected function on this Classic Era patch: the client refuses to
    run it from addon code outside a hardware-event window, raising
    ADDON_ACTION_BLOCKED. The previous timer-based GreenWall flusher was
    therefore always blocked and orders never propagated.

    Fix: only route craft-order actions (CO/CC/CA), which originate from
    button clicks (hardware events), through GreenWall, sending them
    synchronously in the click stack. Automatic syncs (HI/OF/PR) stay on
    the local guild addon channel — offers are already shared via the
    #freshtrade channel and GreenWall's chat bridge, so no cross-guild
    addon relay is needed for them.

    Removed the queue/ticker that caused the login error spam. Added
    /ts gwdebug to print GreenWall sends/receives for in-game debugging.

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