D2Stats 4.0.0

Discuss Median XL!
User avatar
Wotan
Astral Guardian
1935 | 161
Common Posting Badge
Posted over 1.000 messages
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
Jitan, Come On wrote:Another snag. I am trying to filter rare jewels with either -Req or +Exp, so i have this:
hide "Jewel" rare
"Jewel" {Experience}
"Jewel" {Requirements}

This does not work - hides all the jewels.
If i remove either exp or req line, it does work - hides all the rares, but still shows what i am after.

I used +all skills amulet as a template at first:
hide "Ring$|Amulet" rare # Rare rings and amulets
"Amulet" {[3-5] to All Skills}

This worked. Then i added :
"Amulet" {Spell Focus}
And amulet highlight stopped working as well. So it is tied to two modifiers filters i guess?


Did you try having them on the same line, like this?

"Jewel" {Experience|Requirements}
"Amulet" {[3-5] to All Skills|Spell Focus}
User avatar
Jitan, Come On
Balrog
132 | 7
Yeah, that was simple solution, thanks.
Azadi
Dark Huntress
14 | 5
BTW, if anyone is interested in my fork for the D2Stats here's the link to the repo: https://github.com/azadix/D2Stats/releases/latest

I've changed the following things:
-Added character stat difference checker (Click Read and after modifying stats in any way click Diff)
-Slightly modified layout of the program ("Basic" tab, Left aligned text with values following after)
-Added "angelic", "master" tag to item notifier (for Angelic and Mastercrafted items)
-Added missing crucial stats: Half Freeze, Cannot be Frozen, Damage to Demons, Damage to Undead, Life Regeneration, Critical Strike
-Renamed couple of stats so they better match those found in game (both name on GUI and tooltips)
-Removed unused stats: Uniterruptable Attack, Strength Factor, Veteran Token
-Added minimize button, window resizing

Image

-Added notifier option to only show filtered stats (non-red mods are hidden with this option selected)
-Capitalizing correct letters is no longer required when writing rules in notifier eg. "ancient armor" {rESISt} works the same as "Ancient Armor" {Resist}
Image
Edited by Azadi 11 months.
User avatar
Jitan, Come On
Balrog
132 | 7
Azadi wrote:No releases - you need to build it on your own!

Image
Azadi
Dark Huntress
14 | 5
Will include it in the next version

Edit: newest version with .exe is up on github
User avatar
Ace_Kuper
Imp
4 | 0
Not a big deal, but in the Default filter "Mystic Dye" is repeated 3 times for some reason. Same with "Occult Effigy" and "Occult Effigy" purple.
User avatar
Wotan
Astral Guardian
1935 | 161
Common Posting Badge
Posted over 1.000 messages
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
@Azadi

I assume this line allows you to hide superior items, correct? If so, great fix. :thumb:
Image
Azadi
Dark Huntress
14 | 5
Wotan wrote:@Azadi

I assume this line allows you to hide superior items, correct? If so, great fix. :thumb:
Image



That's not my feature (credits to Kyromyr) :D
IIRC it only changes how notifier displays items eg. Superior Gothic Plate vs Gothic Plate
User avatar
Wotan
Astral Guardian
1935 | 161
Common Posting Badge
Posted over 1.000 messages
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
Cannot find a line for UMO's in the notifier even tho I get screen notification.
Also, I cannot stop the notifications of positronic brains. Found the line, put a # in front of it, but they still show up in the notifications.

e: Found another "bug"

Was trying to filter out specific shrines:

"(Abandoned|Sacred|Eerie|Creepy|Quiet|Fascinating) Shrine \(10"

It works apart from Fascinating shrines. Notification even doesn't trigger. According to the line checker- it should work.

e2: It works when I remove the hide "Shrine \(10" line, which again- weird.
imngocson
Bone Archer
77 | 9
I'm using a version that can warn if you near bosses. Like this:
Image
Can this version do that? I tried add texts but didn't work.
Edited by imngocson 11 months.