lukoma666 0 Report post Posted March 31, 2015 (edited) I am having some issues with the syntax for picking +3 skill items. For whatever reason my lines seems to be grabbing the +1 skill items but not the combination of both. [Category] == "Weapon" && [Rarity] == "Rare" # [local_socketed_gem_level_+] == "1" && ([local_socketed_cold_gem_level_+] == "2" || [local_socketed_fire_gem_level_+] == "2" || [local_socketed_lightning_gem_level_+] == "2") && [StashItem] == "true" [Category] == "Weapon" && [Rarity] == "Rare" # [local_socketed_gem_level_+] == "1" && [local_socketed_bow_gem_level_+] == "2" Edited March 31, 2015 by lukoma666 Share this post Link to post Share on other sites