Page 1 of 1

Selfcast with Alt-Modifier Question

PostPosted: Sat Aug 22, 2015 7:23 am
by Jordinar
Hi,

I have a problem with selfcasting spells.

I'm used to have the Alt-Modifier at any situation.
But it only works for Alt+[0-9] with the number of the regular keybind.

It doesn't work with Alt+Click or Alt+non-numeric, although I unbound all default keybinds using Alt that give a conflict.

Can this work in the vanilla client?

Re: Selfcast with Alt-Modifier Question

PostPosted: Sat Aug 22, 2015 2:45 pm
by LYQ
did you try it with making a macro?

/run if IsAltKeyDown() then CastSpellByName("Execute") else CastSpellByName("Heroic Strike") end

(if you press alt it will cast execute, otherwise it will heroic strike in this example)

for example and put that macro on a button which has a non numeric hotkey bound like 'E' or whatever