Jump to content

Recommended Posts

Hello guys, I'm looking for a way to handle an exception.
After disconnecting, I get "[MovementManager] Waypoint timed out", after Relog MovementManager changes List<Vector3> CurrentPath  and the route will consist of two points, my position => last position List<Vector3> CurrentPathOrigine.
I'm looking for a way to prevent this, so that the route remains CurrentPathOrigine after Relog. I have tried many things but I cannot find a reliable method that does not fail.
Calling Stop Move(); fires after Relog when movement starts, then the route will be restored, but I'm looking for a way to handle this before entering the world or prevent Waypoint timed out.


I would be glad to receive any ideas.
Module: Quester, problems arise only when moving on the ground, Is Hotspots = false.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...