Page 1 of 1

macro help

Posted: Thu Sep 17, 2009 4:08 pm
by seacorb
would anyone happen to know how to make a combat macro that would

1. cast elven prayer and target pet if pet hp is below a certain percentage
2. cast Power of the Wood Spirit if pet hp is above said percent
3. never switch targets while healing so after casting is done he can continue to bash on target

heres what I have so far

/run CastSpellByName("Power of the Wood Spirit")
/run FocusUnit("target")
/run TargetUnit("pet")
/run CastSpellByName("Elven Prayer")
/run TargetUnit("focus1")

it only casts power of the wood spirit =\

Re: macro help

Posted: Thu Sep 17, 2009 4:19 pm
by droppen
seacorb wrote:would anyone happen to know how to make a combat macro that would

1. cast elven prayer and target pet if pet hp is below a certain percentage
2. cast Power of the Wood Spirit if pet hp is above said percent
3. never switch targets while healing so after casting is done he can continue to bash on target

heres what I have so far

/run CastSpellByName("Power of the Wood Spirit")
/run FocusUnit("target")
/run TargetUnit("pet")
/run CastSpellByName("Elven Prayer")
/run TargetUnit("focus1")

it only casts power of the wood spirit =\

use /wait to wait intil the global cooldown is over, then cast the other spell