Rescue Macro

I’ve seen a few folks ask about this now on forums / reddit etc. So here you go:

This will move whatever player in the macro to your current cursor location all in one keybind:

#showtooltip Rescue
/cast [@PLAYERNAME, @Cursor] Rescue

4 Likes

Seems somewhat limited to a particular player in the group? I suppose a focus option could work?

It’s just a shame this abilities mechanics seem a little disjointed to simplify into a macro.

3 Likes

Correct. This is specifically for situations like mythic Ras where you are assigned to move a specified person for a mechanic.

Very niche macro for sure. But couldn’t find another example of it so tested one out till I found the combo that worked and wanted to share :slight_smile:

I usually just use Clique addon and a Rescue keybind for wherever I want to move a random person dynamically.

5 Likes

Interestingly, this macro doesn’t work for me. I’d love to find something that works better for party1 / party2 @cursor macros… currently having to use this as a workaround:

#showtooltip rescue
/target party1
/cast [@cursor] rescue
/targetlasttarget

1 Like

/target LilmanbigD
/cast [@cursor] Rescue

Made this.

Sick I’ll just get in my time machine and travel back two entire years to let op know.

1 Like

I feel like that wouldn’t even work given how macros execute nowadays.