Yde
Worg
I need help making a macro that may or may not be possible. I posted this on the WoW forums but unfortunately posters there all seem to have severe downs.
I want three macros that will use the commands /focus arena1, /focus arena2, & /focus arena3 while in the arena but will respectively give the commands /focus [@mouseover,help,exists][] , /clearfocus , & /focus [@mouseover,harm,exists] while not in the arena. I previously had to swap these macros on my bars each time I left / entered arenas.
Things that don't work: (while in battlegrounds, macros 'think' that arena1,2&3 still exist)
/focus [@arena1,exists]
/stopmacro [@arena1,exists]
/focus [@mouseover,help][]
/focus [@arena2,exists]
/stopmacro [@arena1,exists]
/clearfocus
/focus [@arena3,exists]
/stopmacro [@arena1,exists]
/focus [@mouseover,harm]
OR
Example: /cast [@arena1,exists][@mouseover,help,exists][]
How about:
/focus [@arena1,exists][@mouseover,help]
/clearfocus
/focus [@arena2,exists]
/focus [@arena3,exists][@mouseover,harm]
Won't focus targets if lacking mouseover though. :/