works perfect thanks. one thing, it tries to attack the fire shooting things in cursed and got stuck once trying to attack it.. i am sure thats combat replacer issue or world object handler from giles will try adding 185391
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 };
i just died in bridge stores once, the bot came back killed the pack, tp'd and took the same wp to the place i just cleared, went back to bridge stores which had already been cleared then tpd and went to tower of the damned level 1, is that db problem?
Hi. I have wired issue. Bot will do one game and after that it will stay in town doing nothing. I am not sure if this is plugin or profile. It is working fine on profiles where plugin is not required. Here is last bit of my log file if someone can have a look..
WHY it teleport to town at the check point before azmodan, and then run core again and teleport at the same point, and then logout
is it just me or is anyone else getting stuck at almost any dragon head in the tower, whether it be following/charging a mob there? here's just one of them that i took a screenshot of: also i have a problem where i'd charge the last mob away from loot and the bot ignores whatever is on the ground and keeps going, anyone know how to fix this? oh also i added 185391 to combat replacer
Thanks for profile! In Silhouettes_CoreAzmodan.xml, Silhouettes_CursedTower.xml and Silhouettes_DamnedTower.xml difficulty is set to Nightmare currently.
i ve tried by turning off force avoidance off in combat replacer.. and it still misses loot. had to manually loot 3x rares that mob dropped like 3-4 times already.. seems like whenever i look and bot is killing rare.. seems to miss loot like 1/3 of the time
How do I make it quit and reset if it dies, say 20 times in a row (if elite pack at spawn point for example)? Is it implemented in the new version?
yup, ive been watching it pass over rares that ive listed to pick up and had to turn off the bot and manually pick them up
yeah missing some rares here and there but still to be able to run act3 like this is dream my hat goes off to the developers and there grinding to get this to work.
To ignore this i added this to GilesWorldObjectHandler // Destructible things that have physical mesh but should always be ignored because they don't get in the way/don't lose their mesh, like fire troughs in dungeons private static readonly List<int> listObjectSNOIgnoreBlacklist = new List<int> { 163449, 78030, 2909, 58283, 58299, 58309, 58321, 87809, 88005, 90150, 91600, 97023, 97350, 97381, 72689, 121327, 132951, 185391 And this to GilesCombatReplacer // 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