Page 1 of 1

reconnect script error

Posted: 2008-05-25 19:17:42
by crazy1
I seem to have a problem when I macro everything works fine for about 3 hours and then when I get disconnected and the reconnect script tries to reconnect I get a fatal error. I am not sure what is causing this. I am using client 2.0.3 on sphere. Any help would be great.

Thank you

Posted: 2008-05-26 17:35:14
by Infectous
could be your macro script
check your settings
Image

you may have to check "Autostart"

I added a couple lines to the reconnector to stop/restart my scripts
find the line(s)... & add the bold accordingly

if (RFlag == 0) and (ReconnectTime <> '0') Then
UO.Exec('terminate all')
UO.Exec('exec your_macro_script')

UO.TextOpen()