bot runs against the wall back and forth trying to get to the chest anyone have any idea what i can change to ignore chests after a few retries or something like that? since the bot runs back and forth it seems like inactivity timer isn't triggered aswell
Usual situation. Also sometimes gobline spams on lower level in the tower of damned in visible radius and that causes permanent stuck.
This seemed a pretty common problem to me too while using the act 3 giggarc profile (with random dungeons) The easy way out would be just using the profile without random dungeons (hasn't really dropped my overall gph), but if you want to keep using it i would suggest you just lower the range for opening chests or even disable the opening chests function in giles trinity. I don't think there is an automated blacklisting option for chests yet, you could however problaly blacklist this type of chest for this one profile but i wouldn't know how at this moment
Underbridge isn't a random dungeon i think. My bots go in there aswell and get stuck at the same location and i'm using the version without random dungeons. edit: why would increasing the container open range solve this? don't you mean decreasing it so it doesn't try to loot the chest behind the wall?
i use chest at 60 range and i dont get stuck my bot always go around to get the chest, give it a try, it might work
Code: // Chests/average-level containers that deserve a bit of extra radius (ie - they are more worthwhile to loot than "random" misc/junk containers) private static readonly HashSet<int> hashSNOContainerWhitelist = new HashSet<int> { 62859, 62865, 62872, 78790, 79016, 94708, 96522, 130170, 108122, 111870, 111947, 213447, 213446, [B]51300,[/B] 179865, 109264, 212491, 210422, }; Remove the BOLDED SNO