January 6, 20224 yr if the bot dies during the action "Runcode > wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(-10215.35, 36.84612, 34.33632, "None"));" then it skips the step without completing it. How do I make the bot repeat this step until it completes?
January 7, 20224 yr Hello, use: - "While" step > !wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(-10215.35, 36.84612, 34.33632, "None")); - "EndWhile" step
Create an account or sign in to comment