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

Button that auto disables aura if spell not known (for dragonlands talents) #1979

Closed mtdagny closed 1 year ago

mtdagny commented 1 year ago

Redoing my auras for dragonlands and finding it time consuming and annoying to constantly have to create a condition where I don't see the aura if I don't have a point in the talent. Would be so much simpler if there was a button like range check that I click to only show if spell is known. Thanks

ascott18 commented 1 year ago

This is already normal behavior for cooldown icons when tracking spells by name. For buff/debuff icons, this would require me maintaining a mapping between all talents and the buffs/debuffs that they apply (since quite often these are not the same names), which is just not going to happen.