Schaka / BuffLib

Replaces default Buff/Debuff timer functions and supplies your whole interface with durations.
2 stars 1 forks source link

Any chance to make this work with Shadowed Unitframes? #1

Open lastnoob opened 7 years ago

lastnoob commented 7 years ago

I'm trying to make this work with the backported SUF to TBC.

Any ideas how to make it work?

Schaka commented 7 years ago

It already does work. You can look at the X-Perl version to see how it needs to call UNIT_AURA event handlers whenever you receive an addon message with timers from your partner.

You can also look at how it's implemented in ArenaLive.

lastnoob commented 7 years ago

Maybe I'm stupid, but a timer should show up on the target's debuff icon, right? Cause even with the debuff timer turned on in SUF, there's no actual number of how many seconds are left. Does this addon have any dependencies?

Schaka commented 7 years ago

It doesn't have any dependencies. If SUF doesn't have timers on any debuffs, then this addon won't do anything for you. It just intercepts the regular Blizzard functions that supply timers to all addons. Your SUF settings should probably have an option to enable cooldown frames on top of buffs/debuffs.

If you're looking for something that puts a timer (numerical) on a cooldown spiral, you're looking for OmniCC.

ksh2665 commented 6 years ago

Hey is this thread still open? :)

ksh2665 commented 6 years ago

I got some questions, and I would be so pleased if you had the time Schaka.