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
MrPlan

Could the bot pick up quality flasks for the Glassblower's Bauble recipe?

Recommended Posts

Is there a way to make bot pick up quality flasks? The coolest thing would be if the bot calculated 40% quality and sold them from stash, but if there is a line i can add to PickIt i would be very greatfull for that too.

Peace - MrPlan

Share this post


Link to post
Share on other sites

I believe there is an available line for you to change in pickit.

also you can sell Armourer's Scrap and Blacksmith's Whetstone to get Glassblower's Bauble

Share this post


Link to post
Share on other sites

Look for this in the pickit

 

/////////////////////////////////////////////////////////////////////////////////////
//                                                                                 //
//                             User's custom rules                                 //
//                                                                                 //
/////////////////////////////////////////////////////////////////////////////////////
 
// Add any custom lines here
[Category] == "Flask" && [Quality] == "20"  # [sellItem] == "true"  /// Glassblower's Bauble farm
// [Category] == "Flask" && [Quality] >= "13" # [stashItem] == "true"  // 3 Flasks = Glassblower's
// [Type] == "Stone Hammer" && [Rarity] == "Normal" // Q20 + Map = Chisel
// [Type] == "Rock Breaker" && [Rarity] == "Normal" // Q20 + Map = Chisel
// [Type] == "Gavel" && [Rarity] == "Normal"  // Q20 + Map = Chisel
// [Type] == "Iron Ring"  // 7 Rings (any rarity) + Coral/Paua Rare Ring = Rare Ammy
 
[Rarity] == "Unique" # [stashItem] == "true" // Keep all unique, comment this line if you want the bot to sell unique not defined in this file
// [Rarity] == "Unique" # [sellItem] == "true" // Sell all unique that aren't defined in the pickit (be careful with recently added uniques)
  • Upvote 2

Share this post


Link to post
Share on other sites

×
×
  • Create New...