palmusaari Posted August 29, 2016 Posted August 29, 2016 I'm trying to update this script to work on current OSBot: http://osbot.org/forum/topic/95800-jad-prayer-swapper/ My error message is:[ERROR][bot #1][08/30 02:00:49 ap.]: Error in bot executor!java.lang.NoSuchMethodError: org.osbot.rs07.Bot.setHumanInputEnabled(Z)V at main.onLoop(main.java:23) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(zf:103) at java.lang.Thread.run(Unknown Source) How would you proceed on making the bot run again?
Muffins Posted August 29, 2016 Posted August 29, 2016 I already told you in chat it's NPE'ing and it's outdated, read. 2
Manner Posted August 29, 2016 Posted August 29, 2016 Just delete line 23, idk if there is a replacement, but that method is no more. You will just have to manually enable input on the client when you start the script. 1