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

    Question some questions

    been messing around with my bot and there are some things i noticed i don't understand: Is there any difference performance wise in Mouse.setPathGenerator(Mouse.MLP_PATH_GENERATOR) vs Mouse.setPathGenerator(Mouse.CLOUSE_PATH_GENERATOR)? How comes that decreasing setSpeedMultiplier(double...
  2. bia10

    Question tracking items in containers?

    so what kind of features does the runemate api offers in relation to tracking items gained or lost in containers not inventory per se. Like looting bag, coal bag, gem bag etc... The inventory listener is only for inventory therefore looting into container wont fire on onLootAdded event.
  3. bia10

    Bug GUI problems

    Constantly i experience two problems: 1. When resizing the runmate window while in developer mode i get this weird stuff: java.lang.OutOfMemoryError java.lang.OutOfMemoryError at sun.misc.Unsafe.allocateMemory(Native Method) at java.nio.DirectByteBuffer.<init>(Unknown Source) at...
  4. bia10

    Question Check if mob health is zero?

    Hello, i need to perform action when mob health is at 0 however i am not able to accomplish such a task with the API i tried: public static boolean IsHPZero(Actor actor) { if (actor.getHealthGauge() != null ) { return actor.getHealthGauge().getPercent() == 0; }...
  5. bia10

    Bug Client wont start on Debian 10.3

    installation went fine, client even launched after install, however got stuck on verification code - not able to verify try later... tried to run client after that from console got this error: Failed to create storage directories. java.io.FileNotFoundException...
Top