[TIPS] SORT Item by LEVEL to clean inventory

At the start of a League you put so many garbage in your inventory

When you want to clean it you can sort like this

CTRL F and type :

"LEVEL: +1."

it will sort you all low level item from level 11-19

Good cleaning guys !


here s some other stuff to sort :

POE REGEX SEARCH

.-.-.-.-. will find 5 or more linked sockets.

\+1.. to Maximum Life will find items with 100 or more Maximum life in a single roll (up to 199).

\+4.% to Fire Resistance will find items with 40 to 49 Fire Res.

\+[3-5].% to Fire Resistance will find items with 30 to 59 Fire Res.

You can string these together if you want:

.-.-.-.-. "\+1.. to Maximum Life" "\+[3-5].% to Fire Resistance" "\+[3-5].% to Cold Resistance" will find items with 5 or more linked sockets, and 100-199 Maximum life (in a single roll), and 30-59 Fire res, and 30-59 Cold res.

Note that I'm spelling things out to make it clearer, but you only need enough characters to make it unique, so "\+[3-5].% to Fire R" is good enough.

Let me break one of these down for you:

\+[3-5].% to Fire R

The quotes enclose an individual string we're looking for. Each mod or stat we want needs to be inside its own set of quotes.

The / before + is because that is a special character, so if we want to actually match "+" we need "\+".


Last bumped on Feb 8, 2022, 2:41:22 PM
Wow thanks man!
Awesome post, thanks! Now if only we can get the search engine from Trade here on the website into the actual game for our stash!

Report Forum Post

Report Account:

Report Type

Additional Info