HekiLight

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

File Details

v0.6.3

  • R
  • Apr 23, 2026
  • 33.72 KB
  • 119
  • 12.0.5
  • Retail

File Name

HekiLight-v0.6.3.zip

Supported Versions

  • 12.0.5

HekiLight

v0.6.3 (2026-04-23)

Full Changelog

  • Merge pull request #14 from meruuke/docs/close-epic-9
    docs: close EPIC-9 — all AC confirmed in-game (v0.6.3)
  • docs: close EPIC-9 — all AC confirmed in-game (v0.6.3)
    Stories 9.1 and 9.2 verified by player on Marksman Hunter.
    Ghost unknown-spell proc gone; proc no longer shows while on cooldown.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • Merge pull request #13 from meruuke/fix/epic-9-proc-slot-reliability
    fix(EPIC-9): proc slot reliability — keybind & cooldown guards (v0.6.3)
  • fix(EPIC-9): proc slot — hide when spell is on cooldown (v0.6.3)
    Story 9.2: Extends the 9.1 keybind guard with IsSpellAvailable() check.
    Proc alert frame now only shows when the spell is off cooldown / has a
    charge. Uses the existing pcall secret-number trick — no new taint risk.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • fix(EPIC-9): proc slot — hide when spell has no keybind (v0.6.2)
    Story 9.1: UpdateProcAlert now requires GetSpellKeybind() != "" before
    showing the proc alert frame. Spells active in the rotation engine but
    not slotted on the action bar (e.g. MM Hunter passive/talent procs)
    have no keybind and are now silently skipped.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com