Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
jeanpaim

Picking up gold ring and gold amulet.

Recommended Posts

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

[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 by aeiz

Share this post


Link to post
Share on other sites

[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 :D

Share this post


Link to post
Share on other sites

×
×
  • Create New...