Hi - I’m using shift R as my key bind and I’m trying to get a macro to cast Divine Protection on me if I target myself, but to cast blessing of sacrifice if it’s a friendly target. Also, I would like the tooltip to reflect who I have targeted myself or a friendly - not sure if this is possible.
Not possible. You’re a friendly target to yourself so the macro can’t tell the difference. You could set it up so R is allies and Shift-R targets you and split the spells that way.
1 Like
Can you use target vs player, but have it default to you if the person is an enemy?
Yeah, the only tests for targets are if they’re helpful, harmful, or dead.
#showtooltip
/cast [help] FRIENDLY_SPELL; [@player] SPELL_TO_CAST_ON_YOU
So if you target an enemy it’ll skip the friendly spell and cast on you.