Hi guys,

where about can I look for a normal.nip for my D2NT bot?

For some reasons my bot aint picking up the armor I wanted...or possibly my 370% mf is too low lol..but here are my codes for looking at the armor and 4soc flail..:

// ##### Armor #########################
[Name] == MagePlate && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 3) && [EnhancedDefense] >= 13 // Enigma
[Name] == ArchonPlate && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 3) && [EnhancedDefense] >= 13 // Enigma
//[Name] == SacredArmor && [Quality] == superior && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 10 // eth Fort
//[Type] == armor && [Class] == elite && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] >= 4) && [EnhancedDefense] >= 10 // Variable
[Name] == SacredArmor && [Quality] == normal # [Defense] >= 800 && [Sockets] == 4 // Cubing
[Type] == armor && [Quality] == normal # [Defense] >= 700 && [Sockets] >= 3 // Variable

// ##### Maces #########################
[Name] == Flail && [Quality] <= superior # [Sockets] == 4 // Heart of the Oak

though none of them r picking and the bot only respond to this code wen picking up normal armor...
[Type] == armor && [Quality] == normal # [Defense] >= 700 && [Sockets] >= 3 // Variable

some help wud be very nice lol cheers