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  
dedi

Setting up map alching

Recommended Posts

Hello,

I can't set it to alch maps, but if out of alchs then skip white maps (I just don't want to loose my map pool if it run out of them)

 

Is it even possible?

Share this post


Link to post
Share on other sites

I will try to explain what you have in default map configuration file in \Maps\default.ipd:

1. Here you set what tier of maps to run, default configuration set it to T1-10.

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

2. Here you have what rarity of maps to ignore (!!!). I suppose you wanna set it to "Rare only", so uncomment Normal and Magic strings.

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

3. This section set up map quality upgrade (with Chisels). Uncomment and set tiers as you need:

// If you want to enable automatic quality upgrading
// [MapTier] >= "4" && [Quality] <= "16" && [Rarity] == "Normal" # [UpgradeQuality] == "true"

4. And the last thing - upgrading map rarity with Orb of Alchemy and Transmutes. If you wanna run only rare maps, leave UpgradeToMagic line commented:

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

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...