Welcome!

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

Sign up now!

NPE when trying to use webwalking with custom web

Joined
Feb 26, 2015
Messages
822
I'm using @Aidden's tutorial to add a web file I created with Hax's Web Extender to the default web. However, upon trying to webwalk to my destination (Canifis bank), I get a NPE with this line of code:

Traversal.getDefaultWeb().getPathBuilder().buildTo(new Coordinate(3423, 3544, 0)).step();
 
Top