promotional bannermobile promotional banner

TooltipInfo

Enhances the standard tooltip with additional information and visuals.

File Details

2.5.0

  • R
  • Feb 19, 2026
  • 133.70 KB
  • 69
  • 12.0.1
  • Retail

File Name

TooltipInfo-2.5.0.zip

Supported Versions

  • 12.0.1

TooltipInfo

2.5.0 (2026-02-19)

Full Changelog Previous Releases

  • fix: rewrite StatusBar to handle secret values and fix taint errors
    Replace Blizzard's GameTooltipStatusBar with a custom health bar to avoid
    taint from secret values in WoW 12.0.0+. Key changes:
    • Hide Blizzard's default StatusBar and create a custom one anchored below tooltip
    • Use SetMinMaxValues/SetValue which accept secret values for bar fill
    • Use SetFormattedText with %s/%0.f to display secret health and percentage
    • Use UnitHealthPercent with CurveConstants.ScaleTo100 for percentage display
    • Use flat class colour for players (gradient impossible with secret arithmetic)
    • Add OnUpdate handler for real-time health updates while tooltip is shown
    • Add UnitIsDeadOrGhost check to hide bar on dead units
    • Add OnTooltipCleared hook to properly clean up on tooltip content change
  • chore(toc): update interface version to 12.0.1
    Bump Interface version from 110105 to 120001 for WoW 12.0.1 compatibility.