while(ObjectManager.Me.Position.DistanceTo(new Vector3(377.3996, -134.4637, -2)) > 3)
{
MovementManager.Face(new Vector3(377.3996, -134.4637, -2));
Thread.Sleep(500);
Move.Forward(Move.MoveAction.PressKey,100);
Thread.Sleep(500);
}
Bot never come into point
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