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
  • Null error


    mankel200

    Recommended Posts

    Hey, is there something wrong with this code since i seem to get an error? I get an nullpointerexception on "if inventory is full"

     

    if (Inventory.isFull())  {
        Walking.walk(TREES.getRandomTile());
        sleepUntil(() -> !getLocalPlayer().isMoving(), 20000);
        sleep(Calculations.random(500, 1200));
        Inventory.get("Tinderbox").useOn("logs");
        sleepUntil(() -> getLocalPlayer().isMoving(), 20000);
        sleep(Calculations.random(500, 1200));
    
    }
    Link to comment
    Share on other sites

    In order to accurately troubleshoot your code, look at the lines of code which the error first occurred on your script in the Console Logs and look for the red text.

    Link to comment
    Share on other sites

    9 hours ago, 420x69x420 said:

    In order to accurately troubleshoot your code, look at the lines of code which the error first occurred on your script in the Console Logs and look for the red text.

    Pretty sure it was a problem with java or something since it  fixed itself lol

    Link to comment
    Share on other sites

    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.