View Full Version : Healing Macro Help.
Is there a macro that will:
Heal my focus's target, if the focus isn't targetting anything then heal the focus.
Try:
#showtooltip Lesser Healing Wave
/assist focus
/cast [help] Lesser Healing Wave; [target=focus] Lesser Healing Wave
(Obviously Replace LHW with whatever heal you intend to use)
I dont do this, I have "BY NAME" macros on an X-keys, but I think this should work for what your looking for.
Also note that there is a slight lag between you targeting something on your main, & your clones being able to register that target. This lag is not specific to this macro, but in general one of the issues you will find
when working with focus or assist macros.
Try:
#showtooltip Lesser Healing Wave
/assist focus
/cast [help] Lesser Healing Wave; [target=focus] Lesser Healing Wave
(Obviously Replace LHW with whatever heal you intend to use)
I dont do this, I have "BY NAME" macros on an X-keys, but I think this should work for what your looking for.
Also note that there is a slight lag between you targeting something on your main, & your clones being able to register that target. This lag is not specific to this macro, but in general one of the issues you will find
when working with focus or assist macros.
Will try.
Thanks! :thumbsup:
micharl
09-01-2008, 11:25 PM
try:
/cast [target=focustarget,exists,help][target=focus,exists,help]Lesser Healing Wave
if focus target exist, cast heal, else cast heal on focus.
by the way, if both focus target or focus didn't exist, it do nothing.
cheeseprophet
09-03-2008, 02:49 PM
try:
/cast [target=focustarget,exists,help][target=focus,exists,help]Lesser Healing Wave
if focus target exist, cast heal, else cast heal on focus.
by the way, if both focus target or focus didn't exist, it do nothing.shorter, better add
#showtooltip Lesser Healing Wave
in the beginning
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.