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  
Spaceguy911

My bot is stashing bad uniques, but I have # [Sellitem] == "true"

Recommended Posts

Hey -- I have picked different snippets of pickit code from people while I learn .  I have removed all non-pertinent (as far as I'm aware) code from my pickit and pasted the pertinent here.  My bot is picking up Springleaf and Wondetrap boots and a whole bunch of other shit.  My //uniques body has [sellitem] = true, except for the 1+ exalt value uniques (which I have deleted to save space and make things more clear).  I recently noticed "line 1".  Is that overriding the sellitem = true?  In other words, maybe I should delete that so the non-listed uniques are kept?



[Rarity] == "Unique" //picks up any unique

//uniques

[Rarity] == "Unique" # [SellItem] == "true" //Any unique
[Rarity] == "Unique" && [Sockets] >= "5" && [Linked] >= "5" # [StashItem] == "true"
[Rarity] == "Unique" && [Category] == "Map" # [StashItem] == "true"
 
//1+ exalt uniques here
[Type] == "Vaal Axe" && [Rarity] == "Unique" //Atziri's Disfavour
.
.
.
//I have removed the code of uniques with this line for space-saving purposes
 

Share this post


Link to post
Share on other sites

 

Hey -- I have picked different snippets of pickit code from people while I learn .  I have removed all non-pertinent (as far as I'm aware) code from my pickit and pasted the pertinent here.  My bot is picking up Springleaf and Wondetrap boots and a whole bunch of other shit.  My //uniques body has [sellitem] = true, except for the 1+ exalt value uniques (which I have deleted to save space and make things more clear).  I recently noticed "line 1".  Is that overriding the sellitem = true?  In other words, maybe I should delete that so the non-listed uniques are kept?



[Rarity] == "Unique" //picks up any unique

//uniques

[Rarity] == "Unique" # [SellItem] == "true" //Any unique
[Rarity] == "Unique" && [Sockets] >= "5" && [Linked] >= "5" # [StashItem] == "true"
[Rarity] == "Unique" && [Category] == "Map" # [StashItem] == "true"
 
//1+ exalt uniques here
[Type] == "Vaal Axe" && [Rarity] == "Unique" //Atziri's Disfavour
.
.
.
//I have removed the code of uniques with this line for space-saving purposes
 

 

There are uniques that are alone worth 40+ exalts. Examples are Voll protector and Shavronne's wrappings.

Just loot all the uniques.

 

edit: Oh. You changed the pickit. Well, yeah, you have to remove the first line.

Edited by Deityslayer

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...