File Details
AutoSellGrey_11-04-26.zip
- R
- Apr 11, 2026
- 14.88 KB
- 2.8K
- 12.0.5+4
- Classic + 3
File Name
AutoSellGrey_11-04-26.zip
Supported Versions
- 12.0.5
- 12.0.1
- 5.5.3
- 2.5.5
- 1.15.8
[3.7] - 2026-04-11
Added
- `/asg status` — Prints the current auto-sell, per-visit limit (and max items), minimap button, post-sell summary, and silent mode settings to chat, localized like other slash help lines.
Improved
- Chat output helpers — Centralized `PrintChat` / `PrintChatUnlessSilent` so “silent mode” consistently suppresses informational vendor messages (`NO_ITEMS`, `SELL_LIMIT_REACHED`) without affecting intentional feedback (settings toggles, slash commands, sell summary when enabled).
- Localized default language label — The language dropdown’s “follow game client” option now uses `L.DEFAULT_LANGUAGE_OPTION` in every supported locale instead of a hardcoded English string.
- Sell limit constants — `DEFAULT_MAX_ITEMS_PER_SESSION` (12) and `MAX_ITEMS_PER_SESSION_CAP` (48) replace magic numbers in defaults and clamping logic.
- Safer merchant entry — `OnMerchantShow` and `ProcessSellQueue` bail out if `AutoSellGreySettings` is unexpectedly missing.
- Minimap drag — While dragging the minimap button, position updates only when the cursor is over the minimap or the button, reducing accidental jumps when the pointer leaves the minimap.
Changed
- `AutoSellGrey.toc` — Version set to 3.7; optional ` IconTexture` and ` Notes-ukUA` for the addon list.