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

    Resolved [RS3] object with uid 5949615 is of type java.lang.Integer, which is not an array type.

    java.rmi.RemoteException: The object with uid 5949615 is of type java.lang.Integer, which is not an array type. at aux.IiiIiiIIii.c_array(qb:843) at aux.IiiIiiIIii.c_array(qb:586) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at...
  2. countvidal

    OSRS Dice Bot

    Why not just go to runebet.com ;) It's not like I own it or anything. lel. :cool:
  3. countvidal

    Resolved RS3 Auto Login

    Seems like the auto login keeps clicking on forgot your username: @cloud Fixed thanks
  4. countvidal

    Resolved RS3 RuneScape.logout();

    Seems to be working now!
  5. countvidal

    Resolved RS3 RuneScape.logout();

    RS3 RuneScape.logout(); doesnt seem to click the X interface in the top right to logout.
  6. countvidal

    Resolved RS3 Visibility

    Nope, looks like isVisible still returns true even if its not visible.
  7. countvidal

    Resolved RS3 Visibility

    Cant get past v2.0.4 for some reason. Wont download the new one, even tried doing it off site.
  8. countvidal

    Resolved RS3 Visibility

    No, getBounds() is null correctly when itsnt visible
  9. countvidal

    Resolved RS3 Visibility

    Same problem still happening, isVisible still returning true even when they are not visible.
  10. countvidal

    Resolved RS3 Visibility

    Ok awesome, would appreciate if you reply to this thread when you release the fix.
  11. countvidal

    Resolved RS3 Visibility

    So are you saying I should use getBounds null checked instead of isVisible?
  12. countvidal

    Resolved RS3 Visibility

    @Cloud InterfaceComponentQueryResults trade1 = Interfaces.newQuery().containers(INTERFACE_FIRST_TRADE).actions("Accept").visible().results(); InterfaceComponentQueryResults trade2 = Interfaces.newQuery().containers(INTERFACE_SECOND_TRADE).actions("Accept").visible().results()...
  13. countvidal

    Resolved RS3 Visibility

    So when I do in rs3 spectre: final static public int INTERFACE_FIRST_TRADE = 335; final static public int INTERFACE_SECOND_TRADE = 334; InterfaceComponentQueryResults trade1 = Interfaces.newQuery().containers(INTERFACE_FIRST_TRADE).actions("Accept").visible().results()...
Top