Macro breaks arena123 after doing BGs - Solved

Hello I am here to find help with my macro. I am using this macro almost at every support/stunn spells and it is working great in arenas (2s, 3s) but everytime I join BGs its just gonna mess up.

This is mentioned macro -->

#showtooltip Mighty Bash
/cast [nomod, @arena1,exists][nomod, @target,exists] Mighty Bash
/cast [mod:shift,@arena2,exists][mod:shift, @focus,exists] Mighty Bash
/cast [mod:ctrl, @arena3,exists] Mighty Bash

It works like this:

If I am in arena nomod/shift/ctrl chooses the target on which I want to use spell. If I am not in arena it works like nomod --> use spell on target and shift --> use spell on focus.

Macro works like I mentioned until I do something (cant find out what) and then it just stop working and cant use it anymore until I relog character.

Macro is never gonna stop working in 2s/3s, mostly it stop working while doing BGs … basically everywhere except rated arenas.

I cant even divide macro into 3 different cause I dont have enough slots for macros to do so.

So if there is somebody who knows where is problem I d be happy to hear about that.

Thanks for any help !

afaik @arena123 is a valid unit ID in battlegrounds, it targets the current flag carriers. So your macro will always prioritize it over @focus when someone picks up the flag or orb.

is there any option how to switch it off in BG s ?

I don’t think there’s anything for BGs specific.

But since you’re always in a raidgroup in BGs you can try adding [noraid] in your @arena bracket.

/cast [nomod, noraid, @arena1,exists][nomod, @target,exists] Mighty Bash

Didn’t test it tho

3 Likes

It looks like it is working … I ll test it more tho …
but thanks for help ! :slight_smile:

EDIT //

Ye it is working, ty

1 Like

Great to hear that :slight_smile: :+1:

1 Like

SOLUTION !!!

So if somebody wants to use this type of macro and be able to use it in arenas, battlegrounds and outdoors then use this:

#showtooltip Maim
/cast [nomod,@raid6,exists,@target][nomod,@arena1][nomod,@target] Maim
/cast [mod:shift,@raid6,exists,@focus][mod:shift,@arena2][mod:shift,@focus] Maim
/cast [mod:ctrl,@arena3] Maim

Tested couple of times in flag based battlegrounds, couple of skirmishes and on target dummies :slight_smile:

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.