Jump to content
Sign in to follow this  
gotmilk0112

Attack macros buggy on Shamans?

Recommended Posts

For some reason, startattack macros are bugging out on my Shaman, in that I often have to hit the macro 3 or even 4 times to get my character to start attacking.

 

I've tried:

/script if not IsCurrentAction(24) then UseAction(24) end;
/cast !Attack (yes, I have CastModifier installed)

 

What's going on? This doesn't happen at all on my Warrior, it ONLY happens on my Shaman.

Share this post


Link to post
Share on other sites

Try this one.

 

/cast YOURSPELL
/run if not AtkSpell then for AtkSlot = 1,72 do if IsAttackAction(AtkSlot) then AtkSpell =AtkSlot;end;end;end; if not IsCurrentAction(AtkSpell) then UseAction(AtkSpell);end;

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×