Jump to content

Join our Discord

Talk to other users and have a great time
Discord Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
GreyMane

Smart PickIt is not collecting Oils

Recommended Posts

Can someone help me add oils to the PickIt Script?

I would imagine it is something like this

[Category] == "Oils" && [StashItem] == "true"

Share this post


Link to post
Share on other sites
//oil 油瓶

[Type] == "Clear Oil" # [StashItem] == "true"
[Type] == "Sepia Oil" # [StashItem] == "true"
[Type] == "Amber Oil" # [StashItem] == "true"
[Type] == "Verdant Oil" # [StashItem] == "true"
[Type] == "Teal Oil" # [StashItem] == "true"
[Type] == "Azure Oil" # [StashItem] == "true"
[Type] == "Violet Oil" # [StashItem] == "true"
[Type] == "Crimson Oil" # [StashItem] == "true"
[Type] == "Black Oil" # [StashItem] == "true"
[Type] == "Opalescent Oil" # [StashItem] == "true"
[Type] == "Silver Oil" # [StashItem] == "true"
[Type] == "Golden Oil" # [StashItem] == "true"

link

Share this post


Link to post
Share on other sites
4 hours ago, bj6ck6text1 said:

//oil 油瓶

[Type] == "Clear Oil" # [StashItem] == "true"
[Type] == "Sepia Oil" # [StashItem] == "true"
[Type] == "Amber Oil" # [StashItem] == "true"
[Type] == "Verdant Oil" # [StashItem] == "true"
[Type] == "Teal Oil" # [StashItem] == "true"
[Type] == "Azure Oil" # [StashItem] == "true"
[Type] == "Violet Oil" # [StashItem] == "true"
[Type] == "Crimson Oil" # [StashItem] == "true"
[Type] == "Black Oil" # [StashItem] == "true"
[Type] == "Opalescent Oil" # [StashItem] == "true"
[Type] == "Silver Oil" # [StashItem] == "true"
[Type] == "Golden Oil" # [StashItem] == "true"

link

You are awesome, my friend! Thank you!

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...