 |
Boca Wanderer
Joined: 04 Mar 2001 Posts: 58 Location: USA
|
Posted: Wed Nov 28, 2001 11:03 pm
Ask a Wizard for 'cutcon' Problem |
Sometimes when I get disconnected from the MUD, I get the following message on the auto reconnect try:
By which name do you want to be known? Elrond
Already playing, cannot connect
Ask a Wizard for 'cutcon' if needed!
Connected to host grimne.org
Is there anyway to handle this in ZMUD? What I want is to retry connecting periodically until I can connect.
Any suggestions?
Thank you,
Boca |
|
|
 |
Acaila Apprentice
Joined: 30 Aug 2001 Posts: 187 Location: Netherlands
|
Posted: Wed Nov 28, 2001 11:22 pm |
You can trigger on any of those lines and send the command #CONNECT, which disconnects and reconnects automatically.
Acaila |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Nov 29, 2001 7:25 pm |
How long do you want to wait between attempts? Here's a one-time alarm to attempt a reconnect after 30 seconds.
#TR {Ask a Wizard for ~'cutcon~' if needed} {#ALARM +30 #CONNECT}
LightBulb |
|
|
 |
|
|