Can I set the reconnect time ?

Posted by Tianxz on Sat 22 May 2010 03:42 PM — 2 posts, 13,195 views.

#0
The game can't relogin immediately. It only relogin after 30s. How can I set the time when I choose auto connect.
Australia Forum Administrator #1
Turn auto-reconnect off.

Download the "Reconnecter" plugin from this page:

http://www.gammon.com.au/mushclient/plugins/

(RH click and "save file as" - see instructions on that page).

Then edit the plugin with any text editor and near the start you will see this:


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE muclient [
  <!ENTITY interval "10" >
  <!ENTITY quit_command "QUIT" >
  <!ENTITY connect_command "CONNECT" >
  <!ENTITY noconnect_command "NOCONNECT" >
]>


Change the "10" on line 3 to "30".

Save your changes.

Install the plugin with the File menu in MUSHclient.

That should do it.