kolton / d2bot-with-kolbot

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

Pickit file consolidation #2112

Open carlitomachito opened 4 years ago

carlitomachito commented 4 years ago

I am in the process of building out my PickIt file. Do I need to create one file in the directory \kolbot\pickit and remove all the others or does bot source/read from all .nip files in that directory?

5noop commented 4 years ago

It reads what you tell it to read, you need to add the file in your char config like this Config.PickitFiles.push("yourpickitfilename.nip");

carlitomachito commented 4 years ago

Thank you. Was able to get it up and running.