|
Angdagnir Newbie
Joined: 14 May 2007 Posts: 1
|
Posted: Mon May 14, 2007 1:44 pm
Trouble setting up Auto-logins |
I have just upgraded to C-Mud from my long time(Since 1996) use of Z-mud. I have not been much a MUD person, sticking with MUCKs, MUSHes, and MUXs. These use the format of "co name password"
My problem is that I have been completely unable to make the auto-login work for these. The manual does not mention anything about these other MU* formats for such difficulties. Can someone PLEASE tell me what I need to do? It does not seem like cMUD is even entering the Auto-login script when I connect to the MU*'s |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon May 14, 2007 6:13 pm |
The Autologin script won't work for those MUDs. The way zMUD handled this was to create an alias called "atconnect" which sent the login command to the MUD when you connected. CMUD has replaced these special "atxxx" aliases with Events. But the autologin code hasn't been updated to use the events yet (this has been added to the bug list).
In any case, you can set up your own event handler like this:
#EVENT onConnect {co %char %pass}
and that should work. |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|