lfscomic 9 Posted June 5, 2022 Hey, everybody. My question is, if the network is unstable sometimes, the game will log out and return to the login screen, as we all know, it will automatically log in at that time, however, if this happens too many times, it will stop and no longer automatically log in, I wonder if there is a solution to this situation? I wrote my own script, and I checked that I didn't close the logon or the login event. thank you The above content is from translation software, may not be very accurate, for which I am very sorry
RSMasterGuard 20 Posted June 5, 2022 29 minutes ago, lfscomic said: Hey, everybody. My question is, if the network is unstable sometimes, the game will log out and return to the login screen, as we all know, it will automatically log in at that time, however, if this happens too many times, it will stop and no longer automatically log in, I wonder if there is a solution to this situation? I wrote my own script, and I checked that I didn't close the logon or the login event. thank you The above content is from translation software, may not be very accurate, for which I am very sorry You could probably write and Override function to on the login function and add a check either for it to saying you haven't logout or to just wait X amount of time (30 - 60 sec would probably be enough).
SubCZ 283 Posted June 5, 2022 Write your own LoginSolver: https://dreambot.org/javadocs/org/dreambot/api/randoms/LoginSolver.html Unregister the default login solver, and register your own: https://dreambot.org/javadocs/org/dreambot/api/randoms/RandomManager.html
lfscomic 9 Author Posted June 6, 2022 Thank you very much for your answers.Your answers have inspired me a lot.Thank you again.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.