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...
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.
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...
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;
}...
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...