Phantom 8 Posted May 9, 2020 Share Posted May 9, 2020 is it possible to stop the bot from chasing down mobs? Ive seen mine die a few times now because its chasing down humanoids and pulls 5-6 other mobs n the meantime.. Link to comment https://wrobot.eu/forums/topic/12133-chasing-down-mobs/ Share on other sites More sharing options...
zzzar 13 Posted May 9, 2020 Share Posted May 9, 2020 Possible , but if mob fleeing away to his friends ,he pulls them to you anyway. Better solution to use stun or snare to stop them. Link to comment https://wrobot.eu/forums/topic/12133-chasing-down-mobs/#findComment-58061 Share on other sites More sharing options...
Phantom 8 Posted May 10, 2020 Author Share Posted May 10, 2020 15 hours ago, zzzar said: Possible , but if mob fleeing away to his friends ,he pulls them to you anyway. Better solution to use stun or snare to stop them. on the server I play on, this is kinda bugged - so they dont pull other mobs. I need the bot to just pull them and stay where it is, to not pull everything around it as well Link to comment https://wrobot.eu/forums/topic/12133-chasing-down-mobs/#findComment-58073 Share on other sites More sharing options...
zzzar 13 Posted May 10, 2020 Share Posted May 10, 2020 if (ObjectManager.Me.TargetObject.Fleeing) { Fight.StopFight(); wManager.wManagerSetting.AddBlackList(ObjectManager.Me.TargetObject.Guid, 30000); } put this in while loop or add to event Link to comment https://wrobot.eu/forums/topic/12133-chasing-down-mobs/#findComment-58075 Share on other sites More sharing options...
Phantom 8 Posted May 11, 2020 Author Share Posted May 11, 2020 21 hours ago, zzzar said: if (ObjectManager.Me.TargetObject.Fleeing) { Fight.StopFight(); wManager.wManagerSetting.AddBlackList(ObjectManager.Me.TargetObject.Guid, 30000); } put this in while loop or add to event inside the flightclass? cause I'm using the "Project wholesome" which cant be edited ? Link to comment https://wrobot.eu/forums/topic/12133-chasing-down-mobs/#findComment-58087 Share on other sites More sharing options...
Droidz 2738 Posted May 11, 2020 Share Posted May 11, 2020 put code in plugin Link to comment https://wrobot.eu/forums/topic/12133-chasing-down-mobs/#findComment-58097 Share on other sites More sharing options...
Droidz 2738 Posted May 11, 2020 Share Posted May 11, 2020 StopFightFleeingMobs.cs Link to comment https://wrobot.eu/forums/topic/12133-chasing-down-mobs/#findComment-58098 Share on other sites More sharing options...
Phantom 8 Posted May 11, 2020 Author Share Posted May 11, 2020 1 hour ago, Droidz said: StopFightFleeingMobs.cs 623 B · 1 download thank you! Link to comment https://wrobot.eu/forums/topic/12133-chasing-down-mobs/#findComment-58100 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