promotional bannermobile promotional banner

RC-Diablo Orbs

Mistra's Diablo Orbs is a World of Warcraft addon that provides players with an attractive and functional interface element for monitoring their character's health and mana resources.

File Details

RCDiabloOrbs_1.17.01.zip

  • R
  • Feb 28, 2026
  • 8.68 MB
  • 155
  • 5.5.3+4
  • Classic + 2

File Name

RCDiabloOrbs_1.17.01.zip

Supported Versions

  • 5.5.3
  • 4.4.2
  • 3.4.5
  • 2.5.5
  • 1.15.8

Added the cooldown swipe effect to each DoT icon. Here's what's happening:

  • Uses WoW's built-in CooldownFrameTemplate which gives you the standard clockwise dark sweep animation
  • The swipe starts full when the debuff is applied and empties as it expires
  • Timer text renders on a separate overlay frame above the swipe so the numbers are always readable
  • The cooldown's own countdown numbers are hidden (via SetHideCountdownNumbers + noCooldownCount) since we have our own big text
  • SetCooldown is only called when the debuff start time changes (not every 0.1s), so it doesn't flicker
  • All the newer Cooldown API methods (SetDrawSwipe, SetSwipeColor, etc.) are wrapped in pcall for compatibility