Jump to content

Webwalk no route found issue


Recommended Posts

Posted

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!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...