Auto Sell Grey

Addon for automatic sale of gray items.

File Details

AutoSellGrey_22-05-26.zip

  • R
  • May 22, 2026
  • 19.12 KB
  • 2.5K
  • 12.0.7+5
  • Classic + 3

File Name

AutoSellGrey_22-05-26.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 5.5.4
  • 5.5.3
  • 2.5.5
  • 1.15.8
[3.14] - 2026-05-22

Fixed
- Grey auto-sell on merchant open (3.13 regression) — `MERCHANT_SHOW` can fire before `MerchantFrame` is shown. Stopping the sell queue on `IsMerchantOpen()` at the start of each sell step aborted the whole session immediately with no chat message. The merchant-frame check now runs only in delayed `C_Timer.After` callbacks (after `MERCHANT_CLOSED` still cancels via `isSelling`).
- Grey detection when bag link is missing — `GatherGreyItems()` now uses `containerItem.hyperlink` when `GetContainerItemLink` returns nil, matching the quality/price fallback added in 3.13.