![]() |
Attack Rating on normal items? - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: Attack Rating on normal items? (/thread-47453.html) |
Attack Rating on normal items? - SamDoleBob - 06-29-2011 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) |