Hi,
Blufaer,
You can use a
<Blacklist> in your profile, instead of or in addition to the
<AvoidMobs> list. Basically, the
<AvoidMobs> list is a 'dumbed down'
<Blacklist>.
To blacklist a mob, add a
<Blacklist> to your profile in a fashion isomorphic to the
<AvoidMob> you are already familiar with:
<Blacklist>
<Mob Name="MobToAvoid" Id="12345" />
</Blacklist>
By default, Honorbuddy will Blacklist a mob for everything?Combat, Pulling, Looting, Interact, etc.
Blindly blacklisting a mob for interaction and looting sometimes interferes with proper profile operation. To work around this, we frequently blacklist a mob for specific purposes as follows:
<Blacklist>
<Mob Name="MobToAvoid" Id="12345" Flags="Combat,Pull" />
</Blacklist>
The values that
Flags may assume is defined here:
To further refine what we meant by the 'dumbed down' comment with respect to the
<AvoidMobs> list, the
<Blacklist> equivalent to the
<AvoidMobs> list is nothing more than this:
<Blacklist>
<Mob Name="MobToAvoid" Id="12345" Flags="Pull" />
</Blacklist>
Hopefully, the
AvoidMobs will have heuristics to actively avoid mobs in the future. E.g., move out of the area if an AvoidMob is pathing into it. However, for right now,
AvoidMobs merely causes Honorbuddy to forego pulling.
Also, in the future, questions such as this one belong in the
Community Developer forum.
cheers & hope this helps,
chinajade