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
  • LoginResponse Bug


    Mojo

    Recommended Posts

    So im trying to get the login response for disabled/locked accounts. Each time It only returns the same value. I cant tell if either is happening...

           c.log(String.valueOf(script.getClient().getMessage1().toLowerCase()+"||1"));
            c.log(String.valueOf(script.getClient().getLoginResponse()) + "||LOGIN INDEX3");
            c.log(String.valueOf(script.getClient().getLoginIndex()) + "|| V2 LOGIN INDEX");
            c.log(String.valueOf(script.getClient().getLoginResponse().getSeverity()) + "|| V3 LOGIN INDEX");
            c.log(String.valueOf(script.getClient().getLoginResponse().name()) + "|| V4 LOGIN NAME");

    Its making it look like locked and disabled are same thing and I dont know how to get the text value instead so i can go from string.

    JavaDocs on this isnt very clear on what to do as well... Pls help ty @Nuclear Nezz

    Link to comment
    Share on other sites

    • 1 month later...

    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.