Alrighty, so I’m wanting to make a macro that is an all-in-one arena frames macro that uses modifiers for the arena 2 and arena 3 portion. So, for example, I want to use sleep walk on an arena 1, with arena being who it targets when I press the button, then holding shift to sleep walk arena frame 2, and control being the modifier for arena frame 3, but also wondering if I can use it as mouseover on whatever I’m targeting when not in an arena game. Apologies if that sounds confusing, thanks in advance for the help.
/cast [mod:shift,@arena2,exists][mod:ctrl,@arena3,exists][@arena1,exists][@mouseover,harm,nodead]Do Something
I think that’ll do it. I don’t “arena” but it ought to come close.
1 Like
Thank you!
#showtooltip
/cast [mod:shift,@arena2,harm] [mod:ctrl,@arena3,harm] [@arena1,harm] [@mouseover,harm,nodead] [] SPELL
Added target support.
3 Likes
gracias, me ayudó bastante