September 22, 20169 yr Is it just me or did the WebWalking break after todays update? final WebWalkEvent walkingEvent = new WebWalkEvent(area); walkingEvent.setBreakCondition(new Condition() { @[member=Override] public boolean evaluate() { return area.contains(self.myPlayer()); } }); self.execute(walkingEvent); That bit of code worked until today Regards Edited September 22, 20169 yr by Abuse
September 22, 20169 yr Yes, WebWalking is currently broken. Will have to wait for a Dev to update OSBot sadly. I think only workaround for now is to use paths rather than WebWalker, although I haven't tested that. Edited September 22, 20169 yr by venetox
September 22, 20169 yr gg my stealth quester. Also another update gr8. Edited September 22, 20169 yr by Cunty
September 22, 20169 yr Every Thursday is update-day @Jagex. We will have to wait for the OSBOT devs to update Osbot. Edited September 22, 20169 yr by Sebastian
September 22, 20169 yr Author Every Thursday is update-day @Jagex. We will have to wait for the OSBOT devs to update Osbot. I am aware of that, just say that the Devs have updated their hooks, so wanted to ask if it was an issue on my end or not
September 22, 20169 yr I am aware of that, just say that the Devs have updated their hooks, so wanted to ask if it was an issue on my end or not nah it broke all scripts that depend on webwalk
September 23, 20169 yr For some very simple scripts of mine, I'm successfully using walk() instead of webwalk() in the interim.
Create an account or sign in to comment