PDA

View Full Version : Please help, modifier healing mod.



Voidshift
08-08-2008, 06:00 AM
I need to know how to make a macro that will cast a spell on myself, modifying it with say the shift key, and just clicking the macro will heal the target player that I choose or the party leader. I need this cause I'm duel boxing atm and its such a pain to make 2 macros to heal myself or my main were I could just use the one! please if someone could type it out for my that would be great!

Kel
08-08-2008, 06:59 AM
I'm not too sure about healing the party leader, but for healing yourself with a modifier or your target without the following macro would work (just replace Healing Wave with your own healing spell):

/cast [mod:shift,target=player][help] Healing Wave

I think the party leader is either party 1 or party 2, but I've never used those much, so could be wrong. If the leader is party 1 then your macro would be this:

/cast [mod:shift,target=player][help][target=party1] Healing Wave

Macros read from left to right and will execute the first correct command they come to, so if you hold shift down that will evaluate true and you'll heal yourself. If you've not got shift down it will skip to the next part and heal your target if it is friendly (that's the [help] bit), if you have no target, or it isn't friendly then it will try to heal the party1 player (hopefully the group leader, but I'm not sure).

If you're using this macro on an alt then you'll need some way to target your intended heal recipient or clear the target if you want to make sure that the leader will be healed.

HPB
08-08-2008, 08:01 AM
Self-cast is built into WoW. Just enable self-cast in the interface menu. That will make it so Shift-clicking on a spell casts on yourself.