Just put a couple new items into my pickit:
Perfect Eth Tmight (i dont know the code for 2 offensive skills so i'll just weed through them, same with stamina)
>= 210ED Eth steel Carapace
Perfect Medusa's gaze
Perfect E medusa's Gaze
Had to put them in there manually D:
Code for anyone else who wants it (For the zealot items)
Code
[Name] == SacredArmor && [Quality] == unique && [Flag] == ethereal # [Strength]+[Vitality] >= 30 && [EnhancedDefense] >= 220
[Name] == ShadowPlate && [Quality] == unique && [Flag] == ethereal # [EnhancedDefense] >= 210
Medusa's gaze:
Code
[Name] == Aegis && [Quality] == unique # [EnhancedDefense] >= 180 && [LifeLeech] >= 9 && [ColdResist] >= 80
[Name] == Aegis && [Quality] == unique && [Flag] == ethereal # [EnhancedDefense] >= 180 && [LifeLeech] >= 9 && [ColdResist] >= 80
This post was edited by MASTER_ECHO on Nov 21 2010 05:44am