In the FOR NEW PLAYERS THREAD (
http://solace.i-read-you.ru/forum/index.php/topic,694.0.html) Solinari detailed some programs that make navigating the realms a lot easier, but I think some people still aren't getting enough out of their MUDclients. I might be part of that demographic, but I'll share what i've learned over the years.
I use an older version of Zmud from
www.zuggsoft.com and it seems to suit my needs. I play guitar and have suffered from a strain injury in the past that results from things like too much typing, phone dialing etc, so I had to find a way to shorten commands in the game. After playing for a while I've created a few macros and aliases that are standard for most or all of my chars. Try some out and see if you find them helpful. Listed below are which keys I use as an example, but you can bind it to whatever works for you.
First of all find out what your seperator char is so you can string multiple actions in one command. I use "/".
*KEYS* (as soon as you hit the key, it executes the command):
tilde (`) - "where" (you spam this often in Palanthas and other populated areas)
F2-"get (food) bac/eat (food)"
F3-"get (water container) bac/dri (container)"
F5- "put all bac/sack" (whichever you are carrying)
F11-"scan e/scan n/scan s/scan w"
F9-"get rug bac/drop rug/sle rug"
F10-"wak/get rug/put rug back"
I've also done one key (F12) to cast all protective spells on past magic intensive chars like invoker/trans/mishicler.
If you memorize the path to a place you can string e/n/s/w together so one key will take you to commonly visited areas, or your client might have a way to record paths (sadly mine doesn't record opening doors ).*ALIASES* (you must hit enter after typing the command to execute) one good way to use aliases is to just shorten spell and other names that you use often with chars. Here are some I have used:
h-cast 'haste'
di-cast 'detect invis'
f-cast 'fly'
b-bash
If you use the #pad to navigate, then the numbers alligned horizontally are great for aliasing the commands you use most often.
1-'eyejab'
2-'strangle'
3-'pugil'
4'cross slice'
6-c 'sanc'Another tip that few newbies know is to make an alias to attack a specific target (useful in PK or ranking). Also, if you use the alias command in the mud itself instead of the client, then you can use that alias within other aliases/keys.
Ex:
syntax: alias 2 c 'sleep'
then any time you put the number "2" in an alias thru client menu it will automatically read it as 'cast sleep'. So if you are hunting a specific individual you can use a key or alias for "2 (target)". There are also code variables you can use to represent targets and other objects, but I won't get into it for now.
Hopefully this is helpful to some of you out there and lets you focus more on learning the realms than typing mundane commands
Any experienced players feel free to contribute, or new players ask any questions you have.