kolton / d2bot-with-kolbot

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

D2Bot - (Out of Game) Item Logger, Logging all potions *SIGH* #1966

Open Nechtan opened 4 years ago

Nechtan commented 4 years ago

So im fairly new to this, did it last year for a bit and it ended up a lot nicer than now... potions are all being logged in the 'out of game' screen (CONSOLE)... Hoping someone will be kind enough to help me edit this out of my script. All began happening after i figured out how to get it to log kept AND sold items (i like seeing what ive sold so i can edit pickit). likely changed 1 or 2 minor things that were unnecessary as well :(.

jgb11907 commented 4 years ago

I am trying to figure out how to edit my script to allow me to see what is being sold. I have the things listed that are kept. I just can’t see what’s being sold... I cannot help you with your issue unfortunately. I’m very new to this... sorry

Corgi999 commented 4 years ago

`Hi dude - how did you get it to log sold items?

jgb11907 commented 4 years ago

Config.ItemInfo = false; // Log stashed, skipped (due to no space) or sold items. Config.ItemInfoQuality = []; // The quality of sold items to log. See NTItemAlias.dbl for values. Example: Config.ItemInfoQuality = [6, 7, 8];

the examples are 1 through 8 for the list, look at issue #250 for more help

XvXFmx commented 4 years ago

Can someone explain to me how to make the logger NOT log potions?

I have been trying for hours and cant get the ignore logging feature to work.

XvXFmx commented 4 years ago

Okay, so I managed to figure this out. You need to put the 3 digit CaseID for potions in the Pickit file that is located in this location:

C:\Users\YourAccount\OneDrive\Desktop\KolbotWorks\d2bs\kolbot\libs\common

Right at the top there is this code, I've highlighted the area to add in the potions caseID you can copy-paste the numbers but its mainly 590-596 that need to be ignored.

var Pickit = { gidList: [], beltSize: 1, ignoreLog: [ 76, 77, 78], // Ignored item types for item logging

IGNORE DOES NOT WORK WHEN USED IN THE CHAR CONFIG! Moral of the story. 4 days of figuring. F**ccckk