03-26-2005, 02:52 PM
My principal alt is a priest, who is just hitting the Instance running stage. (Did the Deadmines 3 times yesterday, which might possibly have been overkill). I've got a lot of good advice on playing a priest from these forums, so I thought I would share something in return.
I had been looking to set up some macros that would automatically heal the party member in a given slot, and after some trial and error, I finally worked out how to do it.
![[Image: priest_toolbar.jpg]](http://www3.telus.net/icebird/wow/priest_toolbar.jpg)
That's a section of my interface screen. I'm using GypsyMod, which stacks the two new bottom toolbars from the patch on top of Gypsy's existing double-row hotbar. I've got Renew, Flash Heal, and Power Word: Shield macro for each member of the party. Instead of selecting a party member, then selecting the appropriate healing spell, I can just click the appropriate button.
The syntax:
/cast Renew(Rank 3)
/script TargetUnit("party1")
You can replace the first line with the spell of your choice (Renew, Greater Heal, Dispell etc). The party member numbers go from 1 to 4.
I stuck with 3 macros per party member because each spell took up 4 of my macro slots when copied for each party member.
Chris
I had been looking to set up some macros that would automatically heal the party member in a given slot, and after some trial and error, I finally worked out how to do it.
![[Image: priest_toolbar.jpg]](http://www3.telus.net/icebird/wow/priest_toolbar.jpg)
That's a section of my interface screen. I'm using GypsyMod, which stacks the two new bottom toolbars from the patch on top of Gypsy's existing double-row hotbar. I've got Renew, Flash Heal, and Power Word: Shield macro for each member of the party. Instead of selecting a party member, then selecting the appropriate healing spell, I can just click the appropriate button.
The syntax:
/cast Renew(Rank 3)
/script TargetUnit("party1")
You can replace the first line with the spell of your choice (Renew, Greater Heal, Dispell etc). The party member numbers go from 1 to 4.
I stuck with 3 macros per party member because each spell took up 4 of my macro slots when copied for each party member.
Chris