December 28, 20169 yr Hey i make Quest from 1-100 and i have problem with the Quest: By the skin of his teeth ( Survive while holding back the worgen for 2 minutes.) I work with the Quest Editor, how i can make that the bot fight for 2 minutes and then he turn in this quest?
December 29, 20169 yr Hello, Before pulse quest try to run code like new System.Threading.Thread(delegate () { System.Threading.Thread.Sleep(1000 * 60 * 2); wManager.Wow.Helpers.Fight.StopFight(); }).Start();
Create an account or sign in to comment