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
  • How to check stamina pot active?


    jamess

    Recommended Posts

    Hi.

     

    I am unable to figure out how to check if a stamina potion is active. I've tried looking in the widget debugger but I can't find anything that seems to represent stamina potion being active. Does anyone know how to do this?

     

    Thanks

    Link to comment
    Share on other sites

    Hi i found something under player settings with the value 638 which seems to be run related. By watching the debugger output I was able to find a config 1575 that had a value of over 4 million when a stamina potion was active and 0 when it wasn't.

     

    I was able to find this value in my bot by doing:

    PlayerSettings playerSettings = new PlayerSettings(getClient());
    if (playerSettings.getConfig(1575) != 0) {
        log("Stam is active");
    }

    which worked.

     

    Thanks a lot for your help.

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

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