Arena macro questions

Anyone here doing arenas in TBC-A using Gladdy?

I am having a hard time getting my Arena-1, 2, 3 macros working for Poly and CS.

Is there a setting I need to turn on in Gladdy for it to work properly? Or do I need to make a change to my macro?

EX.

#showtooltip Polymorph
/cast [target=arena1] Polymorph

or

#showtooltip Counterspell
/stopcasting
/cast [target=arena1] Counterspell

Not sure if I have them created wrong, or if only regular and focus macros work in Anniversary realms.

Please advise, ty!

PS

I know I’m late to the season with there being about a week left. I was hoping to earn most of my arena gear so I can play season 2. I just hate having to deal with focus only macros. For some reason I was thinking arena-1-3 was working, but maybe I’m wrong.

1 Like

#showtooltip
/cast [@arena1, exists, nodead] Polymorph

#showtooltip
/stopcasting
/cast [@arena1, exists, nodead] Counterspell

They should work. The ‘exists’ will help you not get the blank casts where it sorta queues and wants you to target something / if spamming it before target is out of stealth and such.

1 Like