Suggestion: add the ability to show the duration of buffs and debuffs
Soulpala opened this issue ยท 3 comments
As can be guessed from the title, I was wondering if there was a possibility to show a text with the duration of buff and debuff. Thank you!
I was using the OmniCC add-on, so it was showing me the remaining time.
However, it would be nice to see it even if not using OmniCC.
It would also be nice to be able to set the position, size, and appearance in options.
buffFrames[1].cooldown:SetHideCountdownNumbers(false)
I've tested this command to show the cooldown count and it works.
but it only works if the countdownForCooldowns Cvar is set to true.
So I think it would be better to create a separate cooldown frame and attach it.
OmniCC users may want to call OmniCC.Cooldown.SetNoCooldownCount() to avoid duplicate numbers.