RichSteini / WeakAuras2-TBC-2.4.3

GNU General Public License v2.0
9 stars 9 forks source link

Trigger [Type: aura] works weird #23

Open sh3ppard opened 1 year ago

sh3ppard commented 1 year ago

Sometimes it shows weird/wrong ID of spells and you can't properly track debuff auras. I used setup below for test. Tested it in duel with hunter there I asked him to use some abilities on me with different ranks. image For example I asked him to use the different ranks of Serpent Sting on me (first and last rank). That WA always shows that ID for any rank of Serpent Sting instead of this for first rank. image Well I found the way to fix this behavior to use Combat Log type trigger instead. image

I play on Netherwing (stormforge tbc).

RichSteini commented 1 year ago

This is actually as good as it get in 2.4.3, because it is not possible to get a spellId for an aura from UnitBuff and UnitDebuff (there is no combatlog tracking involved). The spellId that is returned is the first spellId that matches the spellname except the spell has a rank then it should return the correct spellId.