fieldtester Posted February 10, 2021 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!
Czar Posted February 10, 2021 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
ez11 Posted February 10, 2021 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