|
chris74269 Novice
Joined: 26 Mar 2003 Posts: 40
|
Posted: Tue Mar 30, 2004 11:46 pm
login w/ mapper |
was wondering if anyone could provide me with some insight on how to a) make the automapper load up when i load up a particular character and b) make it automatically execute the #FIND command
|
|
|
|
Charbal GURU
Joined: 15 Jun 2001 Posts: 654 Location: USA
|
Posted: Wed Mar 31, 2004 12:35 am |
a) Open up the mapper in the character and save your layout (Layout, Save Layout. Opening the character in the future should use the saved layout.
b) Well, you probably want #FIND after you've connected and logged into the MUD, I assume. The atconnect alias could be useful to you since it is automatically executed when you connect to the MUD if it exists. You could make it send your username and password first if necessary and then do #FIND.
If you've got the zMUD autologin support already enabled, then doing #FIND as soon as you connect will likely make it execute before the username/password. You could delete any automatically generated autologin triggers and do it manually in the atconnect alias through the #CHARACTER and #PW commands. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Mar 31, 2004 6:11 pm |
Or, you could leave the autologin triggers in place, and add the #FIND command to the end of the password trigger.
|
|
|
|
|
|