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
username1001101

All gems are being picked up

Recommended Posts

Hi there

 

I face a problem - all gems get picked up. In the bot i set to pickup 1q or more and in the pickit I have it like this:

 

[Type] == "Arctic Armour"
[Type] == "Blind"
[Type] == "Detonate Dead"
[Type] == "Elemental Weakness"
[Type] == "Empower"
[Type] == "Faster Attacks"
[Type] == "Fire Penetration"
[Type] == "Flame Totem"
[Type] == "Glacial Cascade"
[Type] == "Greater Multiple Projectiles"
[Type] == "Item Quantity"
[Type] == "Life Leech"
[Type] == "Multiple Traps"
[Type] == "Phase Run"
[Type] == "Portal"
[Type] == "Purity of Elements"
[Type] == "Reduced Duration"
[Type] == "Reduced Mana"
 

//// Keep Items
[...]
// All Quality Gems
[Category] == "Gem" && [min_gem_quality] >= 1
 
 
//// Sell all rares that aren't specified below - have them first IDed because they can give different shards depending on the mods
[Rarity] == "Rare" # [SellItem] == "true"
 
//// Weapons
[...]
 
//// Armour
[...]
 
//// Other stuff
[...]

 

So, why does it still pick them all up?

Share this post


Link to post
Share on other sites

Because [min_gem_qualityI believe it's not working. When you start the bot, inmediately go to the log, and in the beginning you will notice that it says it's an invalid mod. They should fix it, kinda annoying seeing the stash full of sh*t 0% gems.

Share this post


Link to post
Share on other sites

Because [min_gem_quality] I believe it's not working. When you start the bot, inmediately go to the log, and in the beginning you will notice that it says it's an invalid mod. They should fix it, kinda annoying seeing the stash full of sh*t 0% gems.

 

That's true. Alk, delete this line from default pickit pls.  #AlkFixPls

 

To pick quality gems use this

S3hiOzG.png

Edited by kokosoida

Share this post


Link to post
Share on other sites

That's true. Alk, delete this line from default pickit pls.  #AlkFixPls

 

To pick quality gems use this

S3hiOzG.png

Thanks! And when SmartPickit is enabled, does that function work?

Share this post


Link to post
Share on other sites

×
×
  • Create New...