File Details
v0.5.5-bcc
- R
- May 17, 2026
- 67.89 KB
- 19
- 2.5.5
- Classic TBC
File Name
coinscry-v0.5.5-bcc.zip
Supported Versions
- 2.5.5
Coinscry
v0.5.5 (2026-05-17)
Full Changelog Previous Releases
- v0.5.5: bag-space precheck before multi-slot purchases
BuyMerchantItem doesn't enqueue a confirmation — it fails silently
per-call with "Internal Bag Error" if there's no room. For
stackSize=1 items, asking for N units issues N calls each needing its
own slot, so the first few succeed and the rest fail mid-purchase.
Added EstimateRequiredBagSlots which accounts for any partial stack of
the same item already in bags (those can absorb the first chunk
without claiming a new slot). BuyRow now pre-checks free bag slots
against the estimate and aborts the whole purchase with a chat message
if it won't fit, rather than letting WoW partially fail.