Can someone help with my Class & Pickit file? Im not picking up any uniques!

bscott0588

New member
Hello all,
Im not sure if i changed something incorrectly, but im noticing my bot is only picking up bases, charms, runes and gems. I havent logged saving/ keeping any uniques or rares.. I have attached my pickit file and my .Lua class file. Below is my pickit config inside my lua file:
Config.PickitFiles = {
-- You can use a relative file path. To add multiple pickits with folders use double backslash in path.
--"pickits\\MexPickit_V2.0\\MexPickit.nip",
--"pickits\\MexPickit_V2.0\\MexPickit-Bases.nip",
--"pickits\\MexPickit_V2.0\\MexPickit-Charms.nip",
--"pickits\\MexPickit_V2.0\\MexPickit-Crafted.nip",
--"pickits\\MexPickit_V2.0\\MexPickit-Jewels.nip",
--"pickits\\MexPickit_V2.0\\MexPickit-Magic.nip",
--"pickits\\MexPickit_V2.0\\MexPickit-Rares.nip",
--"pickits\\MexPickit_V2.0\\MexPickit-Sets.nip",
--"pickits\\MexPickit_V2.0\\MexPickit-Uniques.nip",
"pickits\\pickit.nip",

}

Im only using the pickit.nip file as of now.. I have been testing both variations, and neither pickit setup seems to work
Any help would be appreciated.
 

Attachments

  • Sorc_LadderStart.lua
    22.9 KB · Views: 1
  • pickit.nip
    368.9 KB · Views: 1

The Horadric Cube

Administrator
Staff member
Start with a fresh Class config file and one pickit file, the order of your pickit files has some significane. Someone shared this you can try it out.
 

Attachments

  • pickit2.nip
    368.6 KB · Views: 6
Top