01-13-2012, 06:56 AM
[Name] == VortexShield && [Quality] <= Superior && [Flag] != Ethereal # [FireResist] >= 45 && [EnhancedDefense] >= 0 && ([Sockets] == 0 || [Sockets] == 3 || [Sockets] == 4)
[Name] == VortexShield && [Quality] < Superior && [Flag] == Ethereal # [FireResist] >= 35 && [Sockets] == 0
[Name] == VortexShield && [Quality] < Superior && [Flag] == Ethereal # [EnhancedDamage] >= 60 && [Sockets] == 0
here are 3 lines for a vortex the 1st is non-eth with 0, 3, 4 sockets plus 45 all resist
the last 2 lines are for eth ones 2nd one is set for 35+ all resist and no sockets for you to cube socket it
the 3rd line is set for eth 60+ ed damage and no sockets
so depends what you are wanting the bot to keep to edit them or to add a new line
plus in your bot your lines for paly shield looks like this - [Type] == auricshields which will pick up any paly shield and check the stats on it
[Name] == VortexShield && [Quality] < Superior && [Flag] == Ethereal # [FireResist] >= 35 && [Sockets] == 0
[Name] == VortexShield && [Quality] < Superior && [Flag] == Ethereal # [EnhancedDamage] >= 60 && [Sockets] == 0
here are 3 lines for a vortex the 1st is non-eth with 0, 3, 4 sockets plus 45 all resist
the last 2 lines are for eth ones 2nd one is set for 35+ all resist and no sockets for you to cube socket it
the 3rd line is set for eth 60+ ed damage and no sockets
so depends what you are wanting the bot to keep to edit them or to add a new line
plus in your bot your lines for paly shield looks like this - [Type] == auricshields which will pick up any paly shield and check the stats on it