fieldtester Posted February 10, 2021 Share Posted February 10, 2021 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 comment Share on other sites More sharing options...
Czar Posted February 10, 2021 Share Posted February 10, 2021 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 comment Share on other sites More sharing options...
ez11 Posted February 10, 2021 Share Posted February 10, 2021 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 comment Share on other sites More sharing options...
fieldtester Posted February 11, 2021 Author Share Posted February 11, 2021 Great, thanks for the help! Quote Link to comment Share on other sites More sharing options...