Hi,
I'm not too sure about my coding, could anyone help me?
1) I'd like to pick up helm with more than 700 VIT, main stat and either a socket or 6 crit hit chance, or both (so at least one of these 2 conditions)
[QUALITY] == "Legendary" && [NAME] == "Mask of Jeram" # [INT] < 700 || [VIT] < 700 || ([CRIT%] != 6 && [SOCKETS] != 1) -> [TRASH]
I am not too sure about "and" or "or" in the last part. Any alternative?
2) [QUALITY] == "Legendary" && [NAME] == "Kymbo's Gold" # [CRIT%] != 10 && [CRITDMG%] < 90 && [SOCKETS] == 0 -> [TRASH]
I am trying to pick up some good amies. I think this will pick up an ammy (here a Kimbo) that has one of these stats (or more). Is there any way to say I want at least 2 out of these 3 conditions?
Many thanks in advance!
I'm not too sure about my coding, could anyone help me?
1) I'd like to pick up helm with more than 700 VIT, main stat and either a socket or 6 crit hit chance, or both (so at least one of these 2 conditions)
[QUALITY] == "Legendary" && [NAME] == "Mask of Jeram" # [INT] < 700 || [VIT] < 700 || ([CRIT%] != 6 && [SOCKETS] != 1) -> [TRASH]
I am not too sure about "and" or "or" in the last part. Any alternative?
2) [QUALITY] == "Legendary" && [NAME] == "Kymbo's Gold" # [CRIT%] != 10 && [CRITDMG%] < 90 && [SOCKETS] == 0 -> [TRASH]
I am trying to pick up some good amies. I think this will pick up an ammy (here a Kimbo) that has one of these stats (or more). Is there any way to say I want at least 2 out of these 3 conditions?
Many thanks in advance!