Log in

View Full Version : Druid healing macro? /click



Totemtotem
03-25-2009, 11:59 AM
I am starting a new team of druids and was going to dedicate one to resto. I am wondering how would I go about building a macro that could round-robin cast rejuv on the team without using a RR key?

Maybe having a group of macros that are fired off by /click


button a
/click buttonb
/click buttonc
/click buttond
/click buttone


buttonb
/cast [target=druida] rejuventation
etc


Or would I have to make it a /castsequence [target=druida] rejuvenation,,,,

because of the GC?



TIA

Hudel
03-25-2009, 04:32 PM
how about this:



#showtolltip healspell
/cast [target=party1, exists, help, nodead] healspell
/cast [target=party2, exists, help, nodead] healspell
/cast [target=party3, exists, help, nodead] healspell
.
.
.

would this do the job you want? It should heal all team members when they live.

wowphreak
03-25-2009, 08:30 PM
could use


/target party
/cast some heal spell here


if I remember correctly each time yeh hit /target party it'll goes to the next party member but if yeh spam it faster then the spell cooldown it'll skip one.

or could do something along


castsequence target=party1 rejuv
castsequence target=party2 ,rejuv
castsequence target=party3 ,,rejuv
castsequence target=party4 ,,,rejuv



problems is if yeh start spamming that yeh will go oom real quick better off using wild growth not sure what level yer at.
another thing yeh might want to look at is having a healing key for each member of yer group .



with yers


/cast [target=party1, exists, help, nodead] healspell


yeh dont really need "exists, help, nodead" because all of these things have to be true in order for yeh to be able to casta healspell on someone