nachzeher 1 Report post Posted February 13, 2014 Hello all. Im trying bot take and sell all 3-4 linked items for chromes recipe, the probles is that bot dont sell, just put all in stash. THIS IS THE CODE IM USING [sockets] >= "4" && [Linked] == "4" # [sellitem] =="true" //sell for chomes [sockets] >= "4" && [Linked] == "3" # [sellitem] =="true" //sell for chomes [sockets] >= "3" && [Linked] == "3" # [sellitem] =="true" //sell for chomes THANKS Share this post Link to post Share on other sites
TopaZ 0 Report post Posted February 18, 2014 Try this [sockets] >= "3" && [Linked] == "3" # [sellUnid] == "true" // Sell 3L Share this post Link to post Share on other sites