79135 4 Posted October 10, 2018 Share Posted October 10, 2018 How to force bot runaway from evading mob(sometimes the monster runs into some object and the character just looks at the monster trying to attack it) wManager.wManagerSetting.CurrentSetting.DetectEvadingMob = true; dont helped. I want to do it without plugin, use just FC. 1.int healthTargetStart =ObjectManager.Target.Health; 2.Thread.Sleep(20000); 3.int healthTargetFinish =ObjectManager.Target.Health; 4.if(healthTargetStart == healthTargetFinish) 5.Move.Backward(Move.MoveAction.PressKey,5000); or BlackList the mob and skip it. But in FC if i use the code with few CD, bot will be spend a lot of time (every 20 sec) on the action. Explain please how to do it differentle. Thanks. UPD. How still put into items the gems with c shape? Link to comment https://wrobot.eu/forums/topic/10248-anti-bug-fight-with-mobs/ 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