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!