[QUALITY] == "Legendary"
[QUALITY] == "Rare" && [LEVEL] == 63 && [BASETYPE] == "Weapon"
[QUALITY] == "Rare" && [LEVEL] == 63 && [BASETYPE] == "Armor" && [TYPE] == "Gloves"
[QUALITY] == "Rare" && [BASETYPE] == "Jewelry"
[QUALITY] == "Rare" -> [IGNORE]
[QUALITY] == "Magic" -> [IGNORE]
FAndrey, just looking at your code, this might help me... Are there no quotation marks around True or False statements?