tobywithay 2 Report post Posted March 13, 2014 This will pick up all items that fit the chromatic recipe. The only drawback is it may pick up much more... Regardless, it is a permanent line in my pickit. [sockets] == "red" && [sockets] == "blue" && [sockets] == "green" && [Linked] >= "3" # [sellItem] == "true" Quote Share this post Link to post Share on other sites
wd978 0 Report post Posted March 13, 2014 really that works now?? u sure? i would add it with [Linked] == "3" Quote Share this post Link to post Share on other sites
username1001101 11 Report post Posted March 13, 2014 does this really work? Quote Share this post Link to post Share on other sites
alkpone 1000000 Report post Posted March 13, 2014 does this really work? Nope.. Quote Share this post Link to post Share on other sites
zeMagic 7 Report post Posted March 14, 2014 lol This line drops a unique every 30sec. [Rarity] == "Unique" && [Drop] == "forced && [timespan] == "30s" # [stashItem] == "true" a permanent line in my pickit. Sorry, couldnt resist I fixed it for you. You were missing a " after "forced". For those of you who tried this earlier, try it again, it's now working! [Rarity] == "Unique" && [Drop] == "forced" && [timespan] == "30s" # [stashItem] == "true" Quote Share this post Link to post Share on other sites
rodin 26 Report post Posted March 14, 2014 Wy use 30s when you could use 1s [Rarity] == "Unique" && [Drop] == "forced" && [timespan] == "1s" # [stashItem] == "true" Quote Share this post Link to post Share on other sites
dasnon 1 Report post Posted March 15, 2014 sry people, but you are all noob.... [Rarity] == "Unique" && "TYPE=Occultist's Vestment" && [Drop] == "forced" && [timespan] == "1s" # [stashItem] == "true" Quote Share this post Link to post Share on other sites
Ether88 9 Report post Posted March 18, 2014 You have to use min 30s timespan to not get banned. Using specific item forced drop will get you ban-hammered fast. Use random unique with min 30s timespan (I use 2600s now and no bans). Chromatics script does not work after the latest update, thay have removed "colour" keywords. Quote Share this post Link to post Share on other sites
rodin 26 Report post Posted March 18, 2014 Yeah, they removed the colour keywords because people were only searching for white sockets and thats racist. Quote Share this post Link to post Share on other sites
tobywithay 2 Report post Posted March 21, 2014 Sorry everyone , I failed to test this fully. It does pick chromatic , but it also picks a lot of crap... Quote Share this post Link to post Share on other sites