promotional bannermobile promotional banner

BossWatch

Replace Blizzard boss target frames with fully configurable frames - cast bars, auras, raid markers, custom textures and fonts.

File Details

v0.7.1

  • R
  • May 10, 2026
  • 331.79 KB
  • 0
  • 12.0.7+4
  • MoP Classic + 1

File Name

BossWatch-v0.7.1.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 12.0.1
  • 12.0.0
  • 5.5.0

BossWatch

v0.7.1 (2026-05-10)

Full Changelog Previous Releases

  • Merge beta into main for v0.7.1 hotfix release
  • Bump to v0.7.1 + add v0.7.1 entry to in-addon Changelog tab (FR translated)
  • beta: fix two secret-value crashes — smooth bar OnUpdate + raid target icon hide
    • SmoothSetValue: type(target) == "number" returns true for secret-tagged
      numbers but arithmetic on them throws. Add issecretvalue check + pcall on
      SetValue so we bail to direct (non-smoothed) StatusBar update on bosses.
      Was spamming "attempt to perform arithmetic on local 't'" 349x in combat.
    • UpdateRaidTargetIcon: previous code hid the icon as soon as
      GetRaidTargetIndex returned a secret value, so raid markers placed on
      bosses in combat never showed on the frame. Now we attempt
      SetRaidTargetIconTexCoord under pcall — Blizzard's C function consumes
      the secret index fine. Show on success, hide on throw or non-secret 0.