-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enemy ability CDs are gone #159
Comments
Good if CD tracker for enemy pet abilities could be digital, like derrangement addon, not just gray. |
See the identical issue #148, I posted a simple code fix for it yesterday. |
I would appreciate a better fix than the one posted in #148. That one puts a weird shaded box that is larger than the ability icons themselves. And the cooldown numbers are too small. Hoping this gets fixed from the addon creator. Also, the ability icons themselves are way too small. I'd appreciate a way to restore them to the size they were prior to this latest update. |
@Gaviin1242 I agree, the previous version's larger icons were way better. I just provided a fix to show them the way the author intended for this version :P |
If you want to enlarge the icons and the CD text, first apply the fix #148 by Bloodleh to enable the CD numbers. After that do the following: Edit the following lines: Line 10 to: Line 24 to: Line 33 to: Line 40 to: Line 48 to: If you want to further increase or reduce the size of the icons you can tweak the given numbers. For the CD text font you can edit the 'inherits' attribute value at Line 24 to another one. You can find some examples here. |
Great fix, @v-radev90 ! Ability buttons and cd's look great for the active enemy pet. Only downside is this seems to increase the size of the ability icons on the pet swap window too, making them too large there. Oh well. Maybe the author will separate the two settings at some point. |
It's nice to see that the addon has gone through a bit of an overhaul, but please don't remove the CD tracker for enemy pet abilities. I sorely need it. If it's a bug, I hope it can be fixed sooner rather than later. Its importance cannot be understated. It would also be nice with more options for customisation. I liked how it used to look.
The text was updated successfully, but these errors were encountered: