D2Stats 3.11.1

Discuss Median XL!
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
*Glances at trade forum* You still have to add item tags yourself, though.

3.9.7
-Added option to only copy item name. Will copy multiple item names if hotkey is pressed again within ten seconds.

http://prntscr.com/i1w0ob

Neurogenesis

Erawan

Erawan
Body Armors

'LemKoCham'
Runeword Level: 83
15% Combat Speeds
5% Chance of Crushing Blow
+(144 to 171)% Enhanced Defense
(27 to 30)% to Strength
(27 to 30)% to Vitality
Physical Resist (13 to 15)%
(15 to 20)% Bonus to Defense

Elemental Band
Elemental Band
Ring

Required Level: 100
Item Level: 120
+10% to Spell Damage
+1 to Path of Flames
+1 to Nova Charge
+1 to Lightning Arena
+1 to Hive

Assur's Bane

Wyand's Perfidy
Wyand's Perfidy
Heavy Belt (Sacred)

Defense: 3825 to 4131
Required Level: 110
Required Strength: 625
Item Level: 115
2% Chance to cast level 12 Nightmare when Struck
10% Attack Speed
+25% to Fire Spell Damage
+22 to Rising Dawn
+200% Enhanced Defense
10% to Energy
Maximum Fire Resist +2%
Socketed (2)

Curse of the Zakarum
(Zakarum Set)

Shadowhymn

Maffer's Frenzy
Maffer's Frenzy
Light Plated Boots (Sacred)

Defense: 784 to 868
Required Level: 100
Required Strength: 625
Item Level: 115
2% Chance to cast level 13 Psionic Scream on Kill
+1 to All Skills
25% Attack Speed
(10 to 40)% Movement Speed
Adds 3-5 Damage
50% Bonus to Attack Rating
+18 to Wolf Companion
Elemental Resists +(20 to 30)%
+20 Life after each Kill
Socketed (4)

Curse of the Zakarum
(Zakarum Set)

Cold Fusion Schematics
Cold Fusion Schematics
Required Level: 125
Keep in Inventory to Gain Bonus
1% Chance to cast level 10 Time Strike on Striking
+(11 to 30) to Strength
+(11 to 30) to Dexterity
+(11 to 30) to Vitality
+(11 to 30) to Energy

The Glorious Book of Median
The Glorious Book of Median
Required Level: 90
Keep in Inventory to Gain Bonus
+1 to All Skills
Adds 10-15 Damage
+(24 to 45)% Damage to Demons
Elemental Resists +(5 to 15)%
User avatar
hellgrind
Mangler
458 | 21
Common Popularity Badge
Has a thread with over 10.000 views
Common Love Badge
Earned over 20 cookies
I have question regarding of drop notify. Where/what i have to add/remove to be able to pick up runes greater than Lo (including it). I manage to set it to show me the notification that it drop but i can't pick it up unless i turn off drop filter.
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
hellgrind wrote:I have question regarding of drop notify. Where/what i have to add/remove to be able to pick up runes greater than Lo (including it). I manage to set it to show me the notification that it drop but i can't pick it up unless i turn off drop filter.


Either turn off filter, or hold Ctrl.
User avatar
hellgrind
Mangler
458 | 21
Common Popularity Badge
Has a thread with over 10.000 views
Common Love Badge
Earned over 20 cookies
Kyromyr wrote:Either turn off filter, or hold Ctrl.

That's not the solution im looking for. I want to to be notify that the item drop and want to pick it up when i press my "show items" key (it's "space" btw)
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
hellgrind wrote:
Kyromyr wrote:Either turn off filter, or hold Ctrl.

That's not the solution im looking for. I want to to be notify that the item drop and want to pick it up when i press my "show items" key (it's "space" btw)


It's the solution that exists. Ctrl will temporarily disable filter while held. If you really want to see all runes with filter active, you'll have to compile your own filter from the source code.
User avatar
Willshaper
Grubber
339 | 30
Common Popularity Badge
Has a thread with over 10.000 views
Common Love Badge
Earned over 20 cookies
Great Supporter Badge
Donated 5 times
Common Guide Badge
Created a complete character guide
Kyromyr wrote:*Glances at trade forum* You still have to add item tags yourself, though.

3.9.7
-Added option to only copy item name. Will copy multiple item names if hotkey is pressed again within ten seconds.

http://prntscr.com/i1w0ob


Here is how to easily do this for everyone who wants to know:

1. Get Notepad++ (Best notepad you can get)
2. Paste all the copied item names from D2Stats into it.
3. Press Ctrl+H to open the "Find and Replace" menu.
4. Make sure "Regular Expression" near the bottom is turned on.
5. Type ^ in the "Search for" textbox.
6. Type [Item] in the "Replace With" textbox.
7. Click at the very start of the document to place your marker/cursor there.
8. Click "Replace All".

Repeat the process but do the following:

9. Replace the ^ in the search box with $
10. Replace the [Item] in the "Replace With" box with [/Item]

Here is a screenshot of how it should look:

https://i.imgur.com/l4rmEsh.png

If anyone knows an easier method, please let me know.
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
ShadowDawn wrote:
Kyromyr wrote:*Glances at trade forum* You still have to add item tags yourself, though.

3.9.7
-Added option to only copy item name. Will copy multiple item names if hotkey is pressed again within ten seconds.

http://prntscr.com/i1w0ob


Here is how to easily do this for everyone who wants to know:

1. Get Notepad++ (Best notepad you can get)
2. Paste all the copied item names from D2Stats into it.
3. Press Ctrl+H to open the "Find and Replace" menu.
4. Make sure "Regular Expression" near the bottom is turned on.
5. Type ^ in the "Search for" textbox.
6. Type [Item] in the "Replace With" textbox.
7. Click at the very start of the document to place your marker/cursor there.
8. Click "Replace All".

Repeat the process but do the following:

9. Replace the ^ in the search box with $
10. Replace the [Item] in the "Replace With" box with [/Item]

Here is a screenshot of how it should look:

https://i.imgur.com/l4rmEsh.png

If anyone knows an easier method, please let me know.


If you're using notepad++ regex, you can find (.+) and replace with [item]\1[//item]
User avatar
Gekko64
Shadowgate Totem
1728 | 102
Common Posting Badge
Posted over 1.000 messages
Common Popularity Badge
Has a thread with over 10.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
I think filter should only hide runes below Jah since those are pretty commonly used for armor and weapons
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
i suggest splitting the source into multiple files, eg. one for gui, another for initialization, another for other functions and stuff, etc. it's much easier to manage.

btw, these item memory reading functions could be used to make a d2clicker like feature, since it reads items from memory, right? but much better, since it doesn't have to detect text/position by images, but by reading it directly from the game. also to move items from stash<->inv, etc. I wish I had time to make it. any takers? :D
"but if it's simple it's not that hard" - Quirinus 2017
"small things like this are not a big deal" - Quirinus 2017
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
the notifier textbox doesn't recognize if you changed the capitalization of a letter, so it doesn't save it. dunno if it has been reported.
"but if it's simple it's not that hard" - Quirinus 2017
"small things like this are not a big deal" - Quirinus 2017