Page 1 of 1

Startattack macro for abilities?

PostPosted: Wed Nov 11, 2015 7:39 am
by Soulbreeze
Hey all, so I don't remember how to code things in vanilla.

Is there a way to macro my melee abilities to auto attack when pressed? Useful for, say, my rogue to start auto-attacking when at low energy when hitting Sinister Strike.

I tried using what I use in retail, but the coding is different.

Re: Startattack macro for abilities?

PostPosted: Wed Nov 11, 2015 8:49 pm
by EinBaum

Re: Startattack macro for abilities?

PostPosted: Wed Nov 11, 2015 9:14 pm
by Judo


These don't work on 1.12.1

This is the one that seems to work best and gets recommended most on Nost.

Code: Select all
/script if not IsCurrentAction(25) then UseAction(25) end;
/cast Sinister Strike


But you have to put Attack in slot Action 25 (or whatever you want).

Re: Startattack macro for abilities?

PostPosted: Wed Nov 11, 2015 9:45 pm
by EinBaum
Judo wrote:These don't work on 1.12.1


You have to install the addon dude...