[QUALITY] == "Rare" && [LEVEL] > 61 && [BASETYPE] == "Weapon"
//ignore rule
[QUALITY] == "Rare" && [LEVEL] <= 61 && [BASETYPE] == "Weapon" -> [IGNORE]
How should I change this to ignore Two Handed Weapons and just pick up One handed?
halp
//ignore rule
[QUALITY] == "Rare" && [LEVEL] <= 61 && [BASETYPE] == "Weapon" -> [IGNORE]
How should I change this to ignore Two Handed Weapons and just pick up One handed?
halp