Jump to content

need spoonfeed


Recommended Posts

Posted (edited)
11 hours ago, TrekToop11 said:

section 12

yes thanks for the help i already knew this, but as i said the client doesnt support this or then im doing something wrong... nothing happens when im in the interface

RS2Widget makeall = getWidgets().getWidgetContainingText("Make-All");

makeall.interact("Make-All");

 

EDIT: yes im stupid this worked,   

RS2Widget m = getWidgets().get(446, 9);
 m.interact("Make-All");

Thanks love you boys

Edited by alkku15
  • Like 1
Posted
8 hours ago, alkku15 said:

yes thanks for the help i already knew this, but as i said the client doesnt support this or then im doing something wrong... nothing happens when im in the interface

RS2Widget makeall = getWidgets().getWidgetContainingText("Make-All");

makeall.interact("Make-All");

 

EDIT: yes im stupid this worked,   

RS2Widget m = getWidgets().get(446, 9);
 m.interact("Make-All");

Thanks love you boys

Sorry, I didn't realize what you had written as you didn't post any in the original post.  You can look into filters, when using the widget debugger you can look at the Item id / spell name / sprite and use those to help you find the widget too.

Posted
On 5.4.2018 at 5:15 PM, TrekToop11 said:

Sorry, I didn't realize what you had written as you didn't post any in the original post.  You can look into filters, when using the widget debugger you can look at the Item id / spell name / sprite and use those to help you find the widget too.

ye bro all good, thanks 

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