04-27-2011, 03:22 AM
Code:
//[Type] == ring && [Quality] == unique # [ToHit] >= 50 && [ItemMagicBonus] == 15 // Nagelring
That is how your nagel code looks at the moment.
Code:
//[Type] == ring && [Quality] == unique # [ToHit] >= 50 && [ItemMagicBonus] >= 15 // Nagelring
With a simple change in circumstances (changed == to >= ) It will now allow you pick up any nagel, if you enable the line of course.