Antnee's Classy Item Filter for Distinguished Exiles - 3.0

"
Muldini wrote:
"
gathor wrote:
I was fairly sure the checks done in one line say
- SocketGroup BB R G are treated as BB or R or G
and checks done few lines describing search
- SocketGroup BB
- SocketGroup R
- SocketGroup G are treated as "and" and all conditions have to be met.

Your search doesn't work properly as the "TRUE" value is assigned per searched item not per socket. So it doesn't matter how many G sockets item has, game doesn't care and as long as there is at least one G in item it will be displayed. Hence no way in searching for 6 G in item.

SocketGroup G
SocketGroup G
SocketGroup G
SocketGroup G
SocketGroup G

just means that game checks first line and if its true (does item have a G socket?) moves to another one (and does item have a G socket). As all these conditions are true per item it will display item with at least one G. So there is no "special" case, its simply that all checks are true.
SocketColor would definately made it super easy.



Exactly. This is however different to "Game checks for at lest one "TRUE" value and displays the result."

This is further confirmed by Antnee's tests.

My mail got forwarded to the devs and I'll post their answer if they decide to answer by mail rather than directly in this thread.


NO IT IS NOT DIFFERENT. SocketGroup BB R G will check any item for this conditions and if at least one of them is true it will display the result. This is true for one line checks and this was regarding your BB BB question not several lines of SocketGroup G. I though it was clear enough.
I AM MAD
ZAP!ZAP!ZAP! ME SOOO WIZZARD!
Last edited by gathor on May 11, 2015, 3:34:44 PM
A better way to think of this, mad, is that it checks a single line for at least one true statement. If there are multiple lines, ALL of those lines must contain one true statement.

Which is why this would work...
"
SocketGroup BB R G

...and this would work too...
"
SocketGroup BB RR

...but this would not.
"
SocketGroup BB
SocketGroup RR

A comprehensive, easy on the eyes loot filter:
http://www.pathofexile.com/forum/view-thread/1245785

Need a chill group exiles to hang with? Join us:
http://www.pathofexile.com/forum/view-thread/1251403
Last edited by Antnee on May 11, 2015, 3:40:31 PM
Ye, I've misinterpreted gathor's answer. I actually thought he ment the multiline version in his first reply.

No need to shout at me, though :)
One Filter to Rule Them All: https://www.pathofexile.com/forum/view-thread/1259059
Last edited by Muldini on May 11, 2015, 3:49:15 PM
"
Antnee wrote:
A better way to think of this, mad, is that it checks a single line for at least one true statement. If there are multiple lines, ALL of those lines must contain one true statement.

Which is why this would work...
"
SocketGroup BB R G

...and this would work too...
"
SocketGroup BB RR

...but this would not.
"
SocketGroup BB
SocketGroup RR


Don't see why you explaining it to me...

This is how I see SocketGroup BB R G

If (SocketGroup(item)=BB OR SocketGroup(item)=R OR SocketGroup(item)=G)
Show(item)
Else
Hide(item)


This is how I see
SocketGroup BB
SocketGroup R
SocketGroup G

If (SocketGroup(item)=BB AND SocketGroup(item)=R AND SocketGroup(item)=G)
Show(item)
Else
Hide(item)


I am done.

I AM MAD
ZAP!ZAP!ZAP! ME SOOO WIZZARD!
Sorry mad, I didn't read what you wrote properly.

And in other news: updated to 1.36!

This is strictly a "cleanup" update- with a cool new feature. RGB handling now uses item size directly (instead of using a basetype list of items that are small). For example:

"
Show #RGB >= ILVL 70
Height 2
Width 2
Rarity Magic
SocketGroup RGB
ItemLevel >= 70
SetTextColor 125 175 255
A comprehensive, easy on the eyes loot filter:
http://www.pathofexile.com/forum/view-thread/1245785

Need a chill group exiles to hang with? Join us:
http://www.pathofexile.com/forum/view-thread/1251403
"
Antnee wrote:
Sorry mad, I didn't read what you wrote properly.

And in other news: updated to 1.36!

This is strictly a "cleanup" update- with a cool new feature. RGB handling now uses item size directly (instead of using a basetype list of items that are small). For example:

"
Show #RGB >= ILVL 70
Height 2
Width 2
Rarity Magic
SocketGroup RGB
ItemLevel >= 70
SetTextColor 125 175 255


Nice update! I love "cleanups"!
"Fixing the endgame was hard - No matter how hard we buffed red maps, people would keep spamming Gorges.
So we turned Gorge into a red map"
Updated to 1.39

After some feedback, added a highlight for 6-socket rare items, and moved the chaos/regal handling section below the 6-socket section. A 6-socket rare will now use the 6-socket style highlighting, even if it is worthy of the chaos recipe.

Hallowed Hybrid flasks were not being hidden by toggling the #Life/Mana Flasks in Maps tag. This has been fixed.

Somewhat off topic:

Played a Poorjoys Asylum with a friend earlier. Chiseled to 20%, added three frags. 140% Quantity total... with the group bonus. The first thing we met? A huge pack of blue demons who had been possessed by a spirit.

Here's what it looked like.
Spoiler
A comprehensive, easy on the eyes loot filter:
http://www.pathofexile.com/forum/view-thread/1245785

Need a chill group exiles to hang with? Join us:
http://www.pathofexile.com/forum/view-thread/1251403
This is what I wanted.
My favorite premade filter I have seen.
Thanks for sharing Antnee.
Hideout of the Week: Joe Schmoe VS. The Volcano
https://www.youtube.com/watch?v=mkuAWFPgcdQ

Still available in Standard.
You are welcome to see it for yourself anytime.
"
Antnee wrote:
Somewhat off topic:

Played a Poorjoys Asylum with a friend earlier. Chiseled to 20%, added three frags. 140% Quantity total... with the group bonus. The first thing we met? A huge pack of blue demons who had been possessed by a spirit.

Here's what it looked like.
Spoiler


Epic!

"
Antnee wrote:
Updated to 1.39


Nice improvement by the way!
Last edited by hondana on May 13, 2015, 5:21:43 PM
Thanks!

I'd like to share my personal Smartblock index settings, as I think it might be a very nice setup for mapping in general. On the left (highlighted) are the vanilla options that come preset with the filter. On the right are my personal settings that I use on my own copy.

A comprehensive, easy on the eyes loot filter:
http://www.pathofexile.com/forum/view-thread/1245785

Need a chill group exiles to hang with? Join us:
http://www.pathofexile.com/forum/view-thread/1251403
Last edited by Antnee on May 13, 2015, 6:23:20 AM

Report Forum Post

Report Account:

Report Type

Additional Info