It would be great if we could see a character’s stats, items, inventory and stash directly from the character selection screen without actually joining/creating a game.
Also mercenary items would be useful.
Only to see them. KISS
(programming stuff)
Editing the stash while not in the game could introduce a lot of issues, maybe vulnerabilities and other things
. Not worth it.
I just want to know do I have my 28fcr Spirit on my fire sorc or is it on my hammerdin
. Or maybe I moved it to my blizz sorc.
My point is it’s hard to remember what char has which items or to compare them and sometimes I have to create 3-4 games with different characters and look where an item is and put it in the shared stash only to pick it up on the char I’m playing.
This would make inventory management for characters a lot easier and also save for a lot of games created just to look what items did I have on that character and if I can give something useful to the one I’m playing now.
Just a thought. I know it’s just a quality of life feature, but I think it will be a good feature aimed to reduce games created just to browse inventories.
I could then spend 1-2 hours in the character selection screen just looking at charms and jewels and rings and amulets without creating a single game 
1 Like
sounds like a good feature.
They can’t even get chat working right. This might be a feature that comes around about year 3 or so. But I do like the idea!
I took the matter in my own hands and made a tool.
The app is 100% offline. Does not communicate with D2R process, just takes screenshots and moves the mouse over inventory/stash/merc items.
Use in single player or in private online games only.
The tool produces a website which you can browse the inventory of characters.
All the code is published here: https://github.com/poparazvandragos/D2R
Bug reports welcome, I don`t know when I have time to fix them, but I appreciate the people who want to help.
The GIT repo can be cloned and you can build the app(VisualStudio .NET4.7.1) or download the already compiled app from the Build folder: Release-0.0.4-main+64c70f8.7z
Demo archive with the result website also in the release folder.
How to use:
D2R needs to be full screen/windowed full screen @ 1920x1080.
Fill in the character name - not related to game character name - just a placeholder name to have where to place the files.
The app uses global hotkeys for different functionalities.
CTRL + ALT + NumPad.Minus = Capture Screenshot at current mouse location
CTRL + ALT + NumPad.Plus = Auto Capture Screenshot for Player(inventory + stash) or Mercenary
CTRL + ALT + NumPad.Multiply = Change capture between Player and Mercenary
CTRL + ALT + NumPad.Divide = Stop Capture process
To capture the player equipment + stash open your stash.
Make sure the radio for Player capture is selected.
The app doesn’t do any clicking. Press CTRL + ALT + NumPad.Plus. The mouse will start moving over each inventory/item cell and equipment item and take screenshots in the background.
(the capture process will finish with the players shield slot)
To capture the merc inventory you can press CTRL + ALT + NumPad.Multiply and then start the auto capture process again with CTRL + ALT + NumPad.Plus.
(the capture process will finish with the merc shield slot)
The app produces a folder inside the app folder with the character name filled in the app.
After the capture process is done, you can choose “Build Website” - to unzip the web viewer in the character folder.
The “Launch website” button launches the viewer for the character.
Thanks 
5 Likes