Search the database
Search forum topics
Search members
Search for trades
diablo2.io is supported by ads
diablo2.io is supported by ads
7 replies   268 views
2

Description

Anyone started messing with a custom filter?

I saw on the stream they changed rune colors etc. I don't see in the script the option unless we have to add it on our own.. Basic script for starter War I just copied below..



{
"name": "Starter - War",
"rules": [
{
"name": "HIDE ALL",
"enabled": false,
"ruleType": "hide",
"filterEtherealSocketed": true,
"equipmentRarity": [
"rare",
"lowQuality",
"magic",
"unique",
"set",
"hiQuality",
"normal"
],
"equipmentQuality": [
"normal",
"exceptional",
"elite"
],
"equipmentCategory": [
"acce",
"armo",
"weap"
],
"itemCategory": [
"misc"
]
},
{
"name": "SHOW Uniques",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentRarity": [
"unique"
]
},
{
"name": "SHOW Runes",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"itemCategory": [
"runes"
]
},
{
"name": "SHOW Sets",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentRarity": [
"set"
]
},
{
"name": "SHOW Socketed and Ethereal Items",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": true
},
{
"name": "SHOW Rare Items",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentRarity": [
"rare"
]
},
{
"name": "SHOW Magic Items",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentRarity": [
"magic"
]
},
{
"name": "SHOW Elite Items",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentQuality": [
"elite"
]
},
{
"name": "SHOW Exceptional Items",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentQuality": [
"exceptional"
]
},
{
"name": "Hide Other Class Items",
"enabled": false,
"ruleType": "hide",
"filterEtherealSocketed": false,
"equipmentCategory": [
"sorce",
"amazo",
"palad",
"barbh",
"druid",
"necro",
"assas"
]
},
{
"name": "HIDE Ammo",
"enabled": false,
"ruleType": "hide",
"filterEtherealSocketed": false,
"itemCategory": [
"ammo"
]
},
{
"name": "HIDE Inferior Gear",
"enabled": true,
"ruleType": "hide",
"filterEtherealSocketed": false,
"equipmentRarity": [
"lowQuality"
]
}
]
}

Edit: I used llama's, but it don't have colors besides Runes. I want Gems to be a different color.
Description by Necx666
5

Can be used to make Runewords:

7
Anyone started messing with a custom filter?

I saw on the stream they changed rune colors etc. I don't see in the script the option unless we have to add it on our own.. Basic script for starter War I just copied below..



{
"name": "Starter - War",
"rules": [
{
"name": "HIDE ALL",
"enabled": false,
"ruleType": "hide",
"filterEtherealSocketed": true,
"equipmentRarity": [
"rare",
"lowQuality",
"magic",
"unique",
"set",
"hiQuality",
"normal"
],
"equipmentQuality": [
"normal",
"exceptional",
"elite"
],
"equipmentCategory": [
"acce",
"armo",
"weap"
],
"itemCategory": [
"misc"
]
},
{
"name": "SHOW Uniques",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentRarity": [
"unique"
]
},
{
"name": "SHOW Runes",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"itemCategory": [
"runes"
]
},
{
"name": "SHOW Sets",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentRarity": [
"set"
]
},
{
"name": "SHOW Socketed and Ethereal Items",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": true
},
{
"name": "SHOW Rare Items",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentRarity": [
"rare"
]
},
{
"name": "SHOW Magic Items",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentRarity": [
"magic"
]
},
{
"name": "SHOW Elite Items",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentQuality": [
"elite"
]
},
{
"name": "SHOW Exceptional Items",
"enabled": true,
"ruleType": "show",
"filterEtherealSocketed": false,
"equipmentQuality": [
"exceptional"
]
},
{
"name": "Hide Other Class Items",
"enabled": false,
"ruleType": "hide",
"filterEtherealSocketed": false,
"equipmentCategory": [
"sorce",
"amazo",
"palad",
"barbh",
"druid",
"necro",
"assas"
]
},
{
"name": "HIDE Ammo",
"enabled": false,
"ruleType": "hide",
"filterEtherealSocketed": false,
"itemCategory": [
"ammo"
]
},
{
"name": "HIDE Inferior Gear",
"enabled": true,
"ruleType": "hide",
"filterEtherealSocketed": false,
"equipmentRarity": [
"lowQuality"
]
}
]
}

Edit: I used llama's, but it don't have colors besides Runes. I want Gems to be a different color.

Necx#1387
7
User avatar

leox 291

Paladin Asia PC
if it is right, you need search document and
change "misc" things.

There are some mod you can reference but not sure if it works.

Please be aware, all my trade is in non ladder d2r. Not warlock.
7
OP
leox wrote: 6 hours ago
if it is right, you need search document and
change "misc" things.

There are some mod you can reference but not sure if it works.
The mod borked in the update.. It did work online D2mm with the mod practical item filter.. 3.0 patch with item changes broke it. D2mm is even working on an update, from what I read. It broke a lot of item spacing and cells.

However, I'd rather use the legit in game filter, just not good with the script or if it's possible. .

Necx#1387
7
User avatar

leox 291

Paladin Asia PC
it looks like json.

see if you can find official doc.

mod code is different, you can reference but dont be surprised if it dosent work

Please be aware, all my trade is in non ladder d2r. Not warlock.
7
OP
leox wrote: 6 hours ago
it looks like json.

see if you can find official doc.

mod code is different, you can reference but dont be surprised if it dosent work
Correct it is Json. Hope to be able to change them with "color=X" type thing.
The D2mm mod pretty much overridden the calls to item to display it using the data folder.

Necx#1387
7
User avatar

leox 291

Paladin Asia PC
from what I searched, d2mm syntax is different.

There must be some way you can do it.

My guess is that it does not support. There is no official document release about this.

d2rmm is manipulate data. it build different syntax that you cant use it here.

Please be aware, all my trade is in non ladder d2r. Not warlock.
7
OP
Correct d2mm mod just overrides the game so it don't inject anything.

The new filter is just json script that reads right to game. I just didn't know if it was possible in the script to add colors.

Necx#1387
7
OP
I was hoping i could add something like

"color_hex": "#FF0000",
"color_rgb": { "r": 255, "g": 0, "b": 0 }

Necx#1387
9

Advertisment

Hide ads
999

Greetings stranger!

You don't appear to be logged in...

No matches
 

 

 

 

You haven't specified which diablo2.io user you completed this trade with. This means that you will not be able to exchange trust.

Are you sure you want to continue?

Yes, continue without username
No, I will specify a username
Choose which dclone tracking options you want to see in this widget:
Value:
Hide ads forever by supporting the site with a donation.

Greetings adblocker...

Warriv asks that you consider disabling your adblocker when using diablo2.io

Ad revenue helps keep the servers going and supports me, the site's creator :)

A one-time donation hides all ads, forever:
Make a donation