File Details
HoverCasts-2026022801
- R
- Mar 1, 2026
- 14.61 KB
- 49
- 12.0.1
- Retail
File Name
HoverCasts-2026022801.zip
Supported Versions
- 12.0.1
HoverCasts 1.0.3
Fixed
- Resolved Retail “secret/tainted number” cooldown errors that could cause Lua crashes.
- Reworked cooldown handling to safely use
GetSpellCooldown()with protected comparisons. - Tooltip now gracefully hides cooldown data if values are unsafe instead of throwing errors.
- Fixed hover detection stability issues affecting Party frames.
Improved
- Hardened unit resolution logic for Blizzard Party, Raid, and Focus frames.
- Ensured proper SavedVariables initialization on login.
- Corrected file load order to guarantee Settings are available before filtering logic.
- Improved overall hover reliability and error resilience.
Added
- Frame-type toggles:
- Enable/disable Party, Raid, Focus, Player, Target, Enemy, and World units.
/hc framescommand to display current frame toggle status./hc frame <type> [on|off]command to control individual frame types.
Technical
- Removed unintended UI references from HoverFilter.
- Separated frame filtering from UI logic.
- Retail-safe cooldown calculations wrapped in protected calls.
- Cleaned up internal error handling and defensive checks.