roylamk17 1 Report post Posted October 3, 2014 I want to pick up rings with energy shield =>30 and total resistances =>60 So, I write this: [Category] == "Ring" && [Rarity] == "Rare" # [base_maximum_energy_shield] >= "30" && [TotalResistances] >= "60" && [stashItem] == "true" Also, I want to have the amulets can have energy shield, energy shield% and total resistances. And I have this: [Category] == "Amulet" && [Rarity] == "Rare" # [local_energy_shield_+%] >= "15" && [base_maximum_energy_shield] >= "30" && [TotalResistances] >= "60" && [stashItem] == "true" But, it does not work. Any problems occur in the above codes? Share this post Link to post Share on other sites
aerts1980 1 Report post Posted February 27, 2015 (edited) Try replacing: [base_maximum_energy_shield] with: [local_energy_shield] Edited February 27, 2015 by aerts1980 Share this post Link to post Share on other sites
aerts1980 1 Report post Posted February 27, 2015 Wow i didn't see how old this thread was, lol. I hope it still helps someone Share this post Link to post Share on other sites