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

    Ok well the problem occured again, the message (with no conditions at the top of loop) stopped printing
  3. T

    Resolved Restart bot during runtime

    This is exactly what just came to mind, i'm going to run the bot until the problem happens again and see if messages continue printing ill assume if they do its 100% a problem on my side.
  4. T

    Resolved Restart bot during runtime

    The only condition is if the player is in an area and to walk to the next. If the regionpath is null, i make a web path, if the web path is null i make a bresenham path. But when this problem happens, no matter what area I am in the bot won't continue running. And it's only in one area (after...
  5. T

    Resolved Restart bot during runtime

    Thanks, i also have some new information. It is printing Nov 05, 2015 7:58:27 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged INFO: Could not find stylesheet: file:/C:/Users/Mohsin/RuneMate/temp/SetupDialog.css whenever i stop/start the script after this problem occurs. It doesnt...
  6. T

    Resolved Restart bot during runtime

    This is something I know I inevitably should learn so I guess its time, thanks for the suggestion.
  7. T

    Resolved Restart bot during runtime

    the problem is ,i get this with any kind of path.
  8. T

    Resolved Restart bot during runtime

    I forgot to mention i've tried a webpath, and the Bresenham Path. Remember, the regionpath works most of the time, but the bot itself will stall randomly and won't even detect itself INSIDE of the area i've specified. And the regionpath is only used to walk across the currently loaded region...
  9. 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...
  10. T

    Ironman edgeville men killing help

    if it accidentally goes up ladder, it comes back down. and as long as you're in the edgeville area it'll find its way to the bank/fight area. Or did you mean something in particular?
  11. T

    Ironman edgeville men killing help

    If ExpertManSlaughter is too outdated and doesnt work, I just pushed a ManKiller script to the bot store. Should be live in another day or so, has deathwalk if you set deathspawn to edge :)
  12. 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...
  13. T

    Ironman DarkScape - Bot PK Episode 1 Pure Essence Rampage

    Aussie gamer couple but the girlfriend is obviously from Bristol, UK recognised the accent immediately as that is where im from. And I don't want to sound harsh but do you have autism or is it some kind of mr bean roleplay edit: just realized hes banned and 1 week old deadthread
  14. T

    Resolved Clicking Players instead of NPCS

    Didn't know such a thing existed but I have joined it :) , and i will thanks for the tip
  15. 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")) {...
  16. T

    Implemented Restrict SDK Runtime for End Users

    Hmm i think maybe I had a "phantom" client running in the background then if the limit is supposed to be two. Thanks for replying, I feel a little calmer knowing I only need to release one script successfully to get the bot author title. I know we were warned previously about the upcoming change...
  17. T

    Implemented Restrict SDK Runtime for End Users

    Well today I was met with the 1 client limit AND the 3 hour limit while developing so i guess im going to release a half finished piece of shit script , or spread out my time over the next few weeks. I feel like there's gotta be a different way about this, restricting development time seems a...
  18. T

    Implemented Restrict SDK Runtime for End Users

    I had no idea i'd be restricted to 3 hours per day botting on my private script, im somewhat disappointed. From what was explained to me elsewhere on the forums yesterday I thought that I would be able to run my bot for unlimited time on one client. Now I either have to pay $1 a month for it or...
  19. T

    Resolved Using script in normal client instead of dev client?

    Thanks for the comprehensive reply just the information I needed, it makes sense that you guys will try to encourage sharing and public bots :) once the bot stalls and walking problems are fixed Ill upload
Top