Page 1 of 1
Spammable Auto Attack Macro Broke
Posted:
Sun Aug 09, 2015 8:37 am
by VanillaPlayer1
I had been using the below macro for a spammable macro to make sure my auto attack is on. It recently broke? For some reason clicking twice now turns off auto attack. What gives? Any alternatives I can try?
/script if not IsCurrentAction(XX) then AttackTarget() end;
/cast SPELLNAME
Re: Spammable Auto Attack Macro Broke
Posted:
Sun Aug 09, 2015 2:33 pm
by LYQ
the only assumption you could make is that you did move your auto attack on another slot. XX should be the slot of your auto attack spell
Re: Spammable Auto Attack Macro Broke
Posted:
Mon Aug 10, 2015 6:09 am
by VanillaPlayer1
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...
Re: Spammable Auto Attack Macro Broke
Posted:
Mon Aug 10, 2015 11:20 am
by Overtime
Does your macros have different names?
or instead try
/run if not IsCurrentAction(24) then UseAction(24) end;
Make sure you got SuperMacro.
Re: Spammable Auto Attack Macro Broke
Posted:
Mon Aug 10, 2015 4:25 pm
by VanillaPlayer1
I've tried all the suggestions here... the macros specifically break in BGs, and further breaks "t" or even right clicking, where auto attack turns off after I hit someone ONCE. I have to restart client to fix "t" / right clicking. I'm thinking it may be my SuperMacro addon. Anyone have a confirmed working version (esp with this AV patch)?
Very annoying and frustrating.
Re: Spammable Auto Attack Macro Broke
Posted:
Mon Aug 10, 2015 5:53 pm
by VanillaPlayer1
I have finally found the culprit.
It comes from mod "Zorlen", which is a dependency for sRaidFrames. Its description says "Functions to reduce macro sizes and avoid character limits in macros". Once disabled, my auto attack macros work fine again.
This is a shame because I love sRaidFrames, especially its built in range checker for raid healing. Does anyone else have this? Is there a working version? Does Grid have a range check version?
Of course I would also very much appreciate if someone could figure out what is causing this in Zorlen!
Re: Spammable Auto Attack Macro Broke
Posted:
Sun Aug 16, 2015 6:44 pm
by Wayleran
Check out my macro thread. It's stickied in the Addons & Macros section of the forums or here's a direct link.
viewtopic.php?f=63&t=16693I have multiple macros for you to use, but my favorite is the one where you can SPAM ranged attacks AND also it'll switch to melee if the target gets too close (for hunters, etc...). But I do have a melee only spammable macro.