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

    Resolved Failed to download /parse jav_config.ws

    I've avoided making a thread about it, but this error has me stuck. I'm trying to run runemate on a Windows 8 laptop. No firewall on, no proxy, and updated version of Java. I've searched for other threads and they usually have something to do with a proxy or java version. Anyone else had this...
  2. T

    Resolved Restart bot during runtime

    So theres a bug that occurs with my bot, i've tried everything to debug it but to no avail. It will just freeze, in the Area "landing". It won't print the message when it's stuck, and it will walk through this location multiple times before freezing. more info: it turns out, it happens ONLY...
  3. T

    Resolved Checking for loot piles

    I have a feeling this will be something related to varps ? But i'd like to know how to detect different sized loot piles e.g coins or arrows, if "varps" is correct can someone give me a point in the right direction <3 For anyone who has the same question, its possible by simply doing: if (ammo...
  4. T

    Resolved Clicking Players instead of NPCS

    It's definitely NOT just a missclick because the bot will continue to target the player multiple times before moving on to the actual target npc Npc npcm = Npcs.newQuery().names("Minotaur").results().nearestTo(Players.getLocal()); if (npcm.getLevel() < 30) { if (npcm.interact("Attack")) {...
  5. T

    Resolved Using script in normal client instead of dev client?

    Want to try and get some more FPS out of my two bots, so would like to try the norma client is this possible?
  6. T

    Bug Problemo Walking

    So everything is going fine, then i suddenly notice my bot has stopped moving as if it cannot detect the area its standing in, although, when i restart the script completely it will continue walking without a problem until the problem crops up again. Any idea what might cause this? Also...
Top