February 10, 20215 yr 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!
February 10, 20215 yr 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.
February 10, 20215 yr 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
Create an account or sign in to comment