macro help

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
seacorb
Posts: 5
Joined: Mon Sep 14, 2009 6:23 am

macro help

#1 Post 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 =\
User avatar
droppen
Posts: 179
Joined: Mon Aug 03, 2009 10:32 pm

Re: macro help

#2 Post 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
Post Reply