my bot keeps attacking the flame breather statues in the tower
Adding 185391 to listActorSNOIgnoreBlacklist in GilesMonsterPriorityChanger or GilesCombatReplacer fixed this for me.
Just in cased anyone is confused this is what you are looking for in GilesCombatReplacer
Code:
// Special blacklist for things like ravens, templar/scoundrel/enchantress in town etc. etc. that should never be attacked
private static readonly List<int> listActorSNOIgnoreBlacklist = new List<int> {
5840, 111456, 5013, 5014, 205756, 205746, 4182, 4183, 4644, 4062, 4538, 52693, 162575, 2928, 51291, 51292,
96132, 90958, 90959, 80980, 51292, 51291, 2928, 3546, 129345, 81857, 138428, 81857, 60583, 170038, 174854, 190390,
194263, 5482, 174900, 219702, 221225, 87189, 90072, 107031, 106584, 186130, 187265, 201426, 201242, 200969, 201423,
201438, 201464, 201454, 108012, 103279, 89578, 74004, 84531, 84538, 89579, 190492, 209133, 6318, 107705, 105681, 89934,
89933, 182276, 117574, 182271, 182283, 182278, 128895, 81980, 82111, 81226, 81227, 107067, 103217, 105763, 110959, 106749,
107107, 107112, 106731, 107752, 107829, 90321, 107828, 121327, 185391
};
Taken from the third page in this thread, next time try a little research first.