Hi everyone,

I'm leveling my arch/brd and I made a simple macro for DoTs:
/ac "Windbite"
/wait 3
/ac "Poison bite"
Okay until now. Then I noticed I could improve a bit and added Bloodletter (since can be cast out of the global cooldown) to it:
/ac "Windbite"
/wait 2
/ac "Bloodletter"
/wait 1
/ac "Poison bite"
The problem is that Poison bite is failing to be cast most of times!
When I cast it standing and not moving, works most of the time, while when moving almost never casts!
And if I do it myself casting the 3 skills, I can cast faster than the macro (I can wait like 1.5 instead of 2, for example).

Normally doing this way, the Bloodletter animation is cancelled on the middle (but the damage is done anyway) so Poison bite animation starts.


I think macro might be having issues with that and with moving, even when I as arc/brd can cast moving. Anyone experiencing this?