Sup123 1 Posted December 18, 2016 Share Posted December 18, 2016 Hello i have new problem with action bot all works fine go to AH, search for items and buy it well problem starts when he want go to the mailbox he just run into wall like a retard so i wanna know how to fix that or something Link to comment Share on other sites More sharing options...
Droidz 2737 Posted December 22, 2016 Share Posted December 22, 2016 Hello, try to blacklist this mailbox (blacklist zone or disable mailbox in 'npc db' tab 'tools'). Link to comment Share on other sites More sharing options...
Sup123 1 Posted December 25, 2016 Author Share Posted December 25, 2016 I did all waht you said if i give blacklist zone for mailbox he won't move not in ah not here if i uncheck mailbox at npc db tab tool he will still runt into that wall, cuz he wanna come to the mailbox on next side Link to comment Share on other sites More sharing options...
Droidz 2737 Posted January 3, 2017 Share Posted January 3, 2017 Hello, wait next update. To wait you can run this c# code, for it, go to tab "Tools" > "Development tools", paste this code in textbox: : var me = new List<PathFinder.OffMeshConnection> { new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(-8805.438, 663.3263, 96.20168), new Vector3(-8809.822, 647.994, 94.38027) }, (int) wManager.Wow.Enums.ContinentId.Azeroth), new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(-8809.822, 647.994, 94.38027), new Vector3(-8805.438, 663.3263, 96.20168) }, (int) wManager.Wow.Enums.ContinentId.Azeroth) }; wManager.Wow.Helpers.PathFinder.OffMeshConnections.Load(); wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection.AddRange(me); wManager.Wow.Helpers.PathFinder.OffMeshConnections.Save(); and press button "C# (...." Link to comment Share on other sites More sharing options...
Recommended Posts
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