What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Make the bot ignoring specified target?

zamup

New Member
Joined
Mar 20, 2014
Messages
114
Reaction score
0
Is that possible to make the bot do not attack a specified monster? And just continue to run without attacking him
 
Right now, you can do that by blacklisting the object's id.

Code:
Blacklist.Add(id, TimeSpan.FromHours(1), BlacklistFlags.Combat, "Ignore this mob");

Access .Id of the NetworkObject you wish to blacklist, and the bot will ignore it. You can change up the time and reason as needed.
 
See the last part of my post. :p

So, BestTarget.Id, for example. You'd find whatever mob you want to ignore, and then access .Id
 
where is the blacklist file located? i can't find it, i wanted to blacklist urns and pots, how to?
 
Back
Top