April 4, 20187 yr i need to interact with this interface... its hard for me! i'm a beginner! I want to make (for example: gold bars, rings, n stuff), but the bot doesn't support the "Make-All" option? https://imgur.com/a/Sm2lZ
April 5, 20187 yr Author 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 April 5, 20187 yr by alkku15
April 5, 20187 yr 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.
April 7, 20187 yr Author 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