When i want that the bot picks up chests with hp and 2 random res ( cold + fire , cold + lightning , lightning + fire ) would this work ?
[Category] == "Chest" && [Rarity] == "Rare" # [base_maximum_life] >= "60" && [base_cold_damage_resistance_%] >= "25" && [base_fire_damage_resistance_%] >= "25"
[Category] == "Chest" && [Rarity] == "Rare" # [base_maximum_life] >= "60" && [base_lightning_damage_resistance_%] >= "25" && [base_fire_damage_resistance_%] >= "25"
[Category] == "Chest" && [Rarity] == "Rare" # [base_maximum_life] >= "60" && [base_cold_damage_resistance_%] >= "25" && [base_lightning_damage_resistance_%] >= "25"
or will the bot sell cold+ lightning res because the fire cold + res alrdy was not true ?
same with linked items , will the bot sell my 6 link because i told him to sell 3 links ?
[sockets] >= "5" && [Linked] >= "5" # [stashItem] == "true"
[sockets] >= "3" && [Linked] >= "3" [sellUnid] == "true"
thx for answers