Autoconnecting

by Ekaru

Back to Mechanic's Corner.

Ekaru2008-03-21 00:54:05
Right now when I want to connect to Lusternia, I have to start up ZMud, select Lusternia from the list of MUDs, and then enter my account name and password.

Is it possible to set ZMud to automatically connect to Lusternia when it starts up and enter my account info so that I can just click on ZMud whenever I want to play?
Unknown2008-03-21 11:41:53
You can definitely setup your character's settings to log you in automatically, but I'm not sure if you can skip the "double-click the icon" part.

Here's a script that should do what you need (save in a text file and use Settings -> Import -> Script (ASCII) to load it):
CODE
#CLASS AutoLogin enable
#REGEX {^Enter an option or enter your character\\'s name\\.} {#CH} "" {nocr|prompt}
#REGEX {^What is your password\\?} {#PW} "" {nocr|prompt}
#REGEX {^\\d+h\\, \\d+m} {#T- AutoLogin} "" {nocr|prompt}
#CLASS 0