alkku15 Posted April 4, 2018 Posted April 4, 2018 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
alkku15 Posted April 5, 2018 Author Posted April 5, 2018 (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 April 5, 2018 by alkku15 1
TrekToop11 Posted April 5, 2018 Posted April 5, 2018 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.
alkku15 Posted April 7, 2018 Author Posted April 7, 2018 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