promotional bannermobile promotional banner

Coinscry

Companion addon for TradeSkillMaster that adds proper item filters to the Vendoring Buy UI (TBC Anniversary).

File Details

v0.5.2-bcc

  • R
  • May 13, 2026
  • 65.36 KB
  • 6
  • 2.5.5
  • Classic TBC

File Name

coinscry-v0.5.2-bcc.zip

Supported Versions

  • 2.5.5

Coinscry

v0.5.2 (2026-05-13)

Full Changelog Previous Releases

  • Merge v0.5.2-buy-qty-fix
  • Fix: right-click qty > stackSize triggered "Internal Bag Error"
    BuyMerchantItem caps at one natural stack per call. Asking for qty > the
    item's stack size — e.g. 35 meat at a vendor where meat stacks to 20 —
    made the game refuse the entire purchase with "Internal Bag Error" before
    allocating any bag slot, so the user got nothing despite having plenty
    of free slots.
    BuyRow now chunks into stackSize-sized BuyMerchantItem calls. For meat
    stackSize=20 + qty=35 that's two calls (20, then 15). Shift-click is
    unaffected (it was already passing exactly one stack).