Is there a way to add a mouse-over function to this macro when out of Arena? It works as a normal death-grip to my target when outside of arena, not sure how to put the mouse-over in tho without breaking it:
#showtooltip
/cast [nomod,@arena1,exists][mod:shift,@arena2,exists][mod:ctrl,@arena3,exists][@target] Death Grip;
#showtooltip
/cast [nomod,@arena1,exists][mod:shift,@arena2,exists][mod:ctrl,@arena3,exists][@mouseover,exists][@target] Death Grip;
It will prefer the arena1-3 targets, but if none of those match, it will see if you have a mouseover target, and DG that unit. If no mouseover exists, it will DG the target.