|
Scargill Newbie
Joined: 01 May 2002 Posts: 0 Location: United Kingdom
|
Posted: Thu Mar 28, 2002 12:40 am
custom Auto login trigger |
ok i've got a problem. Mud: Nodeka
Heres the situation i connect to the server and the first line is as follows;
[ Color preference: (Y/N or enter to auto-enable) ]:
you press enter and a colored screen comes up with the nodeka title screen then the login prompts.. yadda yadda. How do i set a trigger to automatically log me in. Currently i have this;
#Trigger {^~[ Color preference~: ~(Y/N or enter to auto-enable~) ~]~:}{;<--insert login info here--/>}
the pattern matches but it doesnt auto trigger. are there any options i need to check/uncheck/change for it to work proprly? |
|
|
|
bruntilda Novice
Joined: 10 Oct 2000 Posts: 39
|
Posted: Thu Mar 28, 2002 12:58 am |
You probably check the 'Trigger on prompt' and uncheck the 'newline' boxes in the trigger's options.
|
|
|
|
Scargill Newbie
Joined: 01 May 2002 Posts: 0 Location: United Kingdom
|
Posted: Thu Mar 28, 2002 1:00 am |
tried that
|
|
|
|
Scargill Newbie
Joined: 01 May 2002 Posts: 0 Location: United Kingdom
|
Posted: Thu Mar 28, 2002 1:52 am |
Woot!! got it, i just set my 3 prompts to look like this
#alarm -0:00:02 {y}
#alarm -0:00:3 {login name}
#alarm -0:00:4 {pword}
it looks at time that i've been online because of the (-) sign rather than real time, and only activates on the 2nd, 3rd, and 4th secs that i'm online :) |
|
|
|
|
|