Jump to content
  • Wizard's Sanctum Mesh (Stormwind)


    TheSmokie
    • Version: All Product: WRobot General Type: Bug Status: Not a Bug

     

    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);

    image.thumb.png.c708464c3737859f41e9d9b19be42948.png



    User Feedback

    Recommended Comments

    @Matenia still doesnt work,

     

    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, OffMeshConnectionType.Bidirectional, true),
            };
            OffMeshConnections.MeshConnection.AddRange(Mash);

     

    Link to comment
    Share on other sites

    On 6/26/2020 at 5:51 AM, Droidz said:

    you need to add destination position (where portal teleport) (I haven't tested, but you positions seem very near)

    I’ve been working on this offmesh for over 3 hours, no matter what it keeps looping from in and out of the portal

    Link to comment
    Share on other sites

    Hi! I tried to add offmesh here, and it seemed like it even worked out, but in 50% of cases the bot runs back and forth through the portal, maybe because the bot does not have time to process it? I think there needs to be some kind of delay after he crosses the portal / approaches the desired position.

    Link to comment
    Share on other sites



    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...