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()...
  14. countvidal

    Bug Slow Method Calls

    When updating my RS3 Scripts for Spectre, method calls like Interfaces.newQuery().actions("Add from pouch").visible().results(); are significantly slower than before spectre, im talking like 5-10 seconds slower in a windows server vps. I could implement .containers(335) but are container ids the...
  15. countvidal

    Did something happen?

    I believe MoneyPouch.getContents() is no longer working
  16. countvidal

    Resolved Mouse Stackoverflow

    Could this be causing it?
  17. countvidal

    Resolved Mouse Stackoverflow

    it came back :( @Cloud
  18. countvidal

    Resolved Logout Method Broken

    Weird, seems to be fixed in the latest release.
Top