I made a swing timer icon to track Rune Strike (death knight next-hit ability similar to Heroic Strike and Maul), however the sweep timer stops counting down after every time I attack with Rune Strike activated. It seems as if a Rune Strike is not counted as a melee swing so the icon thinks I haven't attacked. The next time I hit something with an auto attack, the timer starts sweeping normally again. Copying the same icon to my druid and changing Rune Strike to Maul, the icon works like it should, it recognizes Maul as an auto attack and displays the swing timer properly. It seems like TellMeWhen is just not recognizing Rune Strike as an auto attack for swing timers.
I was able to fix this by replacing the spell id for Raptor Strike in this code with that of Rune Strike (56815), in the Components/Core/Common folder. A proper fix might be to add Rune Strike as an additional swing spell but I am not a programmer and not sure how to do this correctly.
WoW Version
Wrath Classic
TellMeWhen Version
9.2.5
Describe the bug
I made a swing timer icon to track Rune Strike (death knight next-hit ability similar to Heroic Strike and Maul), however the sweep timer stops counting down after every time I attack with Rune Strike activated. It seems as if a Rune Strike is not counted as a melee swing so the icon thinks I haven't attacked. The next time I hit something with an auto attack, the timer starts sweeping normally again. Copying the same icon to my druid and changing Rune Strike to Maul, the icon works like it should, it recognizes Maul as an auto attack and displays the swing timer properly. It seems like TellMeWhen is just not recognizing Rune Strike as an auto attack for swing timers.
I was able to fix this by replacing the spell id for Raptor Strike in this code with that of Rune Strike (56815), in the Components/Core/Common folder. A proper fix might be to add Rune Strike as an additional swing spell but I am not a programmer and not sure how to do this correctly.
Export Strings