promotional bannermobile promotional banner

Cell - Unit Frames - Pandaria - Classic Era - TBC - Retail

Cell_UnitFrames adds custom unit frames, resource indicators, icons, buffs, debuffs, and flexible UI options for WoW Classic. Works with Cell, supports profiles and localization.

File Details

Cell_UnitFrame_15-06-26.zip

  • R
  • Jun 15, 2026
  • 294.05 KB
  • 545
  • 12.0.7+1
  • Retail

File Name

Cell_UnitFrame_15-06-26.zip

Supported Versions

  • 12.0.7
  • 12.0.5

v1.5.4 — 2026-06-15

  • Bumped ## Version to v1.5.4 and internal CUF.version to 42.

  • Midnight — SmoothStatusBar (Widgets/Bars/HealthBar.lua, PowerBar.lua): never use SetSmoothedValue / SetMinMaxSmoothedValue on Midnight — mixin caches min/max and per-frame Clamp() errors on secret values (BrianKindly report). Always call saved native SetValue / SetMinMaxValues; ResetSmoothedValue on bar create.

  • !Cell: Patches/LibGroupInfo.lua — skip LibGroupInfo cache updates when arena* unit or GUID is secret (Cell arena error; likely unrelated to CUF but same Midnight class).

v1.5.3 — 2026-06-15

  • Bumped ## Version to v1.5.3 and internal CUF.version to 41.

  • Midnight percentages (Util/Utils.lua, Widgets/Texts/HealthText.lua, PowerText.lua, CustomFormats.lua): health % dropdown, [perhp] / [perpp] tags, and power text now use Blizzard secret-safe APIs — UnitGetDetailedHealPrediction + EvaluateCurrentHealthPercent (curves) and UnitPowerPercent — instead of showing abbreviated cur / max (e.g. 529k / 529k) when values are secret.

  • Names (Widgets/Texts/NameText.lua, UnitFrames/OnLoad.lua): targeted enemy NPCs in instances no longer fall through to Unknown when UnitName is secret — keep the secret name for display and cache readable NPC names on unit change; healthCalculator created per CUF button on Midnight.