Next time it happens I'll try to get you a log
For now, here is what my items are set at
http://i.imgur.com/U34JVTu.png
For now, here is what my items are set at
http://i.imgur.com/U34JVTu.png
tried .16 trinity, giving me the same problem, 2 bots are full , they're skipping gems, pots, items.
heres more logs for you,
http://www.filedropper.com/18842013-01-212351
http://www.filedropper.com/77802013-01-220046
i used the same item setup as before (see previous post) nothing changed except for me changing to trinity .16
for now i'm going to set my bot to pick up rares and legendaries to conserve space, i'll figure what to do tomorrow
DB take .zip filei have ur logs but i can't upload them, db doesn't take rar and zipped files won't go thro, the files 120 mbs big
edit: i'm just going to use a file hosting site, screw db's file manager, bunch of bullshit to begin with. I've tried for an hour to download another zip program and alot of other things.
http://www.filedropper.com/20002013-01-211838
theres the log, i let the bot run 15 mins after it had begun skipping everything and had a full inventory. I used a witchdocter. I also managed to attach the image in teh file manager.View attachment 78945
these are enabled
Debug Cache System
Debug Weight System
[CacheManagement]Cache: [0000.0183ms] Ignored By: MainObjectType.LootingDisabled Type: Item (Gold) Name: GoldSmall (4313) Dist2Mid: 20 Dist2Rad: 20 ZDiff: 3 Radius: 0
// Handle Item-type Objects
case GObjectType.Item:
{
// Not allowed to loot due to profile settings
if (!ProfileManager.CurrentProfile.PickupLoot || !LootTargeting.Instance.AllowedToLoot || LootTargeting.Instance.DisableLooting)
{
AddToCache = false;
c_IgnoreSubStep = "LootingDisabled";
break;
}
qwaa - you are the MAN!
What this means, is the profiles you guys are running is disabling looting via a <ToggleTargetting looting="False" /> tag, and it never gets re-enabled.
Code:// Handle Item-type Objects case GObjectType.Item: { // Not allowed to loot due to profile settings if (!ProfileManager.CurrentProfile.PickupLoot || !LootTargeting.Instance.AllowedToLoot || LootTargeting.Instance.DisableLooting) { AddToCache = false; c_IgnoreSubStep = "LootingDisabled"; break; }
I actually found some looting="false" tag in my profile. Deleted that one and waiting to see the result.
that is really great new.....I finally just had this happen to me today![]()