by VanillaPlayer1 » Mon Aug 10, 2015 6:09 am
So to make sure it wasn't because my auto attack moved somewhere, I tried to use the below:
/run k=1;while k<121 do if IsAttackAction(k) then if not IsCurrentAction(k) then AttackTarget();end;k=121;end;k=k+1;end;
/cast SPELLNAME
But it still doesn't work. Funny thing is, everything works fine in the world outside BGs. Once in BGs, something breaks and my autoattack macro doesn't work anymore. Further, even pressing "t" or right clicking on a target, it only lets me attack ONCE, then autoattack shuts off!
Really don't know what is going on...