Deathimminent Posted June 29, 2017 Posted June 29, 2017 Error: [ERROR][Bot #1][06/29 01:40:25 PM]: Error executing event : org.osbot.rs07.event.WalkingEvent@1fe58a java.lang.IllegalStateException: Could not identify minimap interface child! Please report to developers. at org.osbot.rs07.api.util.GraphicUtilities.IiIiiiiiiiiI(ae:505) at org.osbot.rs07.api.util.GraphicUtilities.getMinimapScreenCoordinate(ae:738) at org.osbot.rs07.api.map.Position.isOnMiniMap(dh:518) at org.osbot.rs07.event.WalkingEvent.IiiIIiiiIiii(el:670) at org.osbot.rs07.event.WalkingEvent.execute(el:246) at org.osbot.rs07.event.EventExecutor$2.run(xe:230) at org.osbot.rs07.event.EventExecutor.execute(xe:101) at org.osbot.rs07.script.MethodProvider.execute(vk:519) at org.osbot.rs07.api.Walking.walk(bi:258) at test.TEST.onLoop(TEST.java:22) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(yl:161) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][06/29 01:40:25 PM]: Terminating script TEST... [INFO][Bot #1][06/29 01:40:25 PM]: Script TEST has exited! Code: package test; import org.osbot.rs07.api.map.constants.Banks; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(logo = "", author = "kj", name = "TEST", version = 0.1, info = "") public class TEST extends Script { @Override public int onLoop() throws InterruptedException { getWalking().walk(Banks.YANILLE); return 1000; } }
k9thebeast Posted June 29, 2017 Posted June 29, 2017 (edited) From what I see some of the hooks need updating. Edited June 29, 2017 by k9thebeast