Item Filter: Unable to parse Class "Ring"

I've got a script in my loot filter that generates the following error:
"
Line 118: Unable to parse parameter for Class rule: No item classes matching "?Ring?"


Here is the script:
Spoiler
Show
Class "Ring" "Amulet" "Jewel" "Belt" "Quiver"
Rarity Rare
SetFontSize 30
Show
Class “Ring” “Amulet” “Belt” # <-- Error is here!
Rarity Normal
ItemLevel >= 75
SetFontSize 30
SetBorderColor 255 255 255
Show
Class “Ring” “Amulet” “Belt”
Rarity Normal
ItemLevel >= 60
SetFontSize 24
SetBorderColor 255 255 255


The interesting thing is that the first time I call class I get no issue. Can anyone identify my problem?
Last bumped on Sep 21, 2017, 11:09:37 PM
Disclaimer: it's 03:48 in the morning and I'm on a tablet, so apologies if I'm wrong, but...

"
DiabloHeat wrote:
"Ring" "Amulet" "Jewel" "Belt" "Quiver"

these quote marks look different from

"
DiabloHeat wrote:
“Ring” “Amulet” “Belt”

these quotation marks.

Best practice would be not to mix 'n' match. You introduce inconsistency right where the error begins, so it wouldn't surprise me if it's relevant. I'd test before posting, but hard to do on a tablet. :/

If it's still a mystery after I wake up (after I go asleep...) I'll look into it on my desktop.
“Please understand that imposing strong negative views regarding our team on to other players when you are representing our most helpful forum posters is not appropriate.” — GGG 2022

----

I'm not 'Sarno' on Discord. I don't know who that is.
You are spot on. Replacing the quote marks works. Thanks.

Report Forum Post

Report Account:

Report Type

Additional Info