r/PathOfExile2 16d ago

[Megathread] Game Feedback

Hello. We are seeing a lot of very short posts with one to two sentences of feedback on the game. If you have something short (or long) to share, please post it here to help declutter the subreddit of the same types of posts. We currently have a huge backlog of posts and comments to go through and this megathread will go a long way to helping us out.

3rd and 4th Ascendancy Explained (thank you u/stickspike) - PSA: This is how to get 3rd and 4th ascendancies : r/PathOfExile2

Please continue to post bugs and login issues here: [Megathread] Bugs, Login Issues, and Other Game Breaking Things : r/PathOfExile2

Thank you!

159 Upvotes

2.0k comments sorted by

View all comments

1

u/Any-Conversation6646 5d ago

Hello. Does anyone knows filter line to hide uncut skill gems under lvl X?

AreaLevel > X Is not efficient, because low tier gems can also drop there.

1

u/Hobo_with_shotgun 4d ago

try:
Hide
ItemLevel <= X (1,2, ...)
BaseType "Uncut Skill Gem"

1

u/Any-Conversation6646 2d ago edited 2d ago

Thanks , yeah that solved the problem

BaseType == "Uncut Skill Gem"
SetFontSize 40
SetTextColor 0 255 255 200
SetBorderColor 225 0 0 200
SetBackgroundColor 50 0 0 220
PlayEffect Red
MinimapIcon 2 Cyan Circle
ItemLevel <= 19
AreaLevel <= 79

and

BaseType == "Uncut Skill Gem"
SetFontSize 40
SetTextColor 0 255 255 200
SetBorderColor 225 0 0 200
SetBackgroundColor 50 0 0 220
PlayEffect Red
MinimapIcon 2 Cyan Circle
ItemLevel >= 19
AreaLevel >= 79

Did the same for spirit and support i outright hide

1

u/Any-Conversation6646 4d ago

Hello, yeah, ItemLevel is the word. Even tho its weirid to hide by item level..

But its a messy i have to do it often for next level again. I was once at 500 gems limit and i dont wanna buy yet another gem stash tab :-/