Mikee_ Posted September 23, 2016 Share Posted September 23, 2016 (edited) Bot I quickly threw together used to work about a week ago, now i'm getting this: java.lang.AbstractMethodError: client.getDestinationX()I at org.osbot.rs07.api.Map.getDestination(sg:183) at org.osbot.rs07.event.WebWalkEvent$2.condition(vo:518) at org.osbot.rs07.utility.ConditionalSleep.sleep(if:87) at org.osbot.rs07.event.WebWalkEvent.execute(vo:529) at org.osbot.rs07.event.EventExecutor$2.run(wm:106) at org.osbot.rs07.event.EventExecutor.execute(wm:59) at org.osbot.rs07.script.MethodProvider.execute(qg:495) at org.osbot.rs07.api.Walking.webWalk(mh:211) at ChopNBurn.ChopNBurn.getState(ChopNBurn.java:281) Here is line at line 281: if (getWalking().webWalk(POS_FM)) { Someone explain pleez? Edited September 23, 2016 by puremikeg943 1 Quote Link to comment Share on other sites More sharing options...
Chris Posted September 23, 2016 Share Posted September 23, 2016 Webwalking #getDestination is messed up. That means the webwalker is not working. Please use WalkingEvent in the mean time. The Develepors are currently working on the issue but they are still busy in real life. Wait for an update `Chris 1 Quote Link to comment Share on other sites More sharing options...
Mikee_ Posted September 23, 2016 Author Share Posted September 23, 2016 Webwalking #getDestination is messed up. That means the webwalker is not working. Please use WalkingEvent in the mean time. The Develepors are currently working on the issue but they are still busy in real life. Wait for an update `Chris Thank you, I appreciate your response. Atleast I'm not worried that I messed something up anymore. Quote Link to comment Share on other sites More sharing options...