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

    Question Can't start instance/view client(s)

    Hello, I'm feeling pretty stupid not downloading the bot and try running it before purchasing credit. Anyways I'm really hoping for some feedback on what to do. I've tried removing java and downloading runemate without prevail. Macbook pro 2011 java version "1.6.0_65" Java(TM) SE Runtime...
  2. awesome123man

    Resource Some Java Code from my CS1 Class

    The file attached contains all of my computer science 1 java assignments with a huge amount of Annotations for understanding. If you are an aspiring bot author or just want to see some java, check it out. The .java files are located in the src folder of each CH folder. Start at lowest chapter if...
  3. W

    Resolved jagex-jav//oldschool1.runescape.com/jav_config.ws.

    jagex-jav//oldschool1.runescape.com/jav_config.ws. Thats what runemate told me to do when i tryed to load oldschool I have linux ubo and i cant seem to download runescape client also
  4. F

    Resolved Getting an Array of GameObjects

    Sorry i'm pretty new to Java and i'm working on my first bot if someone could explain to me how i could get an array of nearby GameObjects so i can possibly sort them by how close they are and the by the GameObjects animation ID that would be awesome! :D
  5. seathe

    Resolved getting a java.lang.NoSuchMethodException

    so when i try to run my bot from intellij i keep getting this error: I've googled the error and is says that i'm missing a method somewere, but i'm stumped and don't know what i'm missing. :/ package com.seathe.bots.wispCatcher; import com.runemate.game.api.client.embeddable.EmbeddableUI...
  6. qosmiof2

    Resource Formatting numbers - Exp, items etc.

    public static String format(long i) { String formatted = ""; String end = ""; NumberFormat format = NumberFormat.getInstance(); formatted = format.format(i).toString(); if (i >= 1000) { end = "k"; if (i...
  7. A

    Java setting

    do people use Java setting [view] thing is "runetime Parameters" for good Reduce CPU and lag? what do you set? -Xmx512m -Xmx1234m -Xmx2048m
  8. debaucher

    Resolved Bot crashes when selecting banking location

    This happens with every bot I run. Whenever I run bots without selecting a banking location (i.g. Power chopping, power mining) they work flawlessly without any crashing. However with choosing the option to bank the bot itself crashes. The game will continue to run behind the gui but the instant...
  9. N

    Resolved Receiving Java Error When Running Multiple Clients

    Hey, I have been running just 1 client fine since yesterday morning, but I am now working on getting more clients up and I am getting a Java Error. It seems to happen when I minimize the client, it does not happen every time I minimize the client either, just sometimes. Here is the error I am...
Top