Jitan, Come On wrote:Another snag. I am trying to filter rare jewels with either -Req or +Exp, so i have this:hide "Jewel" rare
"Jewel" {Experience}
"Jewel" {Requirements}
This does not work - hides all the jewels.
If i remove either exp or req line, it does work - hides all the rares, but still shows what i am after.
I used +all skills amulet as a template at first:hide "Ring$|Amulet" rare # Rare rings and amulets
"Amulet" {[3-5] to All Skills}
This worked. Then i added :"Amulet" {Spell Focus}
And amulet highlight stopped working as well. So it is tied to two modifiers filters i guess?
Did you try having them on the same line, like this?
"Jewel" {Experience|Requirements}
"Amulet" {[3-5] to All Skills|Spell Focus}