Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. ultiscripts

    Bug WebPath returning null

    Same issue. Seems to be broken.
  2. ultiscripts

    Bug Webwalking cannot build a path.

    I can't imagine rimmington mine to lumbridge pub would be unreachable. What a shame though, I was planning on porting my questing bot to Runemate. But that'll be a pain without webwalking.
  3. ultiscripts

    Bug Webwalking cannot build a path.

    private final Area areaStart = new Area.Rectangular( new Coordinate(3226, 3239, 0), new Coordinate(3233, 3242, 0) ); // This final WebPath path = Traversal.getDefaultWeb().getPathBuilder().buildTo(new Coordinate(3228, 3240, 0)); // Or this won't work final WebPath path =...
Top