tornadotongue
New Member
- Joined
- Oct 19, 2015
- Messages
- 2
Sup Guis,
my bot keeps kind of randomly stashing items and i cant figure out how to stop it
what i want it to do:
pick up any rares, currency, uniques, maps, jews and whatnot
ID every Rare and sell it no matter what
keep the rest
using advanced item filter aswell i want it to do the chaos recipe. i got it to work once a few versions ago but cant get it to do as i tell him
tried to alter the standard filter list to no avail by editing existing categories and filters, adding new explicit "ID Rares" and "Sell IDd Rares" categories. didnt change a thing
deleted all standart filter categories and set up new ones -> still does the same damn thing
but just keeps stashing most of the rares, often even random greys and still IDing some of the rares and selling them.
tried to deactivate chaos recipe - still doing the same thing.
i really dont know what else i could do. maybe someone can help me?
current setup. im sure i screwed up something but i just cant figure it out
my bot keeps kind of randomly stashing items and i cant figure out how to stop it
what i want it to do:
pick up any rares, currency, uniques, maps, jews and whatnot
ID every Rare and sell it no matter what
keep the rest
using advanced item filter aswell i want it to do the chaos recipe. i got it to work once a few versions ago but cant get it to do as i tell him
tried to alter the standard filter list to no avail by editing existing categories and filters, adding new explicit "ID Rares" and "Sell IDd Rares" categories. didnt change a thing
deleted all standart filter categories and set up new ones -> still does the same damn thing
but just keeps stashing most of the rares, often even random greys and still IDing some of the rares and selling them.
tried to deactivate chaos recipe - still doing the same thing.
i really dont know what else i could do. maybe someone can help me?
Code:
[
{
"Description": "Pickup",
"Type": 1,
"Filters": [
{
"Name": "4f0d1442-3b16-49aa-9bd1-a8c0ea63a194",
"Description": "Items",
"Enabled": true,
"Rarities": [
2,
3,
5
]
},
{
"Name": "89fc7336-c707-4f47-823c-3cf27d719ab8",
"Description": "Stuff",
"Enabled": true,
"Types": [
"/Jewels/",
"/Maps/",
"/DivinationCards/"
],
"Rarities": []
},
{
"Name": "68612275-d525-496b-984b-2c322bae8ca8",
"Description": "Gems",
"Enabled": true,
"Types": [
"/Gems/"
],
"Rarities": [
4
],
"MinQuality": 1
},
{
"Name": "e49c0b27-b006-463e-bd7e-c32241595397",
"Description": "6S",
"Enabled": true,
"Rarities": [
0,
1,
2
],
"MinSockets": 6
},
{
"Name": "8a823a69-56c7-4a19-a4ea-fde545036f33",
"Description": "Chrom",
"Enabled": true,
"Rarities": [
0,
1,
2
],
"MinLinks": 3,
"SocketColors": [
"R-G-B"
]
},
{
"Name": "36b10afd-c2c7-4e19-b756-254040214351",
"Description": "Qflask",
"Enabled": true,
"Types": [
"/Flasks/"
],
"Rarities": [],
"MinQuality": 1
}
]
},
{
"Description": "Keep",
"Type": 2,
"Filters": [
{
"Name": "477e4571-9678-4273-ac41-8d8f53145f3d",
"Description": "Uniques,Currency",
"Enabled": true,
"Rarities": [
5,
3
]
},
{
"Name": "3e7963e1-b0b2-4ca9-b672-85a1de049c2e",
"Description": "Gems",
"Enabled": true,
"Types": [
"/Gems/"
],
"Rarities": [],
"MinQuality": 1
},
{
"Name": "1d8a713d-d930-48c8-ac44-927a55ef6571",
"Description": "Stuff",
"Enabled": true,
"Types": [
"/Jewels/",
"/Maps/",
"/DivinationCards/"
]
},
{
"Name": "5bf52656-5ef2-47db-9e7a-20663d121661",
"Description": "Flasks",
"Enabled": true,
"Types": [
"/Flasks/"
],
"MinQuality": 1
}
]
},
{
"Description": "ID",
"Type": 5,
"Filters": [
{
"Name": "2eb58a76-62c5-4322-a533-e62ea4ca427b",
"Description": "Rares, Uniques",
"Enabled": true,
"Types": [
"/Weapons/",
"/Rings/",
"/Amulets/",
"/Belts/",
"/Armours/",
"/Quivers/"
],
"Rarities": [
2,
3
]
}
]
},
{
"Description": "Sell",
"Type": 3,
"Filters": [
{
"Name": "fb9bfe9f-c44c-4dcf-a055-dccfa94c0647",
"Description": "Rares",
"Enabled": true,
"Types": [
"/Weapons/",
"/Rings/",
"/Amulets/",
"/Belts/",
"/Armours/",
"/Quivers/"
],
"Rarities": [
2
],
"HasToBeIdentified": true
},
{
"Name": "4ba3eb0d-a326-48a8-b4d6-3fa7421c1dcb",
"Description": "Chroms",
"Enabled": true,
"Rarities": [
0,
1,
2
],
"SocketColors": [
"R-G-B"
]
},
{
"Name": "8a2dd82d-83fe-41f6-b34a-fc709839ee85",
"Description": "6S",
"Enabled": true,
"Rarities": [
0,
1,
2
],
"MinSockets": 6
}
]
}
]
current setup. im sure i screwed up something but i just cant figure it out