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
CooldownFrameTemplatewhich 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 SetCooldownis 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 inpcallfor compatibility

