bot would stay in town after ID'ing some items and not select next profile or restart. what would cause this?
This also happened to me once, but only once in a few days so it's not a big deal.
Plugins:
rads profile manager
unstuckme
giles combat
giles stash
giles woh
It has nothing to do with pathing. Your bot is trying to attack them. So, once again, here is how you fix it
Open Giles Monster Priority Changer or Giles Combat Replacer and add this number to the blacklist.
185391
to be more specific, find THIS for Giles Combat Replacer (inside GilesCombatReplacer.cs)
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, [COLOR="#FF0000"]185391[/COLOR] };
and add the number in red
or find THIS for monster priority changer (Inside GilesMonsterPriority.cs)
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, [COLOR="#FF0000"]185391[/COLOR] };
and add the number in red.
Thank you very much. I apologizing for re-posting the issue, but I didn't have time to do a search and thought I should throw in a report before leaving for the day.