What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Request - Identify before vendor

Neverthere

New Member
Joined
Mar 16, 2014
Messages
7
Reaction score
0
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.
 
Last edited:
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.
 
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?
 
That's exactly how I have it set up and it works.
 
Back
Top