D2Stats 3.11.1

Discuss Median XL!
User avatar
Crash
Madawc
6799 | 327
Great Posting Badge
Posted over 2.500 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Great Supporter Badge
Donated 5 times
Common Showcase Badge
Median XL Broadcaster
Common Guide Badge
Created a complete character guide
Common Contribution Badge
Has collaborated to our forums, realms or mod
Common Auction Badge
Won 50 auctions
jwei92 wrote:A quick question... How does the test button actually work? Does it push a notification to the game? Cause I can't seem to figure it out


I think it displays how to type in a command to test. Kinda like directions. Then just type straight into the notify command window, save, and drop an item you have to make sure you had the command right.

Ex:
"Minor Mana"

then drop a minor mana potion.

"Short Sword" rare 5

then drop a tier 5 rare short sword or something
User avatar
Scalewinged
Cow Ninja
1293 | 61
Common Posting Badge
Posted over 1.000 messages
Great Popularity Badge
Has a thread with over 50.000 views
Common Love Badge
Earned over 20 cookies
I think with customisable drop notifier you might point main prefixes/suffixes and how to use it actually. Smth like:
"itemname" - needed to catch item name ingame
^ - used for mentioning that "itemname" may be in start of string (if i understood it correct).
$ - used for mentioning that "itemname" may be in end of string.
And so on. Maybe adding some readme that "strongly recommendet" to download.
Kyromyr
Cog
207 | 115
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Common Contribution Badge
Has collaborated to our forums, realms or mod
jwei92 wrote:A quick question... How does the test button actually work? Does it push a notification to the game? Cause I can't seem to figure it out


It's used to check what a certain input will notify for, and what the notification text will be. Try copy/pasting the default notifications into the field.

Scalewinged wrote:I think with customisable drop notifier you might point main prefixes/suffixes and how to use it actually. Smth like:
"itemname" - needed to catch item name ingame
^ - used for mentioning that "itemname" may be in start of string (if i understood it correct).
$ - used for mentioning that "itemname" may be in end of string.
And so on. Maybe adding some readme that "strongly recommendet" to download.


Might do that. Problem is explaining it in a way that makes sense to somebody who's never used regex before.
User avatar
Scalewinged
Cow Ninja
1293 | 61
Common Posting Badge
Posted over 1.000 messages
Great Popularity Badge
Has a thread with over 50.000 views
Common Love Badge
Earned over 20 cookies
Well.... you can try at least :) I can give some feedback since i never used regex (even don't know wtf is it :oops: )
User avatar
Crash
Madawc
6799 | 327
Great Posting Badge
Posted over 2.500 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Great Supporter Badge
Donated 5 times
Common Showcase Badge
Median XL Broadcaster
Common Guide Badge
Created a complete character guide
Common Contribution Badge
Has collaborated to our forums, realms or mod
Common Auction Badge
Won 50 auctions
Perhaps how aahz explained it on earlier page about how

"Searches for exact name with this code"

vs

"^searches for anything matching this text$"

however it works. I've never heard of regex either :D
jwei92
Vampiress
35 | 0
Legendary Supporter Badge
Donated 25 times
I've been trying to figure out if the line I wrote for a rare circlet is even working but I can't get obe to drop...

Is this correct for notifying me of rare, t5+, sacred circlet?

"Circlet" sacred 6
jwei92
Vampiress
35 | 0
Legendary Supporter Badge
Donated 25 times
A possible feature request?

If there are multiple items of the same type, i.e. 2 unique rings, is there a way you can label them (1) and (2) so we know we didn't just walk past the same once twice and know there are two?
Kyromyr
Cog
207 | 115
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Common Contribution Badge
Has collaborated to our forums, realms or mod
jwei92 wrote:A possible feature request?

If there are multiple items of the same type, i.e. 2 unique rings, is there a way you can label them (1) and (2) so we know we didn't just walk past the same once twice and know there are two?


Might look into it, but can't promise anything.
User avatar
aahz
Team Member
494 | 287
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
Common Patron Badge
Patreon Contributor
Legendary Contribution Badge
Median XL Team Member
Another improvement could be adding a way to switch between more notifier presets (for example predefined number switchable via button or "unlimited" via drop down selection)
https://tsw.vn.cz - TSW realm stats (& Quests, NotArmory, HC chars)
User avatar
Quirinus
Team Member
1510 | 184
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
Legendary Contribution Badge
Median XL Team Member
here's some cheatsheets for regex:
http://web.mit.edu/hackl/www/lab/turksh ... tsheet.pdf
http://www.cbs.dtu.dk/courses/27610/reg ... eet-v2.pdf

there are other good ones out there too. just google and you'll find tons of guides/tutorials or even full books.

here you can test your regex online (or just google regex online and choose a site):
https://regex101.com/

here's an example: https://regex101.com/r/xABuFp/1

if you want something more complicated, try to figure it out, if you can't, then google. if you don't find anything, ask here and we'll help with the regex match pattern.
"but if it's simple it's not that hard" - Quirinus 2017
"small things like this are not a big deal" - Quirinus 2017