02-04-2011, 09:12 PM
heya guys N gals. I am trying to get my bot to pick up socket sheilds and i wrote this code in the normal.nip file and was wondering if it is correct as I can not tell if they just arent droping or if my bot isnt looting them.
any helpwould be greatly appreciated
Please let me know if this is the correct format to get the bot to loot these socket items i edit this in my normal.nip file since im using the normal tag lines in my .ntl file
any helpwould be greatly appreciated
Code:
// ##### Shields #######################
[Type] == shield && [Class] == elite && [Quality] == superior && [Flag] != ethereal # [Sockets] == 3 && [EnhancedDefense] >= 5 // Dream
[Name] == Monarch && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit
[Name] == Monarch && [Quality] == normal && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit
[Type] == shield && [Class] == elite && [Quality] == superior && [Flag] != ethereal # [Sockets] == 3 && [EnhancedDefense] >= 5 // Dream
[Name] == TrollNest && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit
[Name] == TrollNest && [Quality] == normal && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit
[Type] == shield && [Class] == elite && [Quality] == superior && [Flag] != ethereal # [Sockets] == 3 && [EnhancedDefense] >= 5 // Dream
[Name] == BladeBarrier && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit
[Type] == shield && [Class] == exceptional && [Quality] == superior && [Flag] != ethereal # [Sockets] == 3 && [EnhancedDefense] >= 5 // Dream
[Name] == GrimShield && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit
Please let me know if this is the correct format to get the bot to loot these socket items i edit this in my normal.nip file since im using the normal tag lines in my .ntl file