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 =\
macro help
Re: macro help
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