-
healing macro help
I am using my pally to tank and heal. I have my focus on him. I want him to cast a healing spell on himself or my alt but not lose his t arget so that he can continue to fight right after healing. currently i use this(2 separate macros to cast on himself or alt)
/cast target=party1 Flash Heal or for alt /cast target = playername Flash Heal
/cleartarget /cleartarget
is the /cleartarget what is causing him to lose his t arget? will it work without it? I just found the code on some site and do not rally know. Flame away if needed. thanks
-
sorry that did not format the way i thought. ok here is one of them again. both are same except for name.
/cast [target=Neowyld] Holy Light
/cleartarget
-
Code:
/startattack [target=focustarget]
/follow
/cast [nomod, target=focus, help] Heal
/cast [mod:shift, target=alt, help] Heal
This will make you attack w/e your focus is targeting, adn since /startattack breaks follow, you just add /follow to get him following again.
If you press this key with no modifier(shift/alt/ctrl) it will cast Heal(replace with the name of the spell).
If you press this button while holding shift you will cast Heal on alt(replace with charname).
An alternative:
Code:
/cast [target=focustargettarget, help] Heal
This macro will always heal what target your focus' target is targeting. Woah, that was complicated but play around with it and you'll understand it.
Basically, if your focus target targeted a mob, the macro will heal the mob's target. In other words, you won't have to mess around with changing targets because the macro will automatically heal the one who's got aggro.
-
-
how many people are in your party?
have you thought of using mouseover?