Hi tech people, Apologies for the noob question but I want to pick up all uniques, all rares, but also all normal items with +15% quality or greater, and all magics with 4+ links.
I have the first two working, but how do you word the last two?
[Rarity] == "Magic" && [Linked] >= "4" ?
[Rarity] == "Normal" && [Quality] >= "15" ?
Do they need a -- [stashItem] == "True" -- after them?
Thanks!