|
dantelestat Beginner
Joined: 30 Jul 2001 Posts: 20
|
Posted: Thu Aug 08, 2002 2:02 am
connection wizard |
I was wondering if there is a way to bring up the connection wizard manually after the time it first pops up on its own? I don't see it on any menus or anything.
|
|
|
|
Apollyon Wanderer
Joined: 02 Oct 2001 Posts: 76 Location: USA
|
Posted: Fri Aug 09, 2002 5:49 am |
If you just want to have an autolog you can always just make the triggers, i think it will work that way
#trigger {What by thy name? } {#CH} { autolog}
#trigger {Password: } {#PW;#T- autolog} { autolog}
most muds i have played on have a blank line after the enter name and enter password lines, and i do believe that the auotlog class has a space before it, make sure to edit your character and then to enter your name and password in the appropriate places, or else zmud will enter a blank line as your name and you will get booted from the mud
--------------------------------------------------
"They tell Soze they want his territory - all his business. Soze looks over the faces of his family... Then he showed these men of will what will really was." |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Aug 09, 2002 7:35 pm |
In most MUDs, those questions are prompts (that means they don't have an end-of-line), so you'll need to trigger on "Prompt" instead of "Newline".
#trigger {What be thy name? } {#CH} { autolog} {nocr|prompt}
#trigger {Password: } {#PW;#T- autolog} { autolog} {nocr|prompt}
LightBulb
Senior Member |
|
|
|
|
|