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
  • ESC enabler


    Hashtag

    Recommended Posts

    The code above is updated already.

    Didn't you say you are using a different method to grab the widget IDs because they change every update?

     

    The above code still has grabbing the widget by ID:

    WidgetChild w = getWidgets().getWidgetChild(121, 103);
    Link to comment
    Share on other sites

     

    Didn't you say you are using a different method to grab the widget IDs because they change every update?

     

    The above code still has grabbing the widget by ID:

    WidgetChild w = getWidgets().getWidgetChild(121, 103);

    The widgets I am grabbing by id aren't changing when RS updates. At least haven't changed in ages.

    Link to comment
    Share on other sites

    I see. Didn't see this line here. Thanks.

    w = getWidgets().getWidgets(widget -> widget != null && widget.getParentID() == 261 && widget.getActions() != null && widget.getActions()[0].equals("Keybinding")).get(0);
    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.