Log in

View Full Version : Healing Macro



CokeZero
05-14-2008, 04:50 AM
Ok, so after playing around with macros and trying to get my healing macro to do what I want it to do...I think I have finally figured it out.

I just want some input on this thing and if you see any flaws (very possible since I'm still learning macros lol), point them out please ;).

/cast [target=focustarget,help] [target=focus,exists,nodead] [target=player] Lesser Healing Wave

So basically this is how it works for "ME" and my setup.

5x Shamans, my main is usually getting pounded on in PVP and I didnt want to have to make a whole seperate macro just to heal him.

This macro will first check to see if it can heal the focus target if it's friendly ( I like to heal others!).

If that condition fails, it will then heal my focus (my current main) if he exists and is alive.

If both of those conditions fail, it will then heal itself (each slave will heal itself).

I've gotten pretty good at switching focus when my main dies and turning an alt into the new main, and this macro as far as I can tell should still work after switching mains.

Anyone see some downfalls using this macro in this way?

Djarid
05-14-2008, 05:34 AM
/cast [target=focustarget,help] [target=focus,exists,nodead] [target=player] Lesser Healing Wave I find that I generally need to heal the guy that is getting beat on by the current focustarget.
If you are using focustarget for the clones direct damage spells then changing this to a party member to heal them will stop your DPS.

how about

/cast [target=focustarget,help][target=focustargettarget,help][target=focus,help] Lesser Healing Wave

this allows your focus to target a clone in an emergency, your bread and butter heals (without taking other action) will heal the clone that is getting beaten up by the focus's target and finally it will heal the focus.