|
burley Beginner
Joined: 02 Oct 2005 Posts: 10
|
Posted: Thu Mar 16, 2006 9:51 am
auto logon problem |
I recently had to reinstall Zmud. After the installment I clicked on auto logon box then logged on but nothing. For some reason it wont log on the character name and the password so I have to do it by hand. Any help with this? Thanks
burley |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Mar 16, 2006 4:17 pm |
Login to the MUD in Offline mode and clink on 'Triggers' from the button list. Click on the class 'Autolog' or select it from the 'Class' drop-down box. There should be two triggers in there, and they should be enabled. If not, you may add them manually. For example:
Code: |
#TRIGGER {^Who would'st thou be?} {#CH} "Autolog" {nocr|prompt|notrig}
#TRIGGER {^Password: } {#PW} "Autolog" {nocr|prompt|notrig} |
See #TRIGGER for more information. |
|
_________________ Asati di tempari! |
|
|
|
|
|