File Details
Beo_Broker_Durability_1.3.0.zip
- R
- May 14, 2026
- 15.47 KB
- 44
- 12.0.7+4
- Classic + 3
File Name
Beo_Broker_Durability_1.3.0.zip
Supported Versions
- 12.0.7
- 12.0.5
- 5.5.4
- 2.5.5
- 1.15.8
Changelog — Beo_Broker_Durability
v1.3.0
- Added full cross-client compatibility for WoW Classic (Vanilla, Burning Crusade, and Mists of Pandaria).
- Implemented API polyfills to ensure error-free loading and automatic item selling on older game engines.
- Added client-specific TOC files for seamless multi-version support.
v1.2.1
- Bumped Interface version to 120005 for WoW Patch 12.0.5 compatibility.
v1.2.0
- Changed durability check from overall average to worst individual slot
- Excluded non-durability slots from checks: Neck, Shirt, Finger ×2, Trinket ×2, Tabard
- Tooltip now shows per-slot durability for all equipped items, with the worst slot highlighted in orange
- Warning message now includes the slot name (e.g. "Main Hand durability is at 18%!")
- Reworked event triggers: primary check now fires on
PLAYER_REGEN_ENABLED(combat end) where durability changes most - Periodic ticker reduced from 5 seconds to 30 seconds (display refresh only, no warning spam)
v1.1.1
- Fixed settings panel not retaining values after reload
- Rebuilt settings panel using Canvas layout (replaces RegisterProxySetting)
- All settings (Auto Repair, Sell Gray, Warning toggle, Threshold) now save and restore correctly
v1.1
- Added durability warning notification (chat + screen alert, configurable threshold)
- Added Settings panel under Game Menu → Settings → AddOns
- Added right-click broker icon to open settings panel
- Added
/dur warn,/dur warn <value>,/dur settingscommands - Fixed SavedVariables migration for users upgrading from v1.0
v1.0
- Initial release
- Equipment durability display with color coding
- Auto-repair at merchants
- Gray item auto-selling
- LibDataBroker-1.1 support
- WoW 12.0 compatibility