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

    Celestial Transmutation [Deleted]

    I don't really see the point in setting speed on the script when users already have the option to change mouse speed in the RuneMate settings.
  2. fontkodo

    Tutorial Setting up IntelliJ for RuneMate

    I think on the 6th image it shows jre7 as the selected JRE, make sure it's using java 8 to run.
  3. fontkodo

    Tutorial Setting up IntelliJ for RuneMate

    Looks like you need to use SDK 8 to run it, there should be some guides on how to switch to Java 8 on IntelliJ, on Google.
  4. fontkodo

    Bug Clicking through Notes interface

    It also tries to click through a ton of various other interfaces including magic, prayer, etc. The one big problem is that if you are in resized mode and there is a part of the window not behind one of the interfaces that are supported, objects are seen as visible though being out of the gameview.
  5. fontkodo

    QualityHerblore [Deleted]

    Could you add support for Super strength potions? The ingredients are Kwuarm potion (unf) and Limpwurt root
  6. fontkodo

    Alpha PestControl [Deleted]

    It's running around a lot, almost every single time it starts to attack monsters it will attempt to walk to a random location around the portal. It was working fine last week when I was using it.
  7. fontkodo

    Alpha Gilded Altar [Deleted]

    Sometimes it accidentally clicks 'Collect' on the bank and opens up the GE collection interface, it then tries to click the bank even though it is behind the interface and gets stuck.
  8. fontkodo

    Implemented Sorting by distance to locatable

    We already have nearestTo(), so to keep things routine I would say SortByDistanceTo, but 'From' appears to be the more accurate term when it comes to the dictionary. It's up to you.
  9. fontkodo

    [OutDated]Exia Miner AIO [Deleted]

    Granite would be a nice addition, banking should be pretty simple with lodestones (bandit camp lode to the mine, and burthope to bank). Not many people know about this, but you can use perfect juju mining potions (bought at ge) at almost every ore and each dose lasts for an hour, which results...
  10. fontkodo

    Tutorial How, and why, to use the PlayerSense API

    Do you know how I could generate a new key for storing values? My IDE isn't giving me any suggestions on the use of PlayerSense, I enter PlayerSense. and all it suggests is .Key and nothing else, whatever I'm entering isn't appearing to be valid in my IDE.
  11. fontkodo

    Implemented Sorting by distance to locatable

    We have an option to sort gameobjects by distance to the player via .sortByDistance, however there doesn't seem to be an option to sort by distance to another locatable. So we could do something like: GameObjects.newQuery().names("Granite rocks").results().sortByDistanceTo(new Coordinate(x...
  12. fontkodo

    RS3 AIO Lunar Caster (Humidify)

    I've made a humidify script but in it's current state I don't think it would be good to release because I haven't added any antiban yet. Expect a release when I get my antipattern quiz out and then once I rewrite it.
  13. fontkodo

    Computer hardware service

    Yubi helped me with some general PC build questions, is definitely knowledgeable about PC hardware and seems enthusiastic. I'd recommend anyone who needs help with their builds to post here.
  14. fontkodo

    It doesnt matter how long you bot...

    They're already gathering data on how bots work, however, for the clients which aren't detected, they need a way to determine who to analyze and to watch for bot-like behaviors. It seems that the work they do to analyze behaviors is incredibly resource intensive, which means that they can only...
  15. fontkodo

    Mod Jacmob may left Jagex

    Mod Jacmob, the guy who is famous for creating RSBuddy and who created the BotWatch system which almost completely took out botting on RS, has apparently left Jagex recently. This means that Jagex no longer has their ace in the hole against RuneScape botting, as bots become more advanced it's...
  16. fontkodo

    Alpha Granite Miner [Deleted]

    It keeps spam clicking on Sign of the porter IV's even though it's already wearing one, doesn't happen with other signs I don't think. @Eagles13
  17. fontkodo

    MassFighter [Deleted]

    @Ozzy Are you thinking of adding a caged monster mode, so just ignore the check for isReachable?
  18. fontkodo

    RS3 Dungeoneering Helper Scripts

    While we wait for dungeoneering scripts, the only way to train it effectively for now is to play legit or pay someone else to do it for you. However, this shouldn't count out the possibilities of RuneMate such as creating scripts that: Tell you where doors and keys are Use abilities for you...
  19. fontkodo

    MassFighter [Deleted]

    Restart your client to get the new update and I think it uses keyboard again instead of the mouse.
  20. fontkodo

    [DEV] RedDungeon

    With double XP coming up I think it would be really cool if this could solve dungeons until it hit an unsupported boss/puzzle in which case it could notify the user with a message. This would allow training dung while keeping interaction minimal and easy. @red
Top