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

    Resolved RS3 Auto Login

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

    Resolved RS3 RuneScape.logout();

    RS3 RuneScape.logout(); doesnt seem to click the X interface in the top right to logout.
  4. 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()...
  5. countvidal

    Resolved Logout Method Broken

    @Cloud the RuneScape.logout() is broken in that it wont click on the interface to bring up the lobby / logout modal.
  6. countvidal

    Resolved Mouse Stackoverflow

    @Cloud tried increasing the -Xss, no luck.
  7. countvidal

    Resolved Client Sync with Cloud

    For some reason the client stopped syncing my rs accounts. I am running multiple instances in different machines on the same forum account. When I save the rs account and reload the bot, it does not display any rs accounts.
  8. countvidal

    Throwback Sunday

    Reminiscing 02-13-2011 @Arbiter come a long way since then.
  9. countvidal

    Resolved Player.interact

    Special case with postfix: where code is: System.out.println("Going to Trade Player: " + playerName); if (p.interact("Trade with", playerName)) { and p is not null, it actually found the player using: Players.newQuery().names("Lunarslash67").results().first(); It was...
  10. countvidal

    Resolved Inventory.getMoney()

    It only returns amount in money pouch, not the sum of both moneypouch and inventory: @Cloud
  11. countvidal

    Resolved Does Runemate Work on Ubuntu?

    Has RuneMate ever been tested and worked on Ubuntu? @Cloud
  12. countvidal

    Resolved Trade.getWealthTransferValue()

    Exception when Parsing Int: 1 coin.
  13. countvidal

    Environment getCurrentWorld

    Could we have a method in Environment that gets the Current world from the loaded rs jar target. i.e. world43.runescape.com:443
  14. countvidal

    Resolved AutoLogin to Specific World

    Is there any way to send a parameter to the autologin random with the world it should login to? Wouldnt want to make my own autologin from scratch if I didnt need to.
  15. countvidal

    Resolved AutoLogin Fails

    (10:33:21) [Login] Attempting to login with the specified credentials (10:33:24) [Resources] Checking for resources. (10:33:26) [Debug] Started RuneMate v1.0.0 Beta 76 with java 1.8.0_31 (10:33:28) [Setup] Downloading game... (10:33:32) [Setup] Syncing with RuneMate Cloud (baa07c50)...
  16. countvidal

    Resolved Message getSender() case fail

    System.out.println(m.getSender()+": "+m.getMessage()); Just pointing it out.
  17. countvidal

    Resolved API Request, getActions for Player

    Could a method to getActions be added for Player, just as it is for NPCs?
  18. countvidal

    Resolved Massive Lag when running any script (even blank script)

    When ever I run Runemate it keeps getting reset every time I run it. (The configuration of graphics) Any thoughts? @Cloud
  19. countvidal

    Resource Trade API

    I made a simple trade API for who ever wants to use it. Legacy on RS3 only import com.runemate.game.api.hybrid.input.Keyboard; import com.runemate.game.api.hybrid.local.hud.interfaces.InterfaceComponent; import com.runemate.game.api.hybrid.local.hud.interfaces.Interfaces; import...
Top