Hi, I'm having a bug where press a skill, it seems to start, but then nothing is happening. I'm mostly noticing this when working on rotations on a target dumy.
It doesn't seem to be limited to specific skills, although I notice it the most for Puncturing Sweeps or Blazing Spear.
I will try to look out if I also see this in trials or dungeons.
Here is what I get from the API:

Here Balance is cast twice, but within 800 ms which a) shouldn't be possible for skills since they usually need 1s and b) no effect or magicka is returned (as is correctly happening at the 2nd cast).

Here the same is happening for Blazing Spear.
The "skill used" lines are generated via the API Event: EVENT_ACTION_SLOT_ABILITY_USED. Normally this only fires when a skills is successfully activated.
The line where blazing spear cast was successful is generated via the respective combat event (EVENT_COMBAT_EVENT with result == ACTION_RESULT_EFFECT_GAINED)
The Balance gained event is reffering to the buff and generated via EVENT_EFFECT_CHANGED
Edited by Solinur on June 7, 2018 9:49AM @Solinur Pact EU - PC (
Solinur: Templar - Magicka DD,
Moves-like-Günther: Sorcerer - Stamina DD,
Kinara Sol: Templar - Stamina DD, )
Addon Author