Recently, I often get the "invalid target" error message when I use an attack skill on either an enemy in PvE or an enemy player in PvP, and my character starts running away from the targetted enemy.
This only happens the first time I cast a skill on the target. After that, my attacks can be casted smoothly. But when I target a new enemy, this happens all over again.
This is occuring often on my Mage, and occationally on my Scout.
I am using the Target non Pets Macro for targetting on both my Mage and Scout from the
Useful Macrosthread.
/run for i=1,10 do TargetNearestEnemy(IsShiftKeyDown()) if not UnitMaster("target") then break end end/run if UnitMaster("target") then TargetUnit("") end