File Details
V0.3
- R
- Jan 30, 2026
- 188.47 KB
- 22
- 12.0.0
- Retail
File Name
BRezCount.zip
Supported Versions
- 12.0.0
Here is the changelog for today's development of BRezCount in English:
📝 Changelog: BRezCount Update
🚀 New Features
-
Bloodlust Tracker Integration: A second icon has been added to the right of the BRez icon to track Bloodlust / Heroism / Time Warp / Fury of the Aspects.
-
Intelligent Status Display (Lust Icon):
-
Active: Icon glows and shows the remaining duration of the buff.
-
On Cooldown: Shows the remaining time of the Sated/Exhaustion debuff (desaturated).
-
Ready: Icon is colored if a group member has the spell available.
-
N/A Mode: Displays "N/A" if no debuff is active, but no group member with a Lust spell is detected as "ready."
-
-
LibOpenRaid Support: Optional integration with the LibOpenRaid library to accurately read the actual cooldowns of party members.
-
Expanded Slash Commands:
-
Added
/brcas a shortcut for/brezcount. -
/brc showSolo: Toggles permanent visibility (even outside of instances/groups). -
/brc triggerLust: A test command that simulates 40 seconds of Bloodlust to check layout and glow effects.
-
đź”§ Optimizations & Stability
-
API Modernization: Switched from the deprecated
GetSpellChargesAPI to the modernC_Spell.GetSpellCharges(Retail 11.0/12.0 safe). -
UI Robustness:
-
Implemented a custom Glow logic independent of Blizzard Action Bar templates (prevents "inherited node" errors).
-
Improved Edit Mode Integration: Icons now automatically show up when the WoW Layout Editor is opened.
-
Added safety checks for
SetPointto prevent Lua errors during initial installation or empty SavedVariables.
-
-
Visibility Logic: Icons now force-show when the addon is unlocked (
/brc unlock) to make positioning easier.
đź› Bugfixes
-
Fixed: Crash on startup caused by
nilvalues in position data. -
Fixed: Error spam in Solo mode caused by missing API checks outside of Mythic+.
-
Fixed: Error when applying the glow effect if Blizzard-internal templates weren't loaded yet.