D2Stats 4.0.0

Discuss Median XL!
User avatar
itsmars
Dark Huntress
14 | 6
IronMan wrote:is there an easy way to notify for "any combination of X out of these Y stats" in one line?


No idea... but you could search for two of the three, 3 times. right?
"(Belt|Boots) \(Angelic\)" {[31-40] to Maximum Damage|[41-50] to all Attributes} rare purple
"(Belt|Boots) \(Angelic\)" {[31-40] to Maximum Damage|[20|25]% Combat Speeds} rare purple
"(Belt|Boots) \(Angelic\)" {[41-50] to all Attributes|[20|25]% Combat Speeds} rare purple
User avatar
IronMan
Lava Lord
99 | 9
Great Patron Badge
Patreon Contributor
No idea... but you could search for two of the three, 3 times. right?


Yeah, but that quickly blows up the loot filter with a confusing amount of text. Hoping there is a more elegant way to do it in one line. Still, thanks for the solution ^^
User avatar
Ywinel
Balrog
139 | 9
Common Supporter Badge
Donated 1 time
IronMan wrote:Hope this wasn't already asked, but is there an easy way to notify for "any combination of X out of these Y stats" in one line?

Example: How do I set it up so I only get notified when 2 out of these three stats are on one Belt/Boot?
"(Belt|Boots) \(Angelic\)" {[31-40] to Maximum Damage|[41-50] to all Attributes|[20|25]% Combat Speeds} rare purple

Many thanks in advance


This line won't work in the first place. D2stats uses regex, one of its quirks is that you can only do single digit ranges they way you did. So instead [31-40] there should be (3[1-9]|40). This line should look like that:
"(Belt|Boots) \(Angelic\)" {(3[1-9]|40) to Maximum Damage|(4[1-9]|50) to all Attributes|[20|25]% Combat Speeds} rare purple

As for how to do that in one line, copy-pasting entire curly bracket should do the job:
"(Belt|Boots) \(Angelic\)" {(3[1-9]|40) to Maximum Damage|(4[1-9]|50) to all Attributes|[20|25]% Combat Speeds} {(3[1-9]|40) to Maximum Damage|(4[1-9]|50) to all Attributes|[20|25]% Combat Speeds} rare purple
I'm not sure if it's intended for code to work like that but I remember it working for me. May be accidentally "fixed" by somebody in future :D
User avatar
IronMan
Lava Lord
99 | 9
Great Patron Badge
Patreon Contributor
This line won't work in the first place. D2stats uses regex, one of its quirks is that you can only do single digit ranges they way you did. So instead [31-40] there should be (3[1-9]|40). This line should look like that:
"(Belt|Boots) \(Angelic\)" {(3[1-9]|40) to Maximum Damage|(4[1-9]|50) to all Attributes|[20|25]% Combat Speeds} rare purple

As for how to do that in one line, copy-pasting entire curly bracket should do the job:
"(Belt|Boots) \(Angelic\)" {(3[1-9]|40) to Maximum Damage|(4[1-9]|50) to all Attributes|[20|25]% Combat Speeds} {(3[1-9]|40) to Maximum Damage|(4[1-9]|50) to all Attributes|[20|25]% Combat Speeds} rare purple
I'm not sure if it's intended for code to work like that but I remember it working for me. May be accidentally "fixed" by somebody in future :D


Lmao, good to know. Thank you for your help twice then, I guess! I tried opening a Regex introduction video on Youtube, but after non-stop lab grinding for days my brain was still too cooked to focus on something new >.>
AS_OMG
Fallen
1 | 0
stat flag doesnt work after update to newest version, anyone know how to fix it ? :?:
User avatar
Yepsi
Dark Huntress
11 | 0
4.1.7 doesn't show when sacred unique drop even when its in the filter, it also doesn't have the show/hide anymore?
jutsin
Cultist
20 | 0
Legendary Supporter Badge
Donated 25 times
Common Auction Badge
Won 50 auctions
Does anyone know example how to get this to work? "(Belt|Boots|Gaunlets|Plate)\(Angelic\)" {Skills | [15|20|25%] Combat Speed | ((2[1-9]|50) to all Attributes |(2[1-9]|50) to Energy)} stat rare I'm attempting for my d2stats to notify me of any of those angelic items that has skills those combat speed ranges all att or energy between 21-50 but it does not seem to trigger with that.
User avatar
sonneko
Acid Prince
45 | 17
Common Auction Badge
Won 50 auctions
jutsin wrote:Does anyone know example how to get this to work? "(Belt|Boots|Gaunlets|Plate)\(Angelic\)" {Skills | [15|20|25%] Combat Speed | ((2[1-9]|50) to all Attributes |(2[1-9]|50) to Energy)} stat rare I'm attempting for my d2stats to notify me of any of those angelic items that has skills those combat speed ranges all att or energy between 21-50 but it does not seem to trigger with that.


"(Belt|Boots|Gauntlets|Plate)" rare angelic {all skills}{Combat Speed}{[2-5]\d to (all att|ene)}

try this
jutsin
Cultist
20 | 0
Legendary Supporter Badge
Donated 25 times
Common Auction Badge
Won 50 auctions
sonneko wrote:
jutsin wrote:Does anyone know example how to get this to work? "(Belt|Boots|Gaunlets|Plate)\(Angelic\)" {Skills | [15|20|25%] Combat Speed | ((2[1-9]|50) to all Attributes |(2[1-9]|50) to Energy)} stat rare I'm attempting for my d2stats to notify me of any of those angelic items that has skills those combat speed ranges all att or energy between 21-50 but it does not seem to trigger with that.


"(Belt|Boots|Gauntlets|Plate)" rare angelic {all skills}{Combat Speed}{[2-5]\d to (all att|ene)}

try this

It doesn't seem to work with that either I have a pair of boots I'm dropping to test with but it doesn't show up. These are the boots I'm testing it with to see if It will show up. Image

idk if it is possible with d2stats but I want it only to notify me when all of those stats are on an item not just 1 stat if you change the line you wrote to "Belt|Boots|Gauntlets|Plate"{Skills}{Combat Speed}{[2-5]\d to (all att|ene)} rareit will show the boots and highlight only the Skills in red
User avatar
nikulo
Pit Knight
118 | 1
Common Supporter Badge
Donated 1 time
what do i have to add to the "standard" texts so i get a notification when any angelic item drops? :D

Thhanks for that awesoem program!