Seminko 39 Posted October 16, 2017 Share Posted October 16, 2017 I know the bot tries to find a safe area to ressurect in when in ghost form. Can anyone shed some light as to how this is handled in C#? I would like to use it for when Vanishing. Link to comment Share on other sites More sharing options...
birgppa 1 Posted January 9, 2018 Share Posted January 9, 2018 bump Link to comment Share on other sites More sharing options...
Lotik 0 Posted July 7, 2018 Share Posted July 7, 2018 bump Link to comment Share on other sites More sharing options...
cedced30 1 Posted September 1, 2018 Share Posted September 1, 2018 bump, would love to implement the feature in a profile too. Link to comment Share on other sites More sharing options...
Classicwow 2 Posted October 3, 2018 Share Posted October 3, 2018 Bump Link to comment Share on other sites More sharing options...
Marshalek 1 Posted October 5, 2018 Share Posted October 5, 2018 LOL good luck with that using Wrobot Link to comment Share on other sites More sharing options...
Ordush 183 Posted October 5, 2018 Share Posted October 5, 2018 That is actually very very easy to make. I just did the same thing with my backtracking for my hunter. PM me on discord. ? Classicwow 1 Link to comment Share on other sites More sharing options...
Ordush 183 Posted October 6, 2018 Share Posted October 6, 2018 internal void VanishFunction() { Vector newPos = new Vector(Some X/Y Pos based on tar); if (ObjectManager.GetWoWUnitHostile().Count(u => u.Position.DistanceTo(newPos) <= 30 && !u.InCombat && u.IsAttackable) == 0) CastVanish else find new vector pos and check that } if(Conditions set by you) VanishFunction This is the gist of it. Classicwow 1 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