bonebox 36 Report post Posted June 3, 2014 (edited) Suggestion: The bot is coded to always pick uniques and currency irrespective of smartpickit on/off and checkboxes, so that is presumably outside of the main pickit routine. Can't something be written in that ALWAYS sells whites and blues when it gets to vendor without the picking that would happen if you put a sell line in the pickit that is only overridden by a stash line in the pickit? The problem's not too bad (worse recently with the new looting) but it can now fill my stash with crap over 2-3 days and it's a hassle to always have to stay on top of that and keep checking them all the time. I know the looting is still being worked on but be good to have something in there that takes care of this whatever is going on looting wise. I often assume there's not much to the things I suggest I know, but will it be that hard to just put a check in the vendoring routine that sells shit unless it's in the pickit. Something's been added recently to sell chrome items, be a similar thing again but without needing the picking side. And actually a thought on that last point just to check, presume something has been written in to cover the situation where an item the pickit is defined to stash has the chrome socket configuration to still stash it yes? Be gutted to get a chrome for a shavs If so then it'd be exactly the same vendoring code more or less; is it a chrome item? yes/no. is there anything in pickit to stash it? sell/stash ---> is it a white/blue item? yes/no. is there anything in pickit to stash it? sell/stash Edited June 3, 2014 by bonebox Quote Share this post Link to post Share on other sites
bbones 3 Report post Posted June 3, 2014 Yep, similar suggestion here: https://exiled-bot.net/community/index.php/topic/3028-019b-issues/, and alk said its being worked on Good question about chrome uniques, that isn't too hard to test though. Quote Share this post Link to post Share on other sites
bonebox 36 Report post Posted June 3, 2014 Yeah my suggestion is more that the code is already written for chromes and can be copied for white/blues, makes the job a lot easier Quote Share this post Link to post Share on other sites
FakeName 2 Report post Posted June 3, 2014 (edited) is it a chrome item? yes/no. is there anything in pickit to stash it? sell/stash ---> is it a white/blue item? yes/no. is there anything in pickit to stash it? sell/stash The priorities here are broken. a) Don't put chromatics rule first, b) no need to look at the stash twice. For now it is: Pickit? -> Default config(checkboxes from the main window)? -> Sell. Generally the action applied to the item is defined by the very first rule this item matches. It is invert logic of firewalls and other defensive programs - If the `item` doesn't match even 1 rule then it is blocked. Similar way it is done in the EB, so if the Chromatics rule is at the first place it could mark as chromes Uniques/Rares etc. Edited June 3, 2014 by FakeName Quote Share this post Link to post Share on other sites
bonebox 36 Report post Posted June 3, 2014 Agreed, though I wasn't indicating priority here just that the logic is already in place Quote Share this post Link to post Share on other sites
alkpone 1000000 Report post Posted June 3, 2014 This feature is already implemented in next version Quote Share this post Link to post Share on other sites
bonebox 36 Report post Posted June 3, 2014 Oh you goddamn whizzkid hehe cheers dude Quote Share this post Link to post Share on other sites
ExVault 3 Report post Posted June 5, 2014 But bot sells q gems now... Quote Share this post Link to post Share on other sites