Jump to content

WebWalkEvent and home teleport


Butters

Recommended Posts

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 by nosepicker
  • Like 1
Link to comment
Share on other sites

  • Alek locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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