![]() |
trying to figure out commands for 4 soc monarch and eth vortex shield and eth cv 4soc - 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: trying to figure out commands for 4 soc monarch and eth vortex shield and eth cv 4soc (/thread-46696.html) |
trying to figure out commands for 4 soc monarch and eth vortex shield and eth cv 4soc - madscienist2 - 08-20-2010 are they on the pick lists already i cant find them... ap armor wont pick up... eth cv 4 sock hasnt picked up or 4 soc monarchs can someone give me the command lines for these so i can put them on my list plz trying to figure out commands for 4 soc monarch and eth vortex shield and eth cv 4soc - Jammer74 - 08-23-2010 [Name] == Monarch && [Quality] >= normal && [Quality] <= superior && [Flag] != ethereal # [Sockets] == 4 That would be basic 4 socket monarch pickit line,if you only want to pick up the best 4 socket monarchs,and by best I mean best base defense,use this line [Name] == Monarch && [Quality] >= normal && [Quality] <= superior && [Flag] != ethereal # [Defense] >= 148 && [Sockets] == 4 Pickit for Ap Armors,will pick up eth and non eth versions,whites and socketed,superior and non superior [Name] == ArchonPlate && [Quality] >= normal && [Quality] <= superior # ([Sockets] == 0 || [Sockets] == 3 || [Sockets] == 4) Pickit line for eth 4 socket cv [Name] == ColossusVoulge && [Quality] >= normal && [Quality] <= superior && [Flag] == ethereal # [Sockets] == 4 And finally the pickit lines for eth vortex shields [Type] == VortexShield && [Quality] >= Normal && [Quality] <= superior && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4) && ([ResistFire] >= 10 || [EnhancedDamage] >= 20 && [ToHit] >= 30) Hope that helps and if you need any other pickit help let me know. |