Clovis
10-08-2009, 03:28 PM
Here's a healing macro that should help with your group heals.
Previously I used a chain heal that was staggered (I found that if all chain heals are cast togather they wouldn't fully bounce) but chain heal just takes forever in arena.
So now I have two heals -- both use lesser healing wave.
The first targets another shaman and heals -- if that shaman is dead however it can heal self or another shaman specified in the macro.
/cast [target=cloverine,nodead] lesser healing wave
/cast [target=clovina,nodead] lesser healing wave
So the macro will have Clovina (shaman 1) cast lesser healing wave on Cloverine (shaman 2) -- however if Cloverine is dead or missing it will go to the second line and heal Clovina instead (self).
You could list the whole team I suppose too and have it cycle through the team going down a list of dead shamans until it hits a live one.
/cast [target=cloverine,nodead] lesser healing wave
/cast [target=clovina,nodead] lesser healing wave
/cast [target=clovine,nodead] lesser healing wave
/cast [target=clovianas,nodead] lesser healing wave
The second heal is just every shaman assist the main and cast lesser healing wave togather.
-Clov
Previously I used a chain heal that was staggered (I found that if all chain heals are cast togather they wouldn't fully bounce) but chain heal just takes forever in arena.
So now I have two heals -- both use lesser healing wave.
The first targets another shaman and heals -- if that shaman is dead however it can heal self or another shaman specified in the macro.
/cast [target=cloverine,nodead] lesser healing wave
/cast [target=clovina,nodead] lesser healing wave
So the macro will have Clovina (shaman 1) cast lesser healing wave on Cloverine (shaman 2) -- however if Cloverine is dead or missing it will go to the second line and heal Clovina instead (self).
You could list the whole team I suppose too and have it cycle through the team going down a list of dead shamans until it hits a live one.
/cast [target=cloverine,nodead] lesser healing wave
/cast [target=clovina,nodead] lesser healing wave
/cast [target=clovine,nodead] lesser healing wave
/cast [target=clovianas,nodead] lesser healing wave
The second heal is just every shaman assist the main and cast lesser healing wave togather.
-Clov