Page 1 of 1

Start attack macro

PostPosted: Wed Oct 21, 2015 6:02 pm
by egbert
/script if (not PlayerFrame.inCombat) then AttackTarget() end
/cast Sinister Strike(Rank 2)

Any way to make this macro work so if you spam it, it will not turn off your auto attack.


Thank you in advance

Re: Start attack macro

PostPosted: Thu Oct 22, 2015 6:37 am
by LYQ
try

/script if not IsCurrentAction(1) then UseAction(1) end

while 1 being the actionslot where AutoAttack is,