Originally Posted by
aznanimality
Hey man great job everythign works fine for me.
I just get like a dc every 1-2 hours and the bot just sticks there forever.
Hope you find time to deal with this error!
I was digging aroudn and found this typically common way that people used to fix the issue
ElseIf CheckFor("Disconnect", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio),1)
Sleep(100)
Send("{SPACE}")
Return
I have no idea how the ratios work in the bots. Hope you find that this is somewhat helpful in trying to handle disconnect issues!