Macro for autoattack?

Macro for autoattack?

by KingTee » Thu Oct 22, 2015 2:15 pm

I can't seem to find the right command to make my character autoattack my target.
KingTee
Tester
 

Re: Macro for autoattack?

by Dreez » Thu Oct 22, 2015 2:29 pm

Code: Select all
/cast Attack
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 

Re: Macro for autoattack?

by Dreez » Thu Oct 22, 2015 2:30 pm

or simply drag the attack button to your bars and keybind it
you can find it in the general tab of your spellbook
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 

Re: Macro for autoattack?

by Stalk » Fri Oct 23, 2015 2:40 am

http://wowwiki.wikia.com/wiki/API_AttackTarget

You can use AssistUnit("player") if you have attack-on-assist enabled. I assume you are trying to put this in a spammable macro that will not rapidly toggle your attacking state on and off.
Stalk
Senior Sergeant
Senior Sergeant
 

Re: Macro for autoattack?

by frigidclam » Fri Oct 23, 2015 3:41 am

/script if not IsCurrentAction(60) then UseAction(60) end;

Where 60 is the key to the way right on the bottom right action bar. You need to put you attack icon there. Nothing else posted in this thread with work until later patches.
frigidclam
Tester
 

Re: Macro for autoattack?

by Dreez » Fri Oct 23, 2015 6:59 am

frigidclam wrote:/script if not IsCurrentAction(60) then UseAction(60) end;

Where 60 is the key to the way right on the bottom right action bar. You need to put you attack icon there. Nothing else posted in this thread with work until later patches.

both methods I linked will work, however aren't spammable

yours is the best apparently
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 

Re: Macro for autoattack?

by tsol1090 » Fri Oct 23, 2015 3:19 pm

I just press "T" to autoatack / stop autoatack.
Unless ofc you bind it to something else.
User avatar
tsol1090
Private
Private
 

Re: Macro for autoattack?

by teddysx » Fri Oct 23, 2015 7:28 pm

frigidclam wrote:/script if not IsCurrentAction(60) then UseAction(60) end;

Where 60 is the key to the way right on the bottom right action bar. You need to put you attack icon there. Nothing else posted in this thread with work until later patches.

i get Image every time i press that script macro
any clue what to do to get rid of this annoying message permanently?
User avatar
teddysx
Grunt
Grunt
 

Re: Macro for autoattack?

by locksmith673 » Sat Oct 24, 2015 4:21 am

teddysx wrote:
frigidclam wrote:/script if not IsCurrentAction(60) then UseAction(60) end;

Where 60 is the key to the way right on the bottom right action bar. You need to put you attack icon there. Nothing else posted in this thread with work until later patches.

i get Image every time i press that script macro
any clue what to do to get rid of this annoying message permanently?
did you put auto attack on your bars in position 60?
locksmith673
Grunt
Grunt
 

Re: Macro for autoattack?

by frigidclam » Sat Oct 24, 2015 6:24 am

Dreez wrote:
frigidclam wrote:/script if not IsCurrentAction(60) then UseAction(60) end;

Where 60 is the key to the way right on the bottom right action bar. You need to put you attack icon there. Nothing else posted in this thread with work until later patches.

both methods I linked will work, however aren't spammable

yours is the best apparently


The title asks for a MACRO for autoattack not a button from the spellbook or /cast attack which is the same exact thing as the button which is why its not spamable. Mine is the best apparently and what the titel ask for.
frigidclam
Tester
 

Next

Return to Addons & macros