Vendor recipes - Path of Exile Wiki Identified rares give Alteration Shards when sold identified. Unidentified rares give Transmutations Shards when sold unidentified. Alteration orbs are worth more than Transmutation orbs. Exilebuddy vendors rares unidentified Can you add an option to identify rares before they are vendored? My loots filters vendors all low level rares and it saddens me to see them become Transmutations Shards.
All you have to do is add an Id filter for rares and the bot will Id them before selling. Add a new category and choose Id. Make sure you change your Sell filter to only sell Identified areas as well.
Thank you for the quick reply. I've added this category at the end of my filter Code: { "Description": "Id filter.", "Type": 5, "Filters": [ { "Description": "Id rares", "Enabled": true, "Rarities": [ 2 ] } ] } and this line after my vendor filters which I want to be identified. Code: "HasToBeIdentified": true Will this be enough or did I miss something?