kolton / d2bot-with-kolbot

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

No logging of H/D/Tkeys? #659

Closed killrhythm09 closed 6 years ago

killrhythm09 commented 6 years ago

Did I miss a setting somewhere? My bots don't seem to be recording when they pick these up.

spark10z commented 6 years ago

hi, do you mean even your bots had picked up "key of xxx" and xfered them to mules, you do not see them from mule viewer ? or talking about in item .log fine ?

this is the line in item.log file. [22:25:24] [area 74] (normal) Key of Hate (80) {) (low.nip #858)}

this the line in files in mule folder which would be read by mule viewer. {"itemColor":-1,"image":"pk1","title":"Key of Terror","description":"\xffc8Key of Terror (82)$2754250410","header":"fb90 / altebow","sockets":[]}

just for checking purpose, tho.

killrhythm09 commented 6 years ago

Sorry, I should've been more clear.

In D2Bot# (the manager window), in the item log to the right of the console, it doesn't show when they keep keys. The only way I can tell is if I pause the bot and check its inventory manually.

imbalanced commented 6 years ago

This is intentional behavior. If you want to see your keys, open /kolbot/libs/TorchSystem.js and set LogKeys value to true.

DarkHorseDre commented 6 years ago

Haha @imbalanced as you wrote that I was testing! I tested wrong way around - enabled torchsystem last and thought i needed to edit pickit.js aswell as torchsystem #facepalm

devs could we please move/copy the config of this to character/nip/other configs? Seems weird to configure in a file some will never use! (I'd add to documentation too, obvs)

noah- commented 6 years ago

At some point maybe config options will be unified/simplified.