Jump to content

Recommended Posts

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

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

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

 

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

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
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...