ascott18 / TellMeWhen

TellMeWhen is a combat tracking AddOn for World of Warcraft Retail and Classic
https://wow.curseforge.com/projects/tellmewhen
GNU General Public License v3.0
80 stars 11 forks source link

Inherit action bar coloring state option #1865

Closed Jalopyy closed 3 years ago

Jalopyy commented 3 years ago

image

Would be nice if for opacity & coloring, instead of making the user hunt down the proper coloring shading which correlates to the normal action bar tinting, there could just be a checkbox would auto-filled this stuff. Useful for making auras which replace action bars (allows for more granular control of when they're shown). Plus some stuff doesn't play super well with trying to get the proper conditions for coloring which shade and when, which force you to add a bunch of conditionals and sometimes even duplicate auras of the same spell, which have separate show conditions for range/power. Would just be a whole lot neater if there's a clean way for TMW to just pull the shading from what the active tinting would be if the bar is on a keybind already.

ascott18 commented 3 years ago

TMW is deliberately very independent of your action bars and their behavior. Different action bar addons can behave however they like and I don't intend to go crawling around trying to figure out exactly how they treat all the different states of different abilities.

So, in response to "if there's a clean way" - there isn't really a clean way. Sorry.