The following is my healing macro as it is now, i've got a different button bound for each toon on numpad, this is more or less my healbutton :P, holds a lot of fallback logic so when switching main I can still use it, and I where in a process of switching to targeting instead of focus, but I skipped it midway :P I guess the logic is pretty self explaining but feel free to ask questions
Code:
#showtooltip
/stopcasting
/cast [target=focustargettarget, nomodifier, exists, help] Healing Wave(Rank 4)
/cast [target=focustarget, nomodifier, exists, help] Healing Wave(Rank 4)
/cast [target=targettarget, nomodifier, exists, help] Healing Wave(Rank 4)
/cast [target=target, nomodifier, exists, help] Healing Wave(Rank 4)
/cast [target=focustargettarget, modifier:ctrl, exists, help] Lesser Healing Wave
/cast [target=focustarget, modifier:ctrl, exists, help] Lesser Healing Wave
/cast [target=targettarget, modifier:ctrl, exists, help] Lesser Healing Wave
/cast [target=target, modifier:ctrl, exists, help] Lesser Healing Wave
/cast [target=focustargettarget, modifier:alt, exists, help] Chain Heal
/cast [target=focustarget, modifier:alt, exists, help] Chain Heal
/cast [target=targettarget, modifier:alt, exists, help] Chain Heal
/cast [target=target, modifier:alt, exists, help] Chain Heal
Connect With Us