06-29-2011, 10:22 AM
What is the correct way to add attack rating to find on a superior item?
[Name] == ColossusBlade && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && ([Sockets] == 0 || [Sockets] == 3 || [Sockets] == 5 || [Sockets] == 6)
I want that to have the +3 to ar.. Thanks guys!
I think its this...
[Name] == ColossusBlade && [Quality] == superior && [Flag] == ethereal # [EnhancedDamage] >= 15 && [Tohit] == 3 && ([Sockets] == 0 || [Sockets] == 3 || [Sockets] == 5 || [Sockets] == 6)
[Name] == ColossusBlade && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && ([Sockets] == 0 || [Sockets] == 3 || [Sockets] == 5 || [Sockets] == 6)
I want that to have the +3 to ar.. Thanks guys!
I think its this...
[Name] == ColossusBlade && [Quality] == superior && [Flag] == ethereal # [EnhancedDamage] >= 15 && [Tohit] == 3 && ([Sockets] == 0 || [Sockets] == 3 || [Sockets] == 5 || [Sockets] == 6)