Jump to content

Thread.sleep question, and waiting in general


Recommended Posts

Posted

In my farming script I want to a certain amount of time before relogging after being done with my patches. To do this I run from command line and allow norandoms. When my run is done, I logout and Thread.sleep(x). Then the script resumes. Is this foolproof? Sometimes my script glitches out, and when I run two accounts it might get stuck. Is this because of the Thread.sleep?

Then there's the ScriptExecutor. I could allow randoms, logout, pause(), use a Timer object and resume().

What would be the best, fool proof way?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...