Jump to content

Force Start Regen


Findeh

Recommended Posts

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
Share on other sites

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;

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...