zorker / rothui

Just a bunch of stuff I wrote for World of Warcraft
MIT License
105 stars 56 forks source link

Could you draw rButtonAura above the Blizzard cooldown swirl/overlay? #51

Closed arcadepro closed 6 years ago

arcadepro commented 6 years ago

When using rButtonAura for something like Battle Cry it's very hard to see the coloured border because the Blizzard 'darkened swirl' overlay is drawn above it. Image below.

wowscrnshot_021718_015745

To be honest it's an issue for all spells since the GCD swirl also draws above rButtonAura and leads to weird visuals.

wowscrnshot_021718_020603a

zorker commented 6 years ago

WIll recheck but imo I fixed that using rButtonTemplate. It resets the cooldown frame level to button level. https://github.com/zorker/rothui/blob/master/wow7.0/rButtonTemplate/core.lua#L151

Otherwise the border would not have been visible in my screenshot: http://cdn-wow.mmoui.com/preview/pvw69469.png

Tested it. It is working fine: https://imgur.com/a/bI13q Either use rButtonTemplate for use the technique posted above to bring the cooldownframe level in line.

arcadepro commented 6 years ago

Ok, thanks Zork.