How do I merge all three of these macros into one? I’d like to be able to use the same macro, inside an arena, and outside. I read over this helpful guide, two or three times but I was not able to get the exact results I desire.
- default nomod cast on @party1
- if i hold shift, i cast on myself (@player)
- if party1 does not exist, cast on mouseover (if I’m outside arena doing quest)
/cast [@party1] Healing Surge;
/cast [mod:shift,@player] Healing Surge;
/cast [@mouseover,exists,nodead] Healing Surge;
I reckon once I figure this out, I can do the same thing for a harmful spell, hex? This works right now, but if I try to use it on a harmful enemy in open world, it does nothing… how do I make it so I can use this macro on enemy mouse over (or targeted) player in the open world too?
#showtooltip
/cast [@arena1,nomod][@arena2,mod:alt]Hex