fieldtester 0 Posted February 10 Share Posted February 10 Hello, at the moment I am trying to web walk to Crandor (2828, 3234, 0) and I am getting a message `WebWalkingEvent; No route found! Destinations = [[x=2828, y=3234, z=0]];`. Is there anything I can do to get to that position? This is my code for the webwalkevent: PathPreferenceProfile ppp = new PathPreferenceProfile(); ppp.setAllowTeleports(true); ppp.setAllowFairyRings(true); ppp.setAllowCharters(true); walkingEvent = new WebWalkEvent(location); walkingEvent.setEnergyThreshold(random(30, 50)); walkingEvent.setPathPreferenceProfile(ppp); Thanks! Quote Link to post Share on other sites
Czar 21669 Posted February 10 Share Posted February 10 It may not be mapped out in the web, or the target tile is unwalkable (position may be under an object or something), I'll ask around in the scripter dev chat to see if it's supported. 1 Quote Link to post Share on other sites
ez11 1345 Posted February 10 Share Posted February 10 find out which part of the route isnt supported and then post the missing link so pat can add it to the next dev build 1 Quote Link to post Share on other sites
fieldtester 0 Posted February 11 Author Share Posted February 11 Great, thanks for the help! Quote Link to post Share on other sites