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
Sign in to follow this  
JustDontGiveaF

bot doesn't alchemy map

Recommended Posts

bot doesn't alchemy map , what did i do wrong 
 

// Map Tier setting
[MapTier] >= "1" && [MapTier] <= "7" # [RunMap] == "true"

// Map Rarity to Run (Uncommenting means Ignore)
[Rarity] == "Unique" # [IgnoreMap] == "true"
// [Rarity] == "Rare" # [IgnoreMap] == "true"
[Rarity] == "Magic" # [IgnoreMap] == "true"
[Rarity] == "Normal" # [IgnoreMap] == "true"

// If you want to enable automatic quality upgrading
// [MapTier] >= "4" && [Quality] <= "16" 
// If you want to transmute or alch maps before running them.
[Rarity] == "Normal" # [UpgradeToRare] == "true"
// [Rarity] == "Normal" # [UpgradeToMagic] == "true"

 

Edited by JustDontGiveaF

Share this post


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

×
×
  • Create New...