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  
parthekos

Pickit - stop picking maps. How?

Recommended Posts

How can I tell the bot to not pick up level 68 maps using pickit file?

open default pickit, and comment the line for picking up any map.

 

// Take all maps, comment out if you want to specify which map to pick up bellow

// [Category] == "Map" #[stashItem] == "true"

add this

 

now it should work to configure each map.

 

// Comment out the maps bellow that you DON'T need

 

// Level 68

// [Type] == "Crypt Map" # [stashItem] == "true"

// [Type] == "Desert Map" # [stashItem] == "true"

// [Type] == "Dunes Map" # [stashItem] == "true"

// [Type] == "Dungeon Map" # [stashItem] == "true"

// [Type] == "Grotto Map" # [stashItem] == "true"

// [Type] == "Pit Map" # [stashItem] == "true"

// [Type] == "Tropical Island Map" # [stashItem] == "true"

 

  • Upvote 1

Share this post


Link to post
Share on other sites

Same stuff, look for the following and comment them out

 

/////////////////////////////////////////////////////////////////////////////////////
//                                                                                 //
//                                  CURRENCY                                       //
//                                                                                 //
/////////////////////////////////////////////////////////////////////////////////////
 
// Scrolls commented so instead of picking every scroll it will keep number of scroll setup by user in inventory
// [Type] == "Scroll of Wisdom" # [stashItem] == "true" // Take all id scroll
// [Type] == "Portal Scroll" # [stashItem] == "true" // Take all tp scroll
// [Type] == "Blacksmith's Whetstone" # [stashItem] == "true" // Take Blacksmith's Whetstone
// [Type] == "Armourer's Scrap" # [stashItem] == "true" // Take Armourer's Scrap
[Type] == "Glassblower's Bauble" # [stashItem] == "true" // Take Glassblower's Bauble
[Type] == "Albino Rhoa Feather" # [stashItem] == "true" // Albino Rhoa Feather
 
[Category] == "Flask" && [Quality] == "20"  # [sellItem] == "true"  /// Glassblower's Bauble farm

Share this post


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

×
×
  • Create New...