Findeh 34 Posted September 26, 2017 Share Posted September 26, 2017 Greetings. Sorry in advance for my english. Bot sometimes skip regen phase. And sometimes he don't need to regenerate after the combat, but then he uses, for example, buffs and now he need to regen. But he skips it and engage the fight. So i'm trying to fix it with checking all needed conditions again in loop, or by listening the lua events. But i have stuck with force-regen call. have tryed wManager.Wow.Bot.States.Regeneration.Run() but, well, this is not working :) Thank you for any advices. Link to comment https://wrobot.eu/forums/topic/7203-force-start-regen/ Share on other sites More sharing options...
Droidz 2738 Posted September 26, 2017 Share Posted September 26, 2017 Hello, do you have try code like: wManager.wManagerSetting.CurrentSetting.FoodPercent = 94; wManager.wManagerSetting.CurrentSetting.FoodMaxPercent = 95; wManager.wManagerSetting.CurrentSetting.DrinkPercent = 94; wManager.wManagerSetting.CurrentSetting.DrinkMaxPercent = 95; Findeh 1 Link to comment https://wrobot.eu/forums/topic/7203-force-start-regen/#findComment-32682 Share on other sites More sharing options...
Findeh 34 Posted September 26, 2017 Author Share Posted September 26, 2017 Hm, not what i have imagined but this might work, thank you. Link to comment https://wrobot.eu/forums/topic/7203-force-start-regen/#findComment-32693 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