need a macro for roar of sacrifice and master’s call. If I press the default button it will automatically cast the spell on myself. If I hit the modifier of SHIFT it will cast on my mouseover. Also need a macro for misdirection. If i cast the default keybinding it will cast on myself but if I press the modifier of SHIFT it will cast on the party tank (using for dungeons/raids). I know I could find a way to make this macro if I look a little but i figured it would just be easier to post here. Thanks
There’s no way to identify the main tank in your group with macro conditions.
#showtooltip
/cast [mod:shift,@mouseover] [@player] Roar of Sacrifice
/cast [mod:shift,@mouseover] [@player] Master's Call
Using @focus for the shift cast
#showtooltip
/cast [mod:shift,@focus,help,nodead] [@player] Misdirection
I put my main tank in focus and then build from that. Works passingly well.
There is a guide on how to do that here:
https:\\www.patreon.com\KaldaraWorks
That’s not there for donations. I just needed a relatively mainstream site to put a few goodies on for folks.