promotional bannermobile promotional banner

LootX Enhanced

LootX Enhanced - Better Loot Interface for WoW. LootX Enhanced is an addon that completely replaces World of Warcraft's default loot windows, making them prettier, more convenient, and faster.

File Details

LootX_21-05-26.zip

  • R
  • May 21, 2026
  • 207.39 KB
  • 441
  • 12.0.7+4
  • Classic + 3

File Name

LootX_21-05-26.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 5.5.4
  • 2.5.5
  • 1.15.8
[1.15.7] - 2026-05-21

Added
- Core: Border thickness slider (`skin_border_size`, 0–8 px). 0 keeps each skin’s default; any other value overrides border width for all LootX skinned frames and applies live via Apply Options.

Fixed
- Skins (ElvUI / TukUI style): Default border size reduced from 6 px to 2 px (`size = 4`, `padding = 0`). Solid `White8x8` borders looked much thicker than textured LootX skins and stacked heavily with quality-colored slot borders.

Maintenance
- LootX.lua / LootX.toc: Version 1.15.7; `ADDON_VERSION_FALLBACK` aligned with the TOC.

[1.15.6] - 2026-05-21

Fixed
- Monitor: Loot toast rows now apply the Background Color option (`background_color`) via `SetBackdropColor`. Without this, `BackdropTemplate` frames kept the default white backdrop even though the color picker existed in Monitor → Colors.

Maintenance
- LootX.lua / LootX.toc: Version 1.15.6; `ADDON_VERSION_FALLBACK` aligned with the TOC.

[1.15.5] - 2026-05-21

Fixed
- Group: Removed a duplicate `HideBlizzardRollFrames` local (same logic defined twice in one file; behavior unchanged).
- Monitor: Throttled `OnUpdate` now subtracts the full accumulated interval from `timeToTotal` (session total delay), not a single frame’s `elapsed`, so totals appear on schedule.
- Monitor: `numberize` returns `0` for `nil` or non-numeric input instead of `nil` (avoids empty or broken total labels).
- Monitor: Row tooltips wrap `SetHyperlink` in `pcall` so invalid links do not error on hover.
- Monitor/events.lua: `CANCEL_LOOT_ROLL` decrements the active-roll counter again (was commented out), so group chat pattern matching stops when rolls are cancelled without a win/pass message. LootEvents library version bumped to 1.5.
- helpers: `GetItemInfoCached` treats empty strings like missing links (consistent with `GetItemBindType`).