jeanpaim 0 Report post Posted February 28, 2014 i guyz. I want to get normal o magic gold ring or amulet to craft MF ring/amulet. I readed the programming commands and i thought in this syntax: [Type] == "Gold Ring" && ([Rarity] == "magic" || "white") && [stashItem] == "true" My question is: Can i make only one syntax to white and magic gold ring pick up and dont need to do it twice? like this: [Type] == "Gold Ring" && [Rarity] == "magic" && [stashItem] == "true" [Type] == "Gold Ring" && [Rarity] == "white" && [stashItem] == "true" Is this right? ([Rarity] == "magic" || "white") thx and sry for bad english. Share this post Link to post Share on other sites
aeiz 159 Report post Posted February 28, 2014 (edited) [Type] == "Gold Ring" <===== this alone already means it picks up all gold rings and stash them no matter what mods or rarity it has. Edited February 28, 2014 by aeiz Share this post Link to post Share on other sites
jeanpaim 0 Report post Posted March 1, 2014 [Type] == "Gold Ring" <===== this alone already means it picks up all gold rings and stash them no matter what mods or rarity it has. Thx Share this post Link to post Share on other sites