1.051d and later introduces a new pickit type, based on filters
1. The pick up part
When the bot finds an item on the ground, it will check if that item meets any rules before going to pick it up. This prevents the bot from wasting time on items it doesn't need.
Example:
Our only problem here is that with the legendary item name since we don't know it until it has been identified. so if you make a filter with ONLY  the legendary item name, the bot will have to pickup all the legendaries and check if they are the correctly legendary after identifying them. To avoid this, add also the item type with the only specific legendary you want to pickup. It will pickup less legendary items so.
2. The sorting part
When the bot checks an item, it will try to find if the item matches a filter for the current action ( salvage/stash/sell ).
The logic is simple:
Bot checks filters from top to bottom, order has an importance. The first filter that applies to an objet the bot may find is the filter that is going to be used
Note: this guide is still in a kind of beta state. It may be re-written in the future
Replies
- Log in or register to post comments
Wed, 04/22/2015 - 20:18 #2Our only problem here is that with the legendary item name since we don't know it until it has been identified. so if you make a filter with ONLY  the legendary item name, the bot will have to pickup all the legendaries and check if they are the correctly legendary after identifying them. To avoid this, add also the item type with the only specific legendary you want to pickup. It will pickup less legendary items so.
- Log in or register to post comments
Thu, 04/23/2015 - 05:18 #3my bot is salvaging legs w/o identifying them, seems to only be salvaging items it should be tho. It is not identifying anything.Â
Think ill ill switch to the base pick it until these are working right.
Please vote here to have a nearby Pylon or Shrine take priority.
https://www.ros-bot.com/suggestions/prioritize-pylons-396644
- Log in or register to post comments
Mon, 04/27/2015 - 04:59 #4After some trials and errors I succeeded to create a good working pickit which filters out all crappy legs, but I still have some concerns:
I don't understand why do we have "Sell" destination filter if, from my experience, bot sells everything which is not filtered out anyway.
In addition it is not clear why do we have the "Do not pick off the ground" option available for every Destination. In my oppinion it would be better to move "Do not pick off the ground" option to Destination.
- Log in or register to post comments
Tue, 05/12/2015 - 21:35 #5i watched some stream on twitch where the guy had sound notifications on the items that dropped, it included if it was ancient and what the name of the legendary was even before he picked it up.
Joined: 02/14/2016 - 07:56
- Log in or register to post comments
Wed, 03/09/2016 - 17:15 #6I would like to setup a Pickit doing the following.
Picking up...
- Dragon's Breath
- Rift Keys
- A selected list of legendaries (ancient & non-ancient)
- Picking up health globes & Nephalem's valor
- Any gems, recipes, craft materials
- Gold >= 10'000
Not picking up...
- Comming, Magic and rare items
Salvaging...
everything not on my selected legendary list
I oriented myself on other Pickits but it does not seem to work. It keeps picking up everything. Any hint what I should change?
https://www.ros-bot.com/pickits/lon-farmingv03-not-working-383351
Â
- Log in or register to post comments
Thu, 03/10/2016 - 07:25 #7Replicate my pickit and then update it for your needs:
https://www.ros-bot.com/pickits/ancient-list-123565
It is preaty clear. Firstly it salvages all the crap items that selected in the first filter and then it filters out the good items and mats.
- Log in or register to post comments
Fri, 07/12/2019 - 11:29 #8Hi, how can we do to pick it one leg with stat we want and the same leg with other stat?
If I create two filter with same leg and diff stat it will only take the first filter?
Thanks