Spell Usable condition does not work with CC
Revelryfx opened this issue ยท 3 comments
Description
Before Dragonflight I would have my spells Desaturate if the condition was "Spell Usable is False" so that when I was stunned all my abilities would desaturate except for those usable while stunned etc. This functionality was broken at some point just looking if there is a fix?
WeakAuras Version
WeakAuras 5.3.3
World of Warcraft Flavor
Retail (Default)
Tested with only WeakAuras
- Yes
- No
Lua Error
No response
Reproduction Steps
- Create normal icon weakaura with a Spell Cooldown trigger with Show set to Always
- Create condition if Trigger 1 "Spell Usable" is "False" then "Desaturate" checkmarked
- Then get stunned, or sapped etc. It should desaturate everything except abilites that can be used in stuns such as trinket and monk port with Eminence or mage Blink
Last Good Version
Before dragonflight, not sure the version.
Screenshots
No response
Export String
No response
I tested on mage to run every frame print("shimmer", IsUsableSpell(212653), "frostbolt", IsUsableSpell(116))
and got stunned by some shadowlands rare, both functions return true stunned or not.
But i don't know if that was the same behavior before dragonflight.