Item filter not hiding mace class

I've recently updated my filter (since I was stupidly hiding new stuff by mistake). It works so far so good, except maces (Sekhem, Scepters etc) aren't hidden. This is what I have:

"

Hide
#I added this to try and debug. Maces aren't hidden.
class Mace
Rarity < Rare
Show
Rarity Rare
ItemLevel >= 64
ItemLevel <= 70
SetBorderColor 0 0 255
Show
SocketGroup RGB
SetBorderColor 100 100 100
Show
Class Gem
BaseType "Vaal"
Hide
Class Gem
Quality = 0
Show
Sockets 6
SetBorderColor 255 0 0
Show
LinkedSockets >= 5
SetBorderColor 0 255 0
Show
BaseType Flask
Rarity > Normal
Hide
#This is where I actually want them hidden.
Class Hand Wands Claws Daggers Amulets Rings Bows Staves Helmet Armour Boots Belts Rings Gloves Shields Flask Quiver Mace
Rarity < Rare
Show


If anyone can see the problem I'd appreciate it. Here is a screen shot with the above loaded:



Those blue and white maces should be gone. Also, is there a code tag or something I can use to make the forum to respect indentation?

Edit

This will work for Scepters, if written anywhere (in particular above or below the "Class Mace":

"
Hide
BaseType Sceptre
Rarity < Rare


Maybe not everything is included in maces?
Last edited by kabanus#3983 on Mar 15, 2018, 10:56:29 AM
Last bumped on Mar 15, 2018, 10:50:58 AM
Tip: in Filtration at top I would put new row with hide maces..
Last edited by Rexeos#3429 on Mar 13, 2018, 5:59:09 PM
"
Rexeos wrote:
Tip: in Filtration at top I would put new row with hide maces..


Thanks for tip, but I was hoping from the comment it was clear I did try that - basetype, class anything. Doesn't work. Is this a bug?
Last edited by kabanus#3983 on Mar 15, 2018, 10:51:53 AM

Report Forum Post

Report Account:

Report Type

Additional Info