promotional bannermobile promotional banner

Cast on Me

Lightweight addon that gives you a sound alert and a cast bar when a mob is casting on you.

File Details

v1.6

  • R
  • Jun 17, 2026
  • 98.00 KB
  • 48
  • 12.0.7+3
  • Retail

File Name

CastOnMe-v1.6.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 12.0.1
  • 12.0.0

Cast on Me

v1.6 (2026-06-17)

Full Changelog

  • Bump to v1.6: per-role/zone activation matrix; stop force-loading Blizzard_CooldownViewer
    • Add a 3x3 activation matrix (Tank/Healer/DPS x Open World/Dungeons/Raids)
      with a settings UI; events register/unregister immediately on toggle, zone
      change, role assignment, or spec change. Scenarios (incl. delves) count as
      dungeons; PvP and arenas count as open world.
    • Stop calling C_AddOns.LoadAddOn("Blizzard_CooldownViewer") on PLAYER_LOGIN.
      Blizzard_CooldownViewer has no LoadOnDemand flag, so it auto-loads at
      startup anyway, and forcing it from our event handler was tainting the
      CooldownViewer's layout chain — Essential / Utility icons would hide on
      zone transitions out of dungeons / delves.