Slothpala / RaidFrameSettings

GNU General Public License v2.0
4 stars 4 forks source link

Suggestion: add the ability to show the duration of buffs and debuffs #7

Closed Soulpala closed 5 months ago

Soulpala commented 6 months ago

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!

excorp commented 6 months ago

https://imgur.com/a/PxtTHa6

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.

Slothpala commented 6 months ago

Not my focus at the moment, maybe in the future.

Slothpala commented 5 months ago

18