Pick items and keep based on there name

[type] == belt && [quality] == magic == [name] == sharkskinbelt

this doesnt seem to pick anything but i get no errors when loading

//[type] == belt && [quality] == magic // sharkskinbelt this picks the item and keeps it but it also keeps other belts i dont want

so question is how do i get it to only keep items with a certain name basically im trying to pick the crafting supplies in order to make a few recipes but i dont want him to do the recipe is this even possible? or do i need to go about it a diffrent way ?

It would be [name] == sharkskinbelt && [quality] == magic, more info about the nip syntax can be found here https://github.com/blizzhackers/pickits/blob/master/NipGuide.md/#nip-guide

The bot can also craft for you and will keep what it needs, you can enable the recipes of your choice in the char config.

i new i was close :slightly_smiling_face:

yes but he does not have the recipes i am after

havent tested this yet but no doubt here that this will work been gambling the items so far tbh

tyvm for your time ! i spent hours trying to break this code lmao

As far as I know all crafting recipes are implemented, the 4 listed in the char config are just examples.

so how do i pick the ones i want ? but i dont want him to craft anything just collect the things needed

tbh no further solution is needed for this but i am interested in how i select say 4 example the caster boots recipe which is not listed in the char configs

Then adding the ingredients in your pickit was the right move.

The recipes list can be found here https://github.com/blizzhackers/kolbot/blob/744947891dd968e9a8e3d32b2009f524594b196f/d2bs/kolbot/libs/common/Cubing.js#L201

1 Like

ok tyvm but yes so far everything is working out great so again tyvm for your input !!!