This is a very small addon that allows users to use right click to set a focus target if clicked on arena frames instead of presenting the default options.
It also allows automatically assigning an enemy healer to arena1/2/3 in the macro.
Right Click Focus
Automatically enables right click set focus feature upon loading this addon.
This works only in arena on the new arena frames implemented by Blizzard in the patch 10.1.5.
Might have issues with Clique addon!
Auto Healer Macro
Rewrites your macros in the arena to automatically change the ID of arena1/2/3 to the enemy healer.
Conditions for this to work:
- Macro name needs to have a double space as a name
- Macro needs to contain arena1 or arena2 or arena3
Example
Your macro:
#showtooltip
/cast [mod:shift,@arena1][mod:ctrl,@focus][nomod]Scatter Shot
Once you enter the arena and the healer is arena3 it will rewrite the macro to be:
#showtooltip
/cast [mod:shift,@arena3][mod:ctrl,@focus][nomod]Scatter Shot