Log in

View Full Version : [WoW] Mass Rez Macro



Slats
12-06-2009, 04:04 PM
Done a few searches and vaguely remember having something like this on my Priests back in TBC.

I want a macro that will have any living Shamans attempt to rez anyone who is dead but not rez the same target as someone who is already rezzing them. I want this to work in raids or just my 5 man. I want to push one button and have this start.

I am happy to use addon's to make this smart enough to know who is rezzing who.

Maxion
12-06-2009, 04:27 PM
I'm pretty sure having addons or macros making choices for you was made impossible / against the rules around when they changed decursive functionality.
Not entirely sure if you could still do it legally while out of combat though.

Ualaa
12-06-2009, 04:37 PM
What you want to do is create a macro, which allows you to target a dead character and rez them, but which also has a predetermined rez order should you not have a target.

Then create a similar macro for each other toon on your team who can rez, but change the rez order for the other toons.

So you can end up pushing one button, and in the event two or more toons are dead, with two or more rezzers, each has a good chance to automatically pick a different target.

My syntax and macro for Toon A (stolen from the original "No Focus Manifesto") is:

#show Ancestral Spirit
/target [dead] [target=ToonB, dead]; [target=ToonC, dead]; [target=ToonD, dead]; [target=ToonE, dead]
/cast Ancestral Spirit

HPAVC
12-06-2009, 05:20 PM
smartrez, rez people in range that can rez, coordinate that among the other rezers. Only issue is stomping the button all at one time. Just round robin it.

Fizzler
12-06-2009, 06:50 PM
What you want to do is create a macro, which allows you to target a dead character and rez them, but which also has a predetermined rez order should you not have a target.

Then create a similar macro for each other toon on your team who can rez, but change the rez order for the other toons.

So you can end up pushing one button, and in the event two or more toons are dead, with two or more rezzers, each has a good chance to automatically pick a different target.

My syntax and macro for Toon A (stolen from the original "No Focus Manifesto") is:

#show Ancestral Spirit
/target [dead] [target=ToonB, dead]; [target=ToonC, dead]; [target=ToonD, dead]; [target=ToonE, dead]
/cast Ancestral Spirit

So simple why did I not think of this......