PDA

View Full Version : Atl modifier Help



o_0
07-31-2008, 03:21 PM
I am trying to cast Holy fire only when I use hold the atl +1 Keys and if I press 1 on my main it won't cast it.
Can anyone help redesign it that it will only cast if I use the alt key thank you

this is the macro

/focus
/assist target
/cast [modifier:alt] [exists,harm,nodead] Holy Fire

Narezza
07-31-2008, 05:01 PM
I'm a little confused by what macro's you're trying to go where, so... I think you are trying to push "1" on your main to do one thing, and "alt-1" to make only your alts cast the spell. Assuming you're using the focus to target your main, the macro should be something like:

#showtooltip
/focus 'yourmain'
/target [target=focustarget]
/cast [mod:alt] [exists,harm,nodead] Holy Fire

At work atm, but I think that will do what you want it to do

aNiMaL
08-01-2008, 07:44 AM
Continueing on the same assumption:

You probably want a different key for setting focus, after all,
you'll use it only if you swap to your other character or temporarily stuff.

If your focus is already known this should do the trick:
/cast [target=focustarget,mod:alt,exists,harm,nodead] Holy Fire


I'm unsure if alt+1 is a standard keybinding in WoW, (ctrl+1-= and shift+1-6 are bound this way for sure)
If it still won't work, unbind the alt+1 in the keybindings or it will try to push an alternative button.


Edit: I just noticed the answer was already posted in your other post Alt modifier help ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=10555')