|
sp000n Novice
Joined: 04 Jul 2001 Posts: 32
|
Posted: Wed Apr 17, 2002 2:55 am
Directions |
Made a bit of a mistake and nuked my diagonal directions but can't seem to find any way of bringing them back. Also, I'd like to change the NUMPAD assignments for directions... is there any way to do this?
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Apr 17, 2002 4:14 am |
The diagonal directions are in the DirectionsDiag folder and the keypad macros are in the KeypadDiag folder. Both of these are in the Systems folder and are inherited settings from default.mud. You probably just need to make sure the classes are enabled at startup, but in case you've actually removed the settings I've given them here:
DirectionsDiag:
#CLASS {System|DirectionsDiag}
#DIR hl "nw|northwest" nw
#DIR jk "ne|northeast" ne
#DIR kj "sw|southwest" sw
#DIR lh "se|southeast" se
#CLASS 0
KeypadDiag:
#CLASS {System|KeypadDiag}
#KEY KEY7 {nw} {} {chain}
#KEY KEY3 {se} {} {chain}
#KEY KEY1 {sw} {} {chain}
#KEY KEY9 {ne} {} {chain}
#CLASS 0
To change the NUMPAD assignments, first disable the Keypad and/or KeypadDiag class. Then make new macros in another class of your choice.
LightBulb
Vague questions get vague answers |
|
|
|
|
|