Meowth wrote:
The first one you are telling it try and cast the first spell, then cast the second regardless.
That's not the point I'm making.
Yes, if there is a mouseover target, it takes priority. If there is not one, then it casts it on what it would otherwise.
What I'm saying is, using the first macro, you mouseover party3 and spam the heal. The first time it will hit party3 and all others will hit you or your target even though you still have the same mouseover.
This was never a problem before this patch.
Something with the new ability queue system doesn't like macros. I have snake trap and explosive trap macro'd together and if use trap launcher, it won't allow me to launch either one if it's on a macro.
I was simply posting this for those who might have been having a problem with this. Both macros do exactly the same thing, currently only the second works though.
If you're saying what I think you're saying then by your logic
Code:
#showtooltip
/cast Mutilate
/cast Eviscerate
spamming such a macro would yield Mut, Evis, Evis, Evis, Etc.
Edit: So after some testing, it does indeed Mut, Evis, Evis, Etc.
Seems to me they're just taking a step back here, I could be wrong, but didn't they break macros like that before?(lolhunter1button)
Edit: So after additional testing, it seems macros are using the first ability in a macro and if you keep spamming it, it will use the last in the macro.
Code:
#showtooltip
/cast Spell 1
/cast Spell 2
/cast Spell 3
^ Will cast spell 1 and then spam/alternate between 3 and 1. Depending on cooldowns and GCDs this also changes yet again.
Example:
Code:
#showtooltip
/cast Mortal Strike
/cast Execute
In theory, should use Mortal Strike and then Execute, probabaly spam execute till Mortal Strike comes off cooldown.
Once again, they added this ability queue system to fix an exploit I believe, yet they only opened the way for more broken macros. This leads me to believe that unless they can get rid of the exploit in another way, they'll probabaly do something even more drastic to counter people exploiting this new macro system.