Log in

View Full Version : [Focus Macro] How to: friendly heal, harm heal focus...



Ramesses
06-21-2008, 05:58 PM
I want to write a one button macro to heal. I am duoboxing my paly to get him honor/marks but i want to actually use him. Right now his macros are simple so I can only heal myself, but i want to be able to use him to heal others too.

I am not pro at writing macros so here is what I propose:

1. target the focus target's target
2. if the focus target's target is noharm, nodead cast heal
3. if the focus target's target is harm, nodead cast heal at focus target

How would this be achieved syntax wise? Here is what I have so far:

/assist focus
/cast [target=noharm, nodead] holy light
/cast [harm, nodead] [target=focus] holy light

Something like this?

p.s. this is of course assuming your focus target is already set to your main.

Ramesses
06-22-2008, 12:20 AM
I want to write a one button macro to heal. I am duoboxing my paly to get him honor/marks but i want to actually use him. Right now his macros are simple so I can only heal myself, but i want to be able to use him to heal others too.

I am not pro at writing macros so here is what I propose:

1. target the focus target's target
2. if the focus target's target is noharm, nodead cast heal
3. if the focus target's target is harm, nodead cast heal at focus target

How would this be achieved syntax wise? Here is what I have so far:

/assist focus
/cast [target=noharm, nodead] holy light
/cast [harm, nodead] [target=focus] holy light

Something like this?

p.s. this is of course assuming your focus target is already set to your main.

Oh come on there are some macro masters here I know someone knows how to do this, or at least tell me its not possible with the current functions. ?(

ElectronDF
06-22-2008, 10:46 AM
I use focus on my main. I use /cast [target=focus-target] DPSSpell for damage and /cast [target=focus-target-target] HealSpell for heals. That heals whoever has aggro from the mob your main is targetting. You can add in an extra command to heal anyone you want. It becomes:
#showtooltip
/cast [target=focus-target, help] HealSpell
/cast [target=focus-target-target] HealSpell
/cast [target=player] HealSpell

You can still target a mob to kill or person to heal even if you are dead, but incase the alts don't have a focus, the last one heals themselves (just in case).