Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. raezor

    Bug Hover skill for anti-pattern

    Nah I already got that working, it was the only thing I tried using his interface explorer for and couldn't get it to work
  2. raezor

    Bug Hover skill for anti-pattern

    @SlashnHax When I try to use your interface explorer, I get this exception javafx.fxml.LoadException: unknown path at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579) at...
  3. raezor

    Bug Hover skill for anti-pattern

    It's just one of many different types of anti pattern I intend to add, I am just working on a framework right now and am not familiar with this API yet, I used to develop scripts at powerbot a few years back and it's a little different. I have a system to do the frequency of activation.
  4. raezor

    Bug Hover skill for anti-pattern

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

    Bug Hover skill for anti-pattern

    When I use System.out.println(Interfaces.newQuery().texts("Fishing").results().first()); it just returns null
  6. raezor

    Bug Hover skill for anti-pattern

    I am trying to hover a skill for my anti-pattern and I can't seem to find the correct way to get the InterfaceComponent. Could someone tell me how to get the correct component.
Top