#"Spell Usable" condition is broken
1 messages · Page 1 of 1 (latest)
You can get spells, talents, icon ids & more added to tooltips with IdTip
https://www.curseforge.com/wow/addons/idtip
Take it from your spellbook with that ^ and also try ticking "exact spell match"
There are some cases where that's required
But since you said other conditions for the spell work just fine, I'm doubtful
Well, it's not broken in general. E.g. yesterday someone got it working
Can you show your trigger just to be safe?
Yeah that's the correct setup/MB ID
!ticket
Please open a ticket explaining the feature you want or bug you are having.
For WeakAuras Addon: https://github.com/WeakAuras/WeakAuras2/issues
For Companion: https://github.com/WeakAuras/WeakAuras-Companion/issues
And explain your story as best as you can.
I didn't know about the CD not mattering for it either, in the literal sense it reads as if it does.
But looking at the API, it indeed doesn't matter
The addon just follows the logic of Blizzards API
/dump C_Spell.IsSpellUsable(yourSpellIdHere) in chat
while you're CCed
^ that's what the addon is going by, it's the "Is Spell Usable?" check provided by blizzard
if that doesn't care about being CCed, then neither will the condition in WA