WarlockQol (TBC)

WarlockQol (TBC) adds quality-of-life tools for Warlocks — flavour chat lines for your demon summons and rituals, automatic Soulstone and Banish announcements, and raid HUDs for cooldowns and missing consumables.

File Details

v0.14-bcc

  • R
  • Jul 13, 2026
  • 490.56 KB
  • 8
  • 2.5.6
  • Classic TBC

File Name

Warlock_Qol_Tbc-v0.14-bcc.zip

Supported Versions

  • 2.5.6

WarlockQol (TBC)

v0.14 (2026-07-12)

Full Changelog Previous Releases

  • Fix raid HUD auto-show/hide for both HUDs; bump to 0.14
    Cooldown HUD: auto-show never fired on entering a raid instance. Its only
    trigger was GROUP_ROSTER_UPDATE (fires at group-join in the world, not on
    zoning in) and it keyed off IsInRaid() (raid group, not instance), so the
    transition was armed/spent early and never recovered. Now key the transition
    on being in a raid INSTANCE and register PLAYER_ENTERING_WORLD so zoning drives
    the re-evaluation.
    Consumables HUD: "Show HUD"/X could not turn it off while in a raid because
    visibility was (open OR autoRaid) and autoRaid forced it on. Switch to the same
    transition-driven model as the cooldown HUD: auto-show drives a single
    authoritative open flag on raid-instance enter/leave, so Show HUD/X always win.
    The "invisible when nothing is missing" data gate is unchanged.