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  
ancient

Recipe Item Pickup

Recommended Posts

would be nice if the bot would pick up valuable regular items. for example pick up the following :

Ordered by importance (greatest to lowest)

 

superior flasks = glass currency

RGB (red, green, blue items 3 linked minimum)

 

 

two stone rings (white and blue)

Pick up jewelry item level 60+ (white and blue)(rings, amulets, belts)

 

pick up white items which are base items for uniques.

 

 

 

Share this post


Link to post
Share on other sites

would be nice if the bot would pick up valuable regular items. for example pick up the following :

Ordered by importance (greatest to lowest)

 

superior flasks = glass currency

RGB (red, green, blue items 3 linked minimum)

 

 

two stone rings (white and blue)

Pick up jewelry item level 60+ (white and blue)(rings, amulets, belts)

 

pick up white items which are base items for uniques.

You're elite, most of this is already in the bot, smart pickit my friend (:

Picking up chroms has been talked about but right now bot. Can't read socket colors.

Picking up ilvl shouldn't be too hard since the bot can read ilvl since it shows it in the status panel but once again smart pickit.

Share this post


Link to post
Share on other sites

read itemlevel for what ?

 

when u tell ur bot to farm in a lvl 60 area then the itemlevel is the same for each item or not ?

 

 

 he has to write his own pickit when he want thos white items

Edited by Delamonica
  • Upvote 1

Share this post


Link to post
Share on other sites

Example for the gold rings:

 

[Type] == "Gold Ring" && [Rarity] == "Normal" && [base_item_found_rarity_+%] == "15" # [stashItem] == "true"

Example for the quality flasks:

 

[Category] == "Flask" && [Quality] >= "10" # [stashItem] == "true"

 

 

From my experience there is no sense in collecting flasks with q < 10. It is just easier to sell 3 or 4 flasks without summing up the quality. With 10%+ condition you don't need to worry about stash full of flasks.

Share this post


Link to post
Share on other sites

in the end it depends on how much u collect and how long u bot without break

 

i have a near empty stash after a full night :)

 

btw , i dont think u need [stashItem] == "true"

 

and remove # when u dont want identify flasks

Edited by Delamonica

Share this post


Link to post
Share on other sites

read itemlevel for what ?

 

when u tell ur bot to farm in a lvl 60 area then the itemlevel is the same for each item or not ?

 

TRUE!

Share this post


Link to post
Share on other sites

TRUE!

 

Sorry that is not true! Monsters drop items that are the same level they are. Whites are level of the area. Blues are +1 level of the area. Rares and uniques are +2 level of the area. So in library you can get items with ilvl 67-69 :)

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