dreww 1 Posted August 31, 2018 same exact account, same exact setup, same settings on dreambot, java up to date runs fine on 2 out of 3 PCs but gets an unknown exception when trying to use an item on 1 PC anyone know what the issue here might be?
dreww 1 Author Posted August 31, 2018 6 minutes ago, Milasoft said: Can you post the error? It constantly spams this NPC thing regardless of whether it's stuck or not, so I don't think it's relevant. The Exception happens whenever it tries to use the item. This is all it says.
Milasoft 202 Posted August 31, 2018 can you scroll to the right or no? if not, can you save this as a .bat file and run it through there so it will show the full error. cd C:\Users\YOURUSERNAME\DreamBot\BotData java -Xdebug -jar client.jar if you are on windows that is..
dreww 1 Author Posted August 31, 2018 10 minutes ago, Milasoft said: can you scroll to the right or no? Didn't realize it said much more other than contact the developer, my bad. It has a NullPointerException when I click the item, but the item is there.
dreww 1 Author Posted August 31, 2018 21 minutes ago, Milasoft said: Can you post the code for the interaction? public int onLoop() { if (!READY) { if (!getLocalPlayer().getTile().equals(START_TILE)) { getWalking().walkExact(START_TILE); return 3000; //check again in 3 seconds } else { getInventory().get("MY ITEM").interact(); //changed to hide method :P getWalking().walkExact(CLICK_TILE); READY = true; return 0; } } else { //do other stuff } return 300; //loops every half tick }
dreww 1 Author Posted August 31, 2018 Just now, Milasoft said: Have you tried to clear your cache? Which cache specifically? Dreambot or Jagex?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.