May 16, 20178 yr Hello, i would like to ask if someone knows an event which fires on generate path requests and also return the start & end position for the requested path. The current event which i'm using is "MovementEvents.OnMovementPulse" but it has already generated the path to the destination. The reason is why i need that is i want to diminish the effort for my plugin because i don't need the generated path and it's pointless if it takes a few seconds to generate while i only need the start & destination position in the end.
May 16, 20178 yr Hello, you can disable PathFinder here: wManagerSetting.CurrentSetting.UsePathsFinder For the events, wait next update I added: wManager.Events.OthersEvents.OnPathFinderFindPath // Vector3 from, Vector3 to, string continentNameMpq, CancelEventArgs cancelable wManager.Events.OthersEvents.OnPathFinderFindPathResult // Vector3 from, Vector3 to, List<Vector3> path, string continentNameMpq, bool resultSuccess
Create an account or sign in to comment