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
  • Interacting with the cooking menu


    JagexPlease

    Recommended Posts

    How do you interact with the cooking dialogue box? Can someone point me to the right javadoc, I can't seem to find the relevant one.

     

    Thanks, sorry for the overly simple question.

    Link to comment
    Share on other sites

    Should be Widgets.

     

    If you go into Tools -> Debugging -> Game Debugger

    You can search for specific text that should be displayed and find the correct widget.

     

    Then in code you'd just use getWidgets().getWidget(WIDGET_ID).interact()

     

    or add .getChild(CHILD_ID) etc

    Link to comment
    Share on other sites

    How do you interact with the cooking dialogue box? Can someone point me to the right javadoc, I can't seem to find the relevant one.

     

    Thanks, sorry for the overly simple question.

    Widgets

     

    make sure you null check before interacting.

     

    or if you just need to type 1 for make all just use the keyboard class

     

    check the API docs.

    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.