Have not used this in a very long time, and glad to see it working without flags. Every time i go to town, my bot stashes all yellows i have. I'm not sure if it's supposed to do this? I would like it to ID the bigger items and then sell them, and save jewellery/belts if possible. Also, i'm confused about the auto logout function Is it set to logout after 11-12 straight hours of use? Or is it set for a 1 hour pause, im really confused.
You gotta config this yourself using the GUI/Item Filter Editor under Tools. This is not exactly what you want, but might help you out: http://www.thebuddyforum.com/exileb...53857-help-regex-item-filter.html#post1434619 Logout After: x hours -> after botting for x hours, bot will logout Login After: y hours -> been logged out, bot will relogin after y hours
Tyvm! What i am confused about, is there is 2 boxes for both logout, and login. Both default, 11 then 12. What does the left side do, what does the right side do Also, do i just add a filter, click rares, and click identify? Or is there more to it
as you wish Default Filter.json Code: [ { "Description": "Default pickup filter.", "Type": 1, "Filters": [ { "Description": "Pickup all maps.", "Enabled": true, "Types": [ "/Maps/" ] }, { "Description": "Pickup all map fragments.", "Enabled": true, "Types": [ "/MapFragments/" ] }, { "Description": "Pickup all important items by rarity.", "Enabled": true, "Rarities": [ 3, 2, 6 ] }, { "Description": "Pickup all currency except...", "Enabled": true, "Names": [ "Name Goes Here" ], "NameRegex": false, "NameMatchAnyRatherThanAll": false, "Rarities": [ 5 ] }, { "Description": "Pickup all quality skill gems.", "Enabled": true, "Rarities": [ 4 ], "MinQuality": 1 }, { "Description": "Pickup all Vaal skill gems. This is needed due to the next filter excluding the common ones.", "Enabled": true, "Names": [ "Vaal" ], "Rarities": [ 4 ] }, { "Description": "Pickup all non-common, no-quality skill gems.", "Enabled": true, "Names": [ "Fireball", "Spark", "Sweep", "Ground Slam", "Cleave", "Double Strike", "Dual Strike", "Burning Arrow", "Heavy Strike", "Glacial Hammer", "Freezing Pulse", "Split Arrow", "Raise Zombie", "Ice Nova", "Leap Slam", "Shield Charge", "Whirling Blades", "Cold Snap", "Detonate Dead", "Poison Arrow", "Ice Shot", "Flicker Strike", "Ice Spear", "Infernal Blow", "Shock Nova", "Viper Strike", "Explosive Arrow", "Rain of Arrows", "Firestorm", "Puncture", "Lightning Arrow", "Bear Trap", "Fire Trap", "Reave", "Ethereal Knives", "Decoy Totem" ], "NameRegex": false, "NameMatchAnyRatherThanAll": false, "Rarities": [ 4 ], "MaxQuality": 0 }, { "Description": "Pickup all items that can vendor for a Chromatic Orb.", "Enabled": true, "SocketColors": [ "R-G-B" ] }, { "Description": "Pickup all 5/6-link items.", "Enabled": true, "MinLinks": 5 }, { "Description": "Pickup all 6-socket items.", "Enabled": true, "MinSockets": 6 }, { "Description": "Pickup all items that can vendor for an Armourer's Scrap, Blacksmith Whetstone, or Glassblower's Bauble.", "Enabled": true, "Rarities": [ 0 ], "MinQuality": 20 }, { "Description": "Pickup all quality flasks.", "Enabled": true, "Types": [ "/Flasks/" ], "MinQuality": 1 }, { "Description": "Pickup all utility flasks.", "Enabled": true, "Types": [ "FlaskUtility" ] } ] }, { "Description": "Default stash filter.", "Type": 3, "Filters": [ { "Description": "Stash all currency, uniques, and skill gems.", "Enabled": true, "Rarities": [ 5, 3, 4, 2 ] }, { "Description": "Stash all 6 socket items.", "Enabled": true, "MinSockets": 6 }, { "Description": "Stash all 5+ linked items.", "Enabled": true, "MinLinks": 5 }, { "Description": "Stash all maps and utility flasks", "Enabled": true, "Types": [ "/Maps/", "FlaskUtility" ] }, { "Description": "Stash all flasks that will not vendor for a bauble.", "Enabled": true, "Types": [ "/Flasks/" ], "MinQuality": 1, "MaxQuality": 19 } ] }, { "Description": "Default vendor filter.", "Type": 2, "Filters": [ { "Description": "This filter will sell all normal/magic chromatic items that are 3L and only have 5 or fewer sockets", "Enabled": true, "Rarities": [ 0, 1 ], "MaxSockets": 5, "MaxLinks": 3, "SocketColors": [ "R-G-B" ] }, { "Description": "6s", "Enabled": true, "Rarities": [ 1, 0 ], "MinSockets": 6, "MaxSockets": 6, "MaxLinks": 4 }, { "Description": "n+m+r for sale", "Enabled": true, "Rarities": [ 1, 2, 0 ], "MaxLinks": 4, "MinWidth": 1, "MinHeight": 2 } ] }, { "Description": "ID", "Type": 5, "Filters": [ { "Description": "m+r+u", "Enabled": true, "Rarities": [ 1, 2, 3 ] } ] } ] also selling 6s 4l- items n+m
I guess it was late last night, thanks for clearing that up though! Thank you very much! going to see how it works, much appreciation from everyone. E: Working great so far Is that set to sell quality flasks? I might be wrong