reconnect script error

Ask for help

Moderators: Murderator+, Murderator

Post Reply
crazy1
Posts: 12
Joined: 2008-01-31 17:43:42

reconnect script error

Post 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
Infectous
Posts: 55
Joined: 2004-07-29 16:29:52

Post 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()
Post Reply