So I'm looking at the items the bot finds and there are a lot of white items that I don't want.
[Name] == ColossusVoulge && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && [ToHit] == 3 && ([Sockets] == 0 || [Sockets] == 4)
how exactly do make the bot ignore white items but keeping the eth, superior etc?
[Name] == ColossusVoulge && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && [ToHit] == 3 && ([Sockets] == 0 || [Sockets] == 4)
how exactly do make the bot ignore white items but keeping the eth, superior etc?