|
Drewbie Newbie
Joined: 27 Nov 2011 Posts: 6
|
Posted: Sun Apr 15, 2012 5:47 pm
NUM macro |
I love using the 10 key for navigation and other functions. I am now looking to make an alias for the num lock key. however, I want it to FORCE the num lock status to remain on. hope that makes sense. would appreciate help on this one, guys.
right now it just calls a basic spell alias.
xfb
xfb=cast 'fire blast' %params
all I want it to do is that and then ignore the normal function of numlock or force it back on without another casting. I looked through the help files and the only referance to numlock was %pref, but not sure if that is my correct stop nor how to use it properly if it is.
I'm a newbie to this stuff, so please be detailed in plain english as much as possible. |
|
|
|
Drewbie Newbie
Joined: 27 Nov 2011 Posts: 6
|
Posted: Sun Apr 15, 2012 6:51 pm |
solved...haha...took a lil doing, but made it work, here's how
#IF (@numberpad_spell=notcast)
{
xfb
numberpad_spell=cast
#WAIT 50
numberpad_spell=notcast
}
{
numberpad_spell=cast
}
#Call NUM |
|
|
|
Drewbie Newbie
Joined: 27 Nov 2011 Posts: 6
|
Posted: Sun Apr 15, 2012 7:30 pm |
this created an even larger problem, so I just macro'ed the whole keypad, even the defaults. So now the num lock stat no longer matters
|
|
|
|
|
|