kolton / d2bot-with-kolbot

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

PICKIT: Bot is not picking up anything #3175

Open chronicide1 opened 2 years ago

chronicide1 commented 2 years ago

When I say anything I mean anything. Leaving uniques on the ground, and not getting keys, etc. Any ideas where to begin checking?

chairrival commented 1 year ago

In the character config file, look for the .nip section.

// Pickit config. Default folder is kolbot/pickit.
    Config.PickitFiles.push("Your_Pickit_File_Name_Here.nip");
    Config.PickRange = 40; // Pick radius
    Config.FastPick = true; // Check and pick items between attacks
    Config.ManualPlayPick = false; // If set to true and D2BotMap entry script is used, will enable picking in manual play.

Ensure that the .nip file exists in the pickit folder, is spelled correctly, and is populated with all the items you want to keep. See the guide to pickit/nip at https://github.com/blizzhackers/pickits/blob/master/NipGuide.md

ahugehit commented 1 year ago

whoever made the config scripts by default cancelled the pickit files. just ran into this issue today and was baffled by discovery.