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  
SilverKing

+2 Gem in socket items..

Recommended Posts

Right now you have a spot to pick quality of gems. I would see a place to check just below that to stash all items +2 gems sockets.

 

It would then stash all of those items =+2 minions/cold/lightning/movement/projectile etc.

You get a more out of +2 socket items than you do for a %20 quality gem

 

If there is already a way to do this please tell me how - I am new to this and just learning how to adjust pickit file.

 

 

Share this post


Link to post
Share on other sites

in the bot folder u see a modlist file , there u find ur mods.

 

local_socketed_minion_gem_level_+ ,   local_socketed_gem_level_+  for example .

Edited by Delamonica

Share this post


Link to post
Share on other sites

in the bot folder u see a modlist file , there u find ur mods.

 

local_socketed_minion_gem_level_+ ,   local_socketed_gem_level_+  for example .

 

Ok I found the list and see the ones I want. Do I then just ad it to the pickit file and if yes could someone please just post the exact line I would add to get the above minion socketed item +2 and to stash it. If I can just see it and know where to put it I think I can figure out the rest and learn how to use that mod list.. Is there a guide on how to use it?

 

Thx in advance for any help I get.. 

 

Thx Delamonica

Share this post


Link to post
Share on other sites

Here's the exact like for keeping any rare helm with +2 minion gem level

[Category] == "Helm" && [Rarity] == "Rare" # [local_socketed_minion_gem_level_+] == "2" && [StashItem] == "true"

More strict example that keeps any rare helm with +2 minion gem level, total combined resists of at least 60, and has at least one of the following: 50 life, 200 total energy shield, or 40 mana.

[Category] == "Helm" && [Rarity] == "Rare" # [local_socketed_minion_gem_level_+] == "2" && [TotalResistances] >= "60" && ([base_maximum_life] >= "50" || [Computed Energy Shield] >= "200" || [base_maximum_mana] >= "40") && [StashItem] == "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...