Hello @Droidz, Can you add mesh to go threw the portal?
-9019.261f, 888.1429f, 29.62084f First
-9020.968f, 890.6682f, 29.62069f 2nd
offmesh not working :
var Mash = new List<OffMeshConnection> { new OffMeshConnection(new List<Vector3> { new Vector3(-9019.261f, 888.1429f, 29.62084f), new Vector3(-9020.968f, 890.6682f, 29.62069f) }, (int)ContinentId.Azeroth), }; OffMeshConnections.MeshConnection.AddRange(Mash);
Recommended Comments
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 accountSign in
Already have an account? Sign in here.
Sign In Now