Jump to content
  • Move


    Bastilla
    • Version: All Product: Grinder Type: Bug Status: Not a Bug

    I want to drink water in my c# Code:

    internal void drinkwater ()
        {
        
            {
                Logging.WriteFight("Drink Water Start");
                Logging.WriteFight("drink water " + water );
                wManager.Wow.Helpers.ItemsManager.UseItem(1708); // Nectar
                Thread.Sleep(10000000);
                Fight.StopFight();
                MovementManager.StopMoveTo(true, 10000);
                Fight.StartFight();
                Logging.WriteFight("Drink Water End");
            }
         
        }

    but my char move direct after drink. I think this is ab bug.



    User Feedback

    Recommended Comments

    Bastilla

    Posted

    @Druidz you can close this Bugreport. Now i found the solution. Thanks



    Please sign in to comment

    You will be able to leave a comment after signing in



    Sign In Now

×
×
  • Create New...