I have the issue of my 8 stash tabs filling up super fast when my bots running over night. I have a feeling they get totally filled after a couple hours of running. This pick it is fine for when im home and can keep coming back and making room for it. However could someone help me make a pick it for when i run it over night that only picks up, 5L, 6S, Chromatic Items, Uniques, GG Base Rares, and currency. If someone could help me do that i would be grateful. It doesnt need to be insane, my main objective is that when i wake up in the morning the bot is still running and my inventory isnt totally full. Well i dont want to be leaving exalts on the ground either . I can start by making a list of all the rare bases i would like to keep and we can take it from there
edit the attached, at least remove the .txt, place it into your EB folder replacing the file there, I suggest you make it read only to prevent an update writting over it (it will, the installer, throw an error but just ignore it) check WITHIN the file for the long list of Dex based items, this is an archer filter, and the weapon type filter, then edit with what your named items you want and what types you want (note you cannot mix names and types) are. You should be good to go. View attachment staticitemfilter.json.txt wimm
I tried out your filter and it doesn't seem to ID items, so how does it even work? Was just stashing rares as usual.
Filter is broken. Sorry. Let me check that I posted the right version. Ok, here is the latest [edit] ok, this one is working View attachment staticitemfilter26dec.json.txt wimm
hey guys im "new" to the loot filter editor so i would appreciate your help, first of i already downloaded WhereIsMyMind´s .json file now what i have done so far is i enabled the "Id all rares under i level 60" option and the sell "All identified rares" option and changed the ilevel to 80 in the .json file my question is will this setup identify and sell a 200% phys dmg 2hander for example? thanks in advance Edit: only enabling "Id all rares under i level 60" didnt forced the bot to id any rares for me so i enabled "Id all rares except accessories" too and it started to id all rares for some reason
>my question is will this setup identify and sell a 200% phys dmg 2hander for example? Yes < 80lvl , No > 80lvl >only enabling "Id all rares under i level 60" didnt forced the bot to id any rares for me so i enabled "Id all rares except accessories" too and it started to id all rares for some reason I expect the edit is the problem, play with that value you edited. wimm
so its not possible to set up something like "keep item if %phys dmg higher then 90% even though ilevel is 57?
alter5, yes but you need to get a little more technical with the filters. For instance here is one for 'Nice Weapons' (not mine, I have not setup an itemfilter with affixes, only copy/pasta) Code: "Description": "Nice Weapons", "Enabled": true, "Types": [ "/Weapons/" ], "TypeMatchAnyRatherThanAll": true, "Rarities": [ 2 ], "Affixes": [ "ExplicitStat LocalPhysicalDamagePosPct Value >= 50 Required", "ExplicitStat LocalAttackSpeedPosPct Value >= 5 Required", "ExplicitStat LocalMinimumAddedPhysicalDamage Value >= 6 Required" ] The above will get all phydam >50, etc. You can also restrict it by level, etc So it will involve some research, check out the itemfilter guide: https://www.thebuddyforum.com/exile...y-guides/157401-item-filter-editor-guide.html wimm