kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

D2bot windows not listing picked up items #1228

Open master2g opened 5 years ago

master2g commented 5 years ago

Ever since I recently updated my D2bot with the most recent files, I've noticed that the console window doesn't show half the items being picked up now and doesn't show ANY of the runes that have been picked up. What is going on?

JohnGoblikon commented 5 years ago

charconfig around line 300

master2g commented 5 years ago

The only thing I see around there is

config.iteminfo = false; // log stashed, skipped (due to no space) or sold items.

Would setting this to true fix the problem? Because why would the bot record some items and not others like it used to all of a sudden?

DarkHorseDre commented 5 years ago

when you update, always check the standard config files for new settings. otherwise you wont have the new settings in your old config.

This may not even be fully recent, but affects runes, gems and other items: // Manager Item Log Screen Config.ShowLowRunes = false; // show/hide low runes (El - Dol) on the item log screen Config.ShowMiddleRunes = false; // show/hide middle runes (Hel - Mal) on the item log screen Config.ShowHighRunes = true; // show/hide high runes (Ist - Zod) on the item log screen Config.ShowLowGems = false; // show/hide low gems (chipped, flawed, normal) on the item log screen Config.ShowHighGems = false; // show/hide high gems (flawless, perfect) on the item log screen Config.ShowCubingInfo = true; // show/hide the cubing messages on console and item log screen

you should read through all settings to see if there is anything there you can use