promotional bannermobile promotional banner

Cell

A unique raid frames addon, can provide a better user experience, better than ever.

File Details

r275-beta

  • B
  • Mar 10, 2026
  • 2.15 MB
  • 18.7K
  • 12.0.1+5
  • Classic + 4

File Name

Cell-r275-beta.zip

Supported Versions

  • 12.0.1
  • 5.5.3
  • 4.4.2
  • 3.80.0
  • 2.5.5
  • 1.15.8

r275.5 Added Midnight Raid Debuffs

Raid Debuffs

  • Added initial Midnight expansion raid debuffs for all 12 instances (6 raids, 6 dungeons) and 41 bosses.
  • Boss ability spell IDs sourced from the Encounter Journal via wago.tools DB2 tables.
  • General (trash mob) debuffs still need to be collected in-game and added in a future update.
  • Spells may need further in-game curation to filter out non-debuff abilities.

r275-release — WoW 12.0.0 (Midnight) Compatibility

Comprehensive compatibility update for WoW Patch 12.0.0 (Midnight), addressing the removal of COMBAT_LOG_EVENT_UNFILTERED, the introduction of Secret Values, blocked addon communications during restricted contexts, and spell/API removals. Interface bumped to 120001.

Secret Values (12.0.0+)

  • Add Cell.isMidnight detection flag and F.IsSecretValue(), F.IsAuraRestricted(), F.IsCooldownRestricted() utility functions
  • Add per-aura F.IsAuraNonSecret(), F.IsSpellAuraNonSecret(), F.IsValueNonSecret() helpers — non-secret (whitelisted) auras now get real countdown timers, source detection, and duration display; secret auras gracefully degrade
  • UnitButton: major dual-path refactor — Midnight uses UnitHealPredictionCalculator, C_CurveUtil.CreateCurve(), and StatusBar overlays for health/prediction/shields; pre-Midnight retains arithmetic-based paths
  • Appearance: IncomingHeal widget uses SetStatusBarTexture on Midnight (StatusBar) vs SetTexture pre-Midnight (Texture)
  • Indicator_Defaults: local DebuffTypeColor fallback for when the WoW global is removed
  • Per-field F.IsValueNonSecret() guards before every arithmetic operation on temporal aura fields (expirationTime, duration, applications, and cached old* variants)

CLEU Removal

  • AoEHealing: disabled on Midnight (CLEU unavailable); frame still exists for potential future non-CLEU API
  • StatusIcon: soulstone/resurrection tracking switches to UNIT_AURA + UNIT_HEALTH on Midnight
  • NPCFrame: boss6-8 health/aura tracking switches to unit events on Midnight
  • DeathReport: full refactor — Midnight uses UNIT_HEALTH + UnitIsDeadOrGhost() for death detection
  • UnitButton: removed CombatLogGetCurrentEventInfo dependency and CheckCLEURequired
  • General: removed useCleuHealthUpdater checkbox (CLEU health updater obsolete)
  • Revise: r275 migration removes useCleuHealthUpdater from saved variables

Comm Restrictions

  • Comm: IsCommRestricted() detects encounters/M+/PvP; all SendCommMessage calls guarded; pending queue with flush on ENCOUNTER_END
  • Nicknames: all nickname sync sends guarded with F.IsCommRestricted()

Heal Prediction & Health Bar Fixes

  • Created a dedicated healPredictionCalculator separate from the shared healthCalculator — the heal prediction function's SetIncomingHealClampMode(0) and SetIncomingHealOverflowPercent(1.0) were persisting on the shared calculator and corrupting health/absorb reads
  • Incoming heal bar is now a StatusBar (instead of Texture) anchored to the health fill texture edge
  • Fixed health bar loss color stuck on white/full-health — self.states.healthPercent was never set on the Midnight path; now populated from calculator:GetCurrentHealthPercent() with a secret-safe fallback
  • Dispels now show correctly because HandleDebuff completes to the dispel detection code (string/boolean fields, not temporal arithmetic)

Spell & Default Updates

  • Removed: Engulf, Renew, Power Word: Life, Void Shift, Shadow Covenant, Divine Star, Cloudburst Totem, Minor Cenarion Ward, Premonition of Solace
  • Added: Plea (200829, Disc Priest)
  • Added missing healing spells to default indicator list (Evoker, Monk, Paladin, Priest)
  • Moved: Prayer of Mending from class-wide to Holy spec only
  • Fixed: Shaman Poison dispel node IDs (103609 → 103599)

Defensive Nil Guards & Fixes

  • MainFrame: nil guards for currentLayoutTable and tooltipPoint
  • HideBlizzard: guards for PartyMemberFramePool, CompactPartyFrame, PartyMemberBackground
  • RaidDebuffs: nil guard for encounter journal expansion data
  • TargetedSpells: skip enemy spell tracking during restricted periods
  • BuffTracker: guard GetAuraDataBySpellName when auras are restricted; per-aura sourceUnit check
  • QuickCast: skip only secret auras in ForEachAura
  • Custom indicators: per-aura secret check for duration/start
  • Appearance: ticker nil guard in preview OnHide

Infrastructure

  • All 22 XML files updated from FrameXML/UI_shared.xsdBlizzard_SharedXML/UI.xsd
  • Core: version constants bumped to 275, GetBattlegroundInfo guard added

r274-release

View Full Changelog

  • Update Molten Core debuffs
  • Fix boss unit button mapping