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
Exiled Bot Classic Archive
This is the archived Exiled Bot Classic forum. Content is preserved for reference and may be outdated.
Sign in to follow this  
pulcresteel

no run rare maps

Recommended Posts

i use a simple config,but the bot not run rare maps,only normal

my config

 

// Run any map between level 66 and 74
[MapLevel] >= "66" && [MapLevel] < "74" # [RunMap] == "true"

 

// If you want to enable automatic quality upgrading
// [MapLevel] >= "70" && [Quality] <= "16" && [Rarity] == "Normal" # [upgradeQuality] == "true"

 

// If you want to transmut maps before running them
[Rarity] == "Normal" # [upgradeToRare] == "true"

 

// Use this to roll for a specific amount of Item Quantity **(DOES NOT INCLUDE QUANTITY FROM QUALITY)**
// [map_item_drop_quantity_+%] < "20" && [Rarity] == "Magic" # [RerollMods] == "true" // -- ITEM QUANTITY   -- Total Item Quantity of the ** MAP MODS ONLY **

 

// Ignore unique maps
[Rarity] == "Unique" # [ignoreMap] == "true"

// If you wanna run Sacrifices, just uncomment following lines. Don't forget tu comment first General Settings line ([MapLevel] >= "66" &&

 

[MapLevel] < "69" # [RunMap] == "true")
// to be sure that bot will run only Sacrifices.



idk where are the mistake

Share this post


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

×
×
  • Create New...