could anyone knowledgeable in making macros help me out ? I can’t find anything on google
I want my rescue to @cursor and @ my party 1, so that if i’m targeting myself i can rescue in emergencies without swapping targets to my party member and without having to left click
i can get both macros to work separately, but not together
#showtooltip
/cast [@cursor] rescue
/ping
Give this a whirl:
#showtooltip
/target party1
/cast [@cursor] Rescue
/targetlasttarget
/ping
1 Like
yah that works. thanks
i’m always skeptical of using /targetlasttarget because the targeting doesn’t feel consistent
i thought maybe there’d be like a
“[@cursor];[@Party1]” or something complicated that’d avoid targetlasttarget
It used to be more consistent but then they took not having a target (/cleartarget
) or reacquiring the same target out of the “history” of /targetlasttarget
cuz it was being used for some fancy target switching automation on some boss fights.
That also made it so if you were already targeting, in this instance, @party1
that /targetlasttarget
would switch you to the target you had before.
But ya, the only way to make Rescue both targeted and reticle is the technique Vers posted, and that spell is unique in supporting both.
3 Likes