[CF 1240] target = stunnable ?
tmw-issue-import opened this issue ยท 3 comments
Is there a condition-check to see if the target can be stunned by the player?
I'm wanna make a button that tells me to stun a mob IF it is stunnable and ergo doesnt show up when facing for instance: a dungeon boss.
The addon can already track if spells are silenceable or not....would be nice if the same went for stunmechanics
Posted by CurseForge user Zimura | Imported from CurseForge issue #1240 | Raw
There is no way to know this through the game's API like there is a way to know if a spell is interruptible.
You can try and get close, though, by adding lots of conditions to check things like the target's level and classification.
Posted by CurseForge user Cybeloras