promotional bannermobile promotional banner

HekiLight

Displays Blizzard's Rotation Assistant suggestions as a movable — the Hekili experience for Midnight 12.0+.

File Details

v0.6.4

  • R
  • Apr 23, 2026
  • 33.75 KB
  • 7.9K
  • 12.0.5
  • Retail

File Name

HekiLight-v0.6.4.zip

Supported Versions

  • 12.0.5

HekiLight

v0.6.4 (2026-04-23)

Full Changelog

  • Merge pull request #16 from meruuke/docs/close-epic-9-v0.6.4
    docs: close story 9.3 and EPIC-9 — all AC confirmed in-game (v0.6.4)
  • docs: close story 9.3 and EPIC-9 — all AC confirmed in-game (v0.6.4)
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • Merge pull request #15 from meruuke/fix/epic-9-story-9-3
    fix(EPIC-9): proc slot — GCD false-block & out-of-combat leak (v0.6.4)
  • fix(EPIC-9): proc slot — fix GCD false-block & out-of-combat leak (v0.6.4)
    Story 9.3: Two bugs in UpdateProcAlert fixed.
    Fix 1 — Replace IsSpellAvailable with not IsSpellOnCooldown in the
    candidate gate. IsSpellOnCooldown only tracks spells with base CD >
    1500ms; GCD-only proc spells (e.g. Warlock Nightfall) were never in
    recentlyCastSpells and always pass. Fixes proc not showing in combat.
    Fix 2 — Gate both GLOW_SHOW and GLOW_HIDE event handler calls to
    UpdateProcAlert with (inCombat or showMode == "always"). Outside combat
    with showMode active, event-driven calls are now no-ops. Fixes proc
    leaking outside combat when currentSuggestionID was nil.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com