View Full Version : Attack or Heal based on key "modifier"?
jboy20
10-06-2008, 01:16 PM
I have been looking for a macro that uses CTRL and SHIFT key as a modifiers that does 2 things:
1. Using Ctrl, cast spell on my main's target
2. Using Shift, cast a healing spell on my main.
The macros that I have seen have only been able to use the same target...can I set up a modifier macro that switches target?
Motgib
10-06-2008, 03:05 PM
The "F" key is the default key that changes to your targets target. If you have already remapped that key I would find an alternative, and just write the following macro;
/cast [help] healing spell; dmg spell
target your tank, if you want to heal him hit the macro, if you want to dps his target Hit "F" (or the remapped key) and then hit the macro.
Jamien
10-06-2008, 04:20 PM
If you use focus:
/cast [target=focustarget, help, mod:ctrl] Heal
/cast [target=focus], help, mod:shift] Heal
or if you are using non-focus style
/cast [target=targettarget, help, mod:ctrl] Heal
/cast [target=target, help, mod:shift] heal
thinus
10-06-2008, 06:49 PM
I have been looking for a macro that uses CTRL and SHIFT key as a modifiers that does 2 things:
1. Using Ctrl, cast spell on my main's target
2. Using Shift, cast a healing spell on my main.
The macros that I have seen have only been able to use the same target...can I set up a modifier macro that switches target?
My current Lightning Bolt macro:
/cast [mod:shift, target=Borck] Healing Wave; [target=focustarget, harm][harm] Lightning Bolt
If SHIFT is held down that macro will heal Borck, otherwise it will cast Lightning Bolt on the focustarget if it is an enemy else on target if it is an enemy.
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.