Question on Using Multiple Pickit files

tfortner

New member
Hi Friends,

Would someone share the correct code syntax for use of multiple pickits files please and thank you.

Config.PickitFiles = {
-- You can use a relative file path. To add multiple pickits with folders use double backslash in path.

"pickits\\pickit.nip",
"pickits\\runes.nip",
"pickits\\crafted.nip",
"pickits\\gems.nip",
}
 

Its_broch

New member
This is how mine is and I believe it works. I don't get yelled at when starting JieGuan at least.
Config.PickitFiles = {
-- You can use a relative file path. To add multiple pickits with folders use double backslash in path.
"pickits\\unique.nip","pickits\\pickit.nip", "pickits\\normal.nip", "pickits\\key.nip", "pickits\\craft.nip", "pickits\\charms.nip", "pickits\\magic_rare.nip"
}


Offtopic: Intermittently the bot will lock up when talking to vendor and I suspected it was related to my pickit rules because I would look at the debug log and see the last lines were about IDing an item. Anyone have a thought on that?
 
Top