ZaiNuli 0 Report post Posted November 16, 2014 I have smart pick on rings/amulents disabled (if enabled it will sit at stash trying to stash the rings but i want to SELL them same for belt but it will auto sell all other equips.... why is it doing this? i just want it to id/sell all items (just using it for leveling so grabbing some small currency along the way) Share this post Link to post Share on other sites
aeiz 159 Report post Posted November 16, 2014 it's normal if you have something like these: [Category] == "Belt" && [Rarity] == "Rare"[Category] == "Ring" && [Rarity] == "Rare"[Category] == "Amulet" && [Rarity] == "Rare" under the rares in your smart pickit Share this post Link to post Share on other sites
aeiz 159 Report post Posted November 16, 2014 if you want to cancel that function and have bot sell them anyways you need to change: [Category] == "Belt" && [Rarity] == "Rare"[Category] == "Ring" && [Rarity] == "Rare"[Category] == "Amulet" && [Rarity] == "Rare" into //[Category] == "Belt" && [Rarity] == "Rare"//[Category] == "Ring" && [Rarity] == "Rare"//[Category] == "Amulet" && [Rarity] == "Rare" Share this post Link to post Share on other sites
ZaiNuli 0 Report post Posted November 16, 2014 oh ok tyvm aeiz Share this post Link to post Share on other sites