Map level in loot filter
|
Help,
i can't figure out how to filter maps by level, droplevel doesn't work and the game doesn't know "tier", how can i filter out maps under a specific level? thanks in advance! IGN: NearDeathXP Zuletzt angestoßen am 08.10.2017, 15:40:54
|
|
|
You need to filter by both DropLevel (the area level where maps of that tier start dropping) and ItemLevel (the area level where the map actually drops). Try something like this (don't forget to add a few spaces at the start of lines, where appropriate - the forum's text formatting won't display them):
# FILTER MAPS BY LEVEL Hide Class "Maps" Quality < 1 Rarity < Unique DropLevel < 82 ItemLevel >= 84 Hide Class "Maps" Quality < 1 Rarity < Unique DropLevel < 80 ItemLevel >= 82 Hide Class "Maps" Quality < 1 Rarity < Unique DropLevel < 78 ItemLevel >= 80 Hide Class "Maps" Quality < 1 Rarity < Unique DropLevel < 76 ItemLevel >= 78 Hide Class "Maps" Quality < 1 Rarity < Unique DropLevel < 74 ItemLevel >= 76 Hide Class "Maps" Quality < 1 Rarity < Unique DropLevel < 72 ItemLevel >= 74 Hide Class "Maps" Quality < 1 Rarity < Unique DropLevel < 70 ItemLevel >= 72 Show Class "Maps" Living the Hollow Palm life, and loving it. Stay sane, exiles! Zuletzt bearbeitet von NicknamesOfGod#1810 um 09.10.2017, 13:23:37
|
|
" This is not currently possible. In order to do this, you will have to enumerate the names of all maps of a given tier in the filter. |
|
|
Droplevel works for me. I use the code below to differ white/yellow/red tier maps. DropLevel = 72 is the same as t5 map, etc.
Show Class "Map" DropLevel > 77 SetBorderColor 245 100 87 Show Class "Map" DropLevel > 72 SetBorderColor 254 254 153 Show DropLevel <= 72 Class "Map" SetBorderColor 200 200 200 If you want to, let's say, hide low tier maps in red maps, you also add ItemLevel, as Waitubold said. |
|























































