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. aaron priest

    Block input - Mouse

    Hello everyone, I was wondering what the general opinion on using the mouse while running a bot is. On every client I ever used I was very cautious to prevent it from happening, because I was scared of the "jumps" of the mouse. Seeing that RuneMate only quite recently introduced the option to...
  2. aaron priest

    Bug OverheadIcon ids

    Affected games: OSRS LocatableEntityQueryResults<Player> results = Players.newQuery().filter( (Player player) -> player.getOverheadIcons().size() > 0 ).results(); for(Player r : results) for(OverheadIcon i : r.getOverheadIcons())...
  3. aaron priest

    Bug World hopping

    Worlds.newQuery().results(); returns 0 results. Might be connected to the issue jagex had with the world hopping themselfes?
  4. aaron priest

    Resolved AIOOB on modscript request

    Getting the following error when running any bot. Launched RuneMate via IntelliJ debug. Don't know what more to provide, please ask if anything is needed. The modscript that was requested arrived in a format that is unusable because it triggered a ArrayIndexOutOfBoundsException...
  5. aaron priest

    Buckets of soda & Sand ash [ChartershipAbuse]

    Sooo... I've written that god forsaken sand and ash buyer and wanted to gather some information on what would be wanted to be available. At the moment, it only supports osrs. Running back and forth between the bank and the merchants, hops worlds and keeps track of the hopping restriction and...
  6. aaron priest

    Bug Interacting with GroundItem

    A lot of times my bot tries to pick up a small tile from the ground using groundItem.interact("Take", groundItem.getDefinition().getName()); and the bot does not manage to do anything within 60 calls. I've observed, that it sometimes hovers the item for a split second. To get a better...
  7. aaron priest

    Rogues Den Abuse [Deleted]

    Aaron Priest submitted a new resource: Rogues Den Abuse - O what a rogue and peasant slave am I! Read more about this resource...
  8. aaron priest

    Bug Unsupported Operation Exception

    Been getting this error for a while now. Saw another thread on the forums where the issue wasn't resolved. Thought I'd share the "worst" one I've gotten yet. Any suggestions on what to do to prevent it? My bot is basically finished, but crashes 2/5 times I start it (maybe a little over...
  9. aaron priest

    Resolved Waiting on ChatDialog

    After interacting with a GameObject, I need to wait for the ChatDialog to turn up. Any smart ways of doing that out there? Interacting with ChatDialog before there is one throws NullPointerException and I can't find anything that listens for such events. The duration of the delay is dependent on...
  10. aaron priest

    Question Spectre dev mode via IntelliJ

    EDIT: I'm having trouble setting up RuneMate with IntelliJ on Mac. This is the error: Any help is greatly appreciated. @kazemanie Please move to Developer Support, my bad!
  11. aaron priest

    Request Desktop icons and Updates

    Hello everybody, I'm using RuneMate on a mac and whenever it updates (what seems to the case almost every day), after installing it always creates two unwanted desktop icons. Obviously thats only a minor thing, but it gets pretty annoying after a while. I'd suggest a check box to decide weather...
Top