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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.