Jump to content

Cook All Option?


Recommended Posts

Posted (edited)

You need to use widgets.

Go to settings and enable widget debugging.

Now you see something like this:

e7d7e6928a7ddcc67f59b8f6a6097258.png



So the parent widget id = 307, child id = 4

 

RS2Widget cookMenu = widgets.get(307,4);
if(cookMenu != null && cookMenu.isVisible())
  cookMenu.interact("Cook All");
Edited by Flamezzz
  • Like 1

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...