SupZerg 99 Report post Posted September 19, 2014 [Type] == "Karui Axe" && [Rarity] == "Rare" # [Physical DPS] >= "250" [Type] == "Karui Axe" && [Rarity] == "Rare" # [Physical DPS] >= "250" && [stashItem] == "true" Tested these strings - doesn't work. Bot tries to sell 300 pDPS Karui Axe. Wtf?! Share this post Link to post Share on other sites
SupZerg 99 Report post Posted September 19, 2014 [Category] == "1Handed" && [Rarity] == "Rare" # [DPS] >= "250" && [stashItem] == "true" Doesn't work either. Share this post Link to post Share on other sites
SupZerg 99 Report post Posted September 19, 2014 Ok, I tested on weapon with master crafted damage mod. Maybe bot doesn't count it? Share this post Link to post Share on other sites
Bluhan 0 Report post Posted September 19, 2014 working for me [Category] == "1Handed" && [Rarity] == "Rare" # [Elemental DPS] >= "180" && [stashItem] == "true" [Category] == "1Handed" && [Rarity] == "Rare" # [Physical DPS] >= "200" && [stashItem] == "true" [Category] == "2Handed" && [Rarity] == "Rare" # [Elemental DPS] >= "200" && [stashItem] == "true" [Category] == "2Handed" && [Rarity] == "Rare" # [Physical DPS] >= "220" && [stashItem] == "true" Share this post Link to post Share on other sites