How to filter Gems by gem level?
|
I've tried google and Itemlevel and Droplevel. Nothing works.
I want to filter and show only gems above level 17, how do I do that? [2.0] 5L Uber Viable Incinerate (1.4m Burst): The Zippo: http://www.pathofexile.com/forum/view-thread/1211719 Last bumped on Nov 8, 2025, 2:27:54 AM
|
|
|
for example:
Show Class Gem Quality >= 0 Quality <= 10 SetTextColor 0 255 255 SetBackgroundColor 0 0 0 100 Show Class Gem Quality >= 11 Quality <= 14 SetFontSize 45 PlayAlertSound 3 70 SetTextColor 0 100 100 SetBorderColor 0 255 255 SetBackgroundColor 100 0 0 150 Show Class Gem Quality >= 15 Quality <= 20 SetFontSize 45 PlayAlertSound 2 70 SetTextColor 0 255 255 SetBorderColor 255 0 0 SetBackgroundColor 100 0 0 200 |
|
" OP wants to filter by gem's LEVEL not quality. To OP: you can't. For now. Maybe it will be implemented later (personally, i really doubt about it) Remember, suffering is convenient.
That is why many people prefer it. Happiness requires effort. |
|
|
Depending on what you are trying to accomplish you could try this out.
Take a note of the level requirements for the level 1 gems, sort them accordingly then use the filter to show/hide/highlight the gems you want and don't want. Ancestral Bond. It's a thing that does stuff. -Vipermagi He who controls the pants controls the galaxy. - Rick & Morty S3E1 Last edited by lagwin1980#2224 on Aug 4, 2015, 10:58:03 AM
|
|
|
Yeah, only way is to create DropLevel groups for every gem... Not the best way, unfortunately. :(
I just looked at the wiki and chose 30 Skill and Support gems randomly. 22 of them had RequiredLevel 70 at Gem Level 20, 8 had RequiredLevel 68. I guess choose the RequiredLevel that fits your needs and have fun. -edit: p.s. looks like all Vaal gems are DropLevel 68 @ Gem Level 20. --EDIT2: This actually doesn't work. The DropLevel of the gem is always the number it is when the Gem is level 1. We need some other method to get this working. Last edited by Zoxjib#5083 on Aug 5, 2015, 6:45:27 PM
|
|
" Show Class Gem GemLevel > 17 |
|

















































