filter for rare Basetype not working

Im trying to make a Base Type filter for certain rare evasion chest and boots. but for some reason it does not seem to work

Here is the filter i use:
# high level evasion chest and boots
Show
ItemLevel >= 65
Rarity = Rare
BaseType "Zodiac Leather" "Assassin's Garb" "Slink Boots" "Stealth Boots" "Shagreen Boots" "Sharkskin Boots"
SetTextColor 255 255 51
SetBackgroundColor 0 0 0
SetBorderColor 128 119 99
SetFontSize 40

but for some reason it does not work and i dont see the border on the item. It just appears as a normal yellow item.


whereas this Class filter i use for rapiers works perfectly fine and i can see the borders,
# High level rapiers
Show
ItemLevel >= 65
Rarity = Rare
Class "Thrusting One Hand Swords"
SetTextColor 255 255 51
SetBackgroundColor 0 0 0
SetBorderColor 128 119 99
SetFontSize 40

any help is much appreciated thanks
Last edited by SMU27 on Dec 2, 2016, 8:18:26 AM
Last bumped on Dec 2, 2016, 5:51:26 PM
Please upload the entire file somewhere, pretty sure some rule/block before the one you posted matches.
One Filter to Rule Them All: https://www.pathofexile.com/forum/view-thread/1259059
Thanks so much for your help. i realised there was already another filter for rare items above lvl 65 and that was causing the problem and managed to fix it.

Report Forum Post

Report Account:

Report Type

Additional Info