MummyX 0 Report post Posted September 27, 2015 (edited) Im having problem getting items with life leech to work i set it to ridiculous values to cover my bases and still nothing. Any Help would be appreciated :/ [Category] == "Amulet" && [Rarity] == "Rare" # [life_leech_from_physical_damage_permyriad] <= "20000" && [stashItem] == "true" Edited September 27, 2015 by MummyX Quote Share this post Link to post Share on other sites
MummyX 0 Report post Posted September 27, 2015 Ok problem solved. This worked for my amulet with 0.39% life leech. when set at 40 it would try to sell item and when set at 38 would stash. [Category] == "Amulet" && [Rarity] == "Rare" # [life_leech_from_physical_attack_damage_permyriad] >= "20" && [stashItem] == "true" Quote Share this post Link to post Share on other sites