noiwillnot
New member
I don't know if this is the right forum. If it isn't, im sorry and please guide me to right forum.
The problem is my bot wont pick up any eth threshers, great poleaxes etc. I have this code in my pick-it. I've read the pickit tutorial, and i cant really figure out what is wrong with this..
[Name] == CrypticAxe && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && [ToHit] == 3 && ([Sockets] == 0 || [Sockets] == 4 || [Sockets] == 5)
[Name] == GreatPoleaxe && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && [ToHit] == 3 && [Sockets] == 4
[Name] == Thresher && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 10 && ([Sockets] == 0 || [Sockets] == 4 || [Sockets] == 5)
[Name] == Mancatcher && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 10 && ([Sockets] == 0 || [Sockets] == 4 || [Sockets] == 5)
[Name] == ColossusVoulge && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && [ToHit] == 3 && ([Sockets] == 0 || [Sockets] == 4)
Is it because it HAS to be superior, before the bots picks it? Im so confused...
The problem is my bot wont pick up any eth threshers, great poleaxes etc. I have this code in my pick-it. I've read the pickit tutorial, and i cant really figure out what is wrong with this..
[Name] == CrypticAxe && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && [ToHit] == 3 && ([Sockets] == 0 || [Sockets] == 4 || [Sockets] == 5)
[Name] == GreatPoleaxe && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && [ToHit] == 3 && [Sockets] == 4
[Name] == Thresher && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 10 && ([Sockets] == 0 || [Sockets] == 4 || [Sockets] == 5)
[Name] == Mancatcher && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 10 && ([Sockets] == 0 || [Sockets] == 4 || [Sockets] == 5)
[Name] == ColossusVoulge && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && [ToHit] == 3 && ([Sockets] == 0 || [Sockets] == 4)
Is it because it HAS to be superior, before the bots picks it? Im so confused...