kolton / d2bot-with-kolbot

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

I'd like to add an acquisition location to the item log screen. #3176

Open PoPoDad opened 1 year ago

PoPoDad commented 1 year ago

Basically Time, (kept/gamble/cubing), item name will be printed.

I'd like to add a drop area here.

Where and how should I modify it?

chairrival commented 1 year ago

In the character config file, there is an option to turn on logging for these:

// Additional item info log settings. All info goes to \logs\ItemLog.txt
Config.ItemInfo = true; // Log stashed, skipped (due to no space) or sold items.

It does not print to the D2Bot.exe screen, but it does go to the txt file that you can open any time.