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 Trade.getWealthTransferValue()

    Wow, im retarded. It was my own API I added to the client lol.
  2. countvidal

    Resolved Trade.getWealthTransferValue()

    The users should not have to parse API responses, the API should return clean results.
  3. countvidal

    Resolved Trade.getWealthTransferValue()

    Exception when Parsing Int: 1 coin.
  4. 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
  5. countvidal

    Resolved AutoLogin to Specific World

    Yeah the only thing is, I dont world hop its only for the 6 hour reload that I reload the client through a shell script. I always need it to reload the client to the same world. @Cloud, so I can just add it like this: -world="74"
  6. 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.
  7. 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)...
  8. countvidal

    Resolved Message Listener RS3

    Yep it is solved.
  9. countvidal

    Resolved API Request, getActions for Player

    Depends, on different minigames, different changes in form or what now give extra unique actions.
  10. countvidal

    Resolved Message getSender() case fail

    Thanks. Also: @Cloud
  11. countvidal

    Resolved API Request, getActions for Player

    Ah, my quick fix was just to hover over player and get the menu actions and target.
  12. countvidal

    Resolved Message getSender() case fail

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

    Resolved API Request, getActions for Player

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

    Resolved Message Listener RS3

    Could someone add Unable to resolve chatbox message type "120", please report this only if you can help identify it. Its the Other player declined trade! message. Should be under type TRADE. @Cloud
  15. 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
  16. countvidal

    Resource Trade API

    Yeah, haha. Got drawn to rs again to work on some rs gambling website.
  17. countvidal

    Resource Trade API

    What do you recommend, querying for each one?
  18. 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