Code:
/cast [target=focustarget.help.mod.shift][target=charactername.mod.shift] Chain Heal
should be
Code:
/cast [target=focutarget, help, nomod][target=focus.nomod] Lesser Healing Wave
Code:
/cast [target=player.mod;alt] Lesser Healing Wave
should be
Code:
/cast [target=player, mod:alt] Lesser Healing Wave
Code:
/cast [target=focustarget.help.mod.shift][target=charactername.mod.shift] Chain Heal
should be
Code:
/cast [target=focustarget, help ,mod:shift] Chain Heal; [target=charactername, help, mod:ctrl] Chain Heal
you cant use the same mod in 2 different casts..
And the
Code:
/cast [target=focustarget, help ,mod:shift] Chain Heal; [target=charactername, help, mod:ctrl] Chain Heal
Would make the macro, only able to cast anything when you push shift and ctrl.. Otherwise it wont do anything.. If you want it to cast the focus' target when your NOT pushing any modifier, you should make it like this:
Code:
/cast [target=charactername, help ,mod:ctrl] Chain Heal; [target=focustarget, help] Chain Heal
Now it will cast on the "charactername" when you press CTRL, if you dont press anything it will cast it on your focus' target.
Connect With Us