Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • SleepUntil logged in not working properly


    Falcon

    Recommended Posts

    Okay so my issue is that I am trying to make the script wait until it has logged in since it is trying to get some data about the local player afterwards but it seems to start running way before it has fully loaded, do you guys have any clue what I am doing wrong or have any suggestions?

    Sleep.sleepTicks(2);
    Sleep.sleepUntil(() ->
            Client.getGameState() == GameState.LOGGED_IN
            && Client.getGameState() != GameState.GAME_LOADING
            && Client.getGameState() != GameState.LOADING, 1000);
    log("After sleepUntil"); // This is running a long time before it should.
    Sleep.sleepTicks(2);
    Link to comment
    Share on other sites

    • 2 weeks later...
    • 4 weeks later...

    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
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.