-
Healing/dmg macro
Is there a macro floating around that would do the following
assist party1 then depending on the target either cast lightning bolt or lesser healing wave?
i swear i've seen one, but in the 80 pages of macros everywhere i cannot find it.
Any help would be appreciated.
Thanks
-
/cast [target=party1target, harm] lightning bolt
/cast [target=party1target, noharm] lesser healing wave
-
-
/cast [target=focus, harm] lightning bolt
/cast [target=focus, noharm] lesser healing wave
^^^Same effect as?? >> /cast [target=party1target, harm] lightning bolt
/cast [target=party1target, noharm] lesser healing wave
-
So should
/cast [target=party1target, harm] smite
/cast [target=party1target, noharm] greater heal(rank 4)
work just as well?