Butters Posted January 17, 2018 Share Posted January 17, 2018 (edited) Not really an issue but more like a question. Does WebWalkEvent consider home teleport (the one to lumby) as a viable teleport to shorten the path? Did a test run like 10 times, always walked there. Code: WebWalkEvent event = new WebWalkEvent(area); PathPreferenceProfile profile = new PathPreferenceProfile(); profile.setAllowTeleports(true); event.setPathPreferenceProfile(profile); s.execute(event); And yes, the teleport is not on "cool down" and can be cast. Edited January 17, 2018 by nosepicker 1 Link to comment Share on other sites More sharing options...
Alek Posted January 17, 2018 Share Posted January 17, 2018 It does not and I probably won't consider it for some time. Good question though. 1 Link to comment Share on other sites More sharing options...