Hey,
so far I've been doing pretty good with the pickit getting it to stash certain items that I want and Id and sell rares. However, I need it to pick up certain gems and filter out some of the common ones. ( mainly I am looking for support ones.) I will post my pickit if anyone can give me a heads up!
so far I've been doing pretty good with the pickit getting it to stash certain items that I want and Id and sell rares. However, I need it to pick up certain gems and filter out some of the common ones. ( mainly I am looking for support ones.) I will post my pickit if anyone can give me a heads up!
[
{
"Description": "Default pickup filter.",
"Type": 1,
"Filters": [
{
"Description": "Pickup all maps.",
"Enabled": true,
"Types": [
"/Maps/"
]
},
{
"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 non-common, no-quality skill gems.",
"Enabled": true,
"Types": [
"Cast On Crit",
"Cast When Damage Taken",
"Chain",
"Concentrated Effect",
"Elemental Proliferation",
"Empower",
"Faster Attacks",
"Faster Casting",
"Life Leech",
"Mana Leech",
"Life Gain on Hit",
"Greater Multiple Projectiles",
"Reduced Mana"
],
"Names": [
"Cleave",
"Firebal",
"lAnger ",
"Animate Guardian",
"Cleave",
"Decoy Totem",
"Determination",
"Devouring Totem",
"Dominating Blow",
"Enduring Cry ",
"Flame Totem",
"Glacial Hammer ",
"Ground Slam ",
"Heavy Strike",
"Immortal Call ",
"Infernal Blow ",
"Leap Slam",
"Lightning Strike ",
"Molten Shell ",
"Punishment",
"Purity of Fire",
"Rejuvenation Totem",
"Searing Bond ",
"Shield Charge",
"Shockwave Totem",
"Sweep ",
"Vitality ",
"Warlord's Mark"
],
"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. (Disabled)",
"Enabled": false,
"Rarities": [
0
],
"MinQuality": 20
},
{
"Description": "Pickup all quality flasks. (Disabled)",
"Enabled": false,
"Types": [
"/Flasks/"
],
"MinQuality": 1
},
{
"Description": "Pickup all utility flasks. (Disabled)",
"Enabled": false,
"Types": [
"FlaskUtility"
]
}
]
},
{
"Description": "Default stash filter.",
"Type": 3,
"Filters": [
{
"Description": "Stash all currency, uniques, and skill gems.",
"Enabled": true,
"Rarities": [
5,
3,
4
]
},
{
"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": 6,
"MinLinks": 0,
"MaxLinks": 4,
"SocketColors": [
"R-G-B"
]
},
{
"Description": "Sell 6 socket Items",
"Enabled": true,
"MinSockets": 6,
"MaxSockets": 6,
"MinLinks": 0,
"MaxLinks": 4
},
{
"Description": "Sell Rare Items",
"Enabled": true,
"Rarities": [
2
],
"HasToBeIdentified": true
}
]
},
{
"Description": "ID Items",
"Type": 5,
"Filters": [
{
"Description": "ID Rares & Uniques",
"Enabled": true,
"Rarities": [
2,
3
]
}
]
}
]