By registering with us, you'll be able to discuss, share and private message with other members of our community.
Sign up now!Is fishing the name that you see on runescape? Try doing .names("something") or search for the level number in the text instead. That's how i found it. or just use the dev toolkit and look in the interfaces (300) placeWhen I use System.out.println(Interfaces.newQuery().texts("Fishing").results().first()); it just returns null
Kind of makes sense, that will only match interface components which have the text "Fishing".When I use System.out.println(Interfaces.newQuery().texts("Fishing").results().first()); it just returns null
Names most probably wouldn't work, the level number should work, but the component he wants is probably the parent of the one returned.Is fishing the name that you see on runescape? Try doing .names("something") or search for the level number in the text instead. That's how i found it. or just use the dev toolkit and look in the interfaces (300) place
Names probably aren't what you think they are, only certain interface components have names.Thanks, I got it by looping through the components for 320. I tried using the developer toolkit and even tried searching using regex but all of the names say null
javafx.fxml.LoadException:
unknown path
at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2425)
at com.openbots.bots.open_interface_explorer.OpenInterfaceExplorer.int(m:144)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at bot.COn.initialize(k:26)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
... 9 more
Searching clicked
Found clicked: []
Are you using this for the hover skill thing? If so, just make your own@SlashnHax When I try to use your interface explorer, I get this exception
Code:javafx.fxml.LoadException: unknown path at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579) at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2425) at com.openbots.bots.open_interface_explorer.OpenInterfaceExplorer.int(m:144) at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at bot.COn.initialize(k:26) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548) ... 9 more Searching clicked Found clicked: []
We use essential cookies to make this site work, and optional cookies to enhance your experience.