Not sure whats being said in this thread but heres the reconnecter i use.
you could prolly cut the waittimes a lot if you like, i use high waits cause im normally lagged.
Code:
sub Recon()
repeat
While (UO.ObjAtLayer('Bpack') >"0")
wait(500)
wend
wait(10000)
uo.lclick(399,327)
wait(1000)
uo.lclick(399,327)
wait(1000)
uo.lclick(399,327)
wait(100)
if (UO.ObjAtLayer('Bpack') >"0") then
else
uo.say("password")
end if
wait(10000)
uo.lclick(617,454)
wait(2000)
uo.lclick(617,454)
wait(5000)
uo.lclick(617,454)
wait(2000)
uo.lclick(617,454)
until false
end sub