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
reconnect script error
Moderators: Murderator+, Murderator
could be your macro script
check your settings
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()
check your settings

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