-
Warlock Pet Healing
I run with a Druid, 2x locks and a shaman who does most of the healing.
Basically, I'm trying to create a macro which will heal the warlocks pet, no matter which one is out.
/targetexact Mezztaz
/cast [modifier:alt] Lesser Healing Wave; Healing Wave
/target [target=focus]
/targetexact Pipnam
/cast [modifier:alt] Lesser Healing Wave; Healing Wave
/target [target=focus]
This however, only works if "Mezztaz" is out. If he's not, it heals the party leader (focus).
Any pointers?
Thanks
Ky
-
try
/cast [target=Mezztaz,exists,modifier:alt] Lesser Healing Wave;[target=Pipnam,exists,modifier:alt] Lesser Healing Wave; [nomodifier] Healing Wave
-
Didn't work I'm afraid, I just heal myself with that one :S
Anyone else have an idea?
-
I'm at work atm, and wont be home before tomorrow so I'm not able to test theese. However I can throw out another one you could try.
/targetexact Mezztaz
/cast [modifier:alt,help] Lesser Healing Wave
/targetexact Pipnam
/cast [modifier:alt,help] Lesser Healing Wave;[help] Healing Wave
Also make sure that you're not healing yourself because your alt-key is set for selfhealing. I'm fairly certain that my previous macro should work too.
-
there is one other solution too:
/cast [target=party1pet] Healing Wave
(or party2pet,party3pet,party4pet)
-
Ok great ty for the help mate, the:
/targetexact Mezztaz
/cast [modifier:alt,help] Lesser Healing Wave;[help] Healing Wave
/targetexact Pipnam
/cast [modifier:alt,help] Lesser Healing Wave;[help] Healing Wave
one works great.
Spent ages getting really frustrated that it wasn't working..... Then realised that phase shifted pets cant be healed..... doh.
Anyway, ty