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  
eNdles2k

Bot doesnt upgrade maps to magic or rare

Recommended Posts

Hi ive set up everything in the map file but the bot wont alch or transmute/augment maps. He always runs them white.

Any help to solve this?

 

// Map Tier setting
[MapTier] >= "2" && [MapTier] <= "8" # [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" && [Rarity] == "Normal" # [UpgradeQuality] == "true"

// If you want to transmute or alch maps before running them.
[Rarity] == "Normal" # [UpgradeToRare] == "true"
// [Rarity] == "Normal" # [UpgradeToMagic] == "true"

// Map augmentation
[Rarity] == "Magic" # [AugmentIfPossible] == "true"

Share this post


Link to post
Share on other sites

maybe u didnt setup stashtab settings correct?

bot takes currency to roll maps from defined "stash tabs" not from "currency tab"

so basicly u need to set ur currency tab in "stash tabs" and in "currency tab"

Share this post


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

×
×
  • Create New...