Kroth Scolling Battle Text

Scrolling Combat Text addon with inspiration from miks scrolling battle text

File Details

KBST-v1.2.0.zip

  • R
  • Mar 7, 2026
  • 262.79 KB
  • 194
  • 12.0.1
  • Retail

File Name

KBST-v1.2.0.zip

Supported Versions

  • 12.0.1
  • chore: remove dead cooldownReady sound entry from media config (Cooldowns tab owns this)
  • fix: filter UNIT_HEALTH to player unit, remove dead code in LowHealth
    • OnEvent now receives unit arg and gates CheckHealth on unit == "player"
    • Removed no-op LowHealth._frame = LowHealth._frame or nil initializer
    • Dropped unnecessary PlaySoundFile nil guard (guaranteed WoW global)
  • fix: correct dummy reaction constant, use module band upvalue, hoist spamConf, update header
  • feat: play sound on cooldown ready via LibSharedMedia-3.0
  • feat: suppress outgoing damage against training dummies
  • feat: implement global outgoing throttle (minDamage, minHealing, hideAutoBelow)
  • feat: low health sound monitor with per-combat debounce
  • feat: add destFlags to outgoing event for dummy target detection