|
John Gilmore Beginner
Joined: 22 Mar 2003 Posts: 19 Location: Park City Utah
|
Posted: Sat Aug 16, 2008 9:17 pm
I need the Autologin script for Zmud 7.21 |
I had it once, but lost it. I know it's #CH #PW something or other. Anyone know how to enter it to manually promt for autologin after you destroy settings by mistake?
|
|
|
|
Progonoi Magician
Joined: 28 Jan 2007 Posts: 430
|
Posted: Sat Aug 16, 2008 9:21 pm |
When you start ZMud clean ie haven't made any settings at all yet and log into your MUD, ZMud's imo supposed to pick up lines for both Character name and Passwd. Though when your MUD used some complex and sophisticated way for login screen, maybe those rules won't apply. Also in the past, it has happend when ZMud hasn't prompted me automatically with the login info screen (where you click OK when it appears), so I had to enter the character and password values manually.
Not by ZMud atm so sorry I can't give you the exact location of the manual intervention right off the bat. Though I always considered that location self-explanatory and found it with ease usually on my own.
Sorry I couldn't be more help.
Prog |
|
_________________ The Proud new owner of CMud.
--------------------------------
Intel Core i5-650 3,2GHz
4 DD3 RAM
GTX 460 768MB
Win 7 Home Premium 64x
-------------------------------- |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Sun Aug 17, 2008 5:25 am |
You just also make your own triggers, if you like, that do the same thing.
Using the text that appears when you login you easily make a multistate trigger to do what you want. For example
Code: |
#TRIGGER {Enter your name warrior} {#CHAR} "" {nocr|prompt}
#COND {Password:} {#PW} "" {nocr|prompt} |
|
|
_________________ Asati di tempari! |
|
|
|
John Gilmore Beginner
Joined: 22 Mar 2003 Posts: 19 Location: Park City Utah
|
Posted: Sun Aug 17, 2008 9:16 pm |
Thanks dude, that woks perfect
|
|
|
|
|
|