Is this the proper way to go about filtering items?

I'm trying to make the filter show any 3 or 4 Link at lower levels regardless of the item's base, starting at item level 31 through 40, it would show 4 links only and only if the base of the item is level 30 or higher. Then from item levels 41 through 50, the same thing but higher base drop levels. Should I change anything? I've uninstalled the beta already and don't have a means to test it right now. Thanks.

Spoiler
Show
LinkedSockets >= 5
SetBorderColor 216 58 58
SetBackgroundColor 216 58 58

Show
Sockets 6
SetBorderColor 170 158 129

Show
Class Armour Helm Glove Boot
Rarity <= Magic
ItemLevel <= 30
LinkedSockets >= 3
SetBorderColor 200 200 200

Show
Class Armour Helm Glove Boot
Rarity <= Magic
ItemLevel <= 40
DropLevel >= 30
LinkedSockets 4
SetBorderColor 200 200 200

Show
Class Armour Helm Glove Boot
Rarity <= Magic
ItemLevel <= 50
DropLevel >= 40
LinkedSockets 4
SetBorderColor 200 200 200
You could replace this
"
Show
Class Armour Helm Glove Boot
Rarity <= Magic
ItemLevel <= 40
DropLevel >= 30
LinkedSockets 4
SetBorderColor 200 200 200

Show
Class Armour Helm Glove Boot
Rarity <= Magic
ItemLevel <= 50
DropLevel >= 40
LinkedSockets 4
SetBorderColor 200 200 200

with this
"
Show
Class Armour Helm Glove Boot
Rarity <= Magic
ItemLevel <= 50
LinkedSockets 4
SetBorderColor 200 200 200

no need to separate it.
In this case >=3 sockets condition would work the same as just =3 because it's higher in the list so it will be used instead of =4 condition under level 30.
Wish the armchair developers would go back to developing armchairs.

◄[www.moddb.com/mods/balancedux]►
◄[www.moddb.com/mods/one-vision1]►
Last edited by raics on Jul 10, 2015, 3:30:23 AM

Report Forum Post

Report Account:

Report Type

Additional Info