Screenshot+OCR loot advisor for Diablo II: Resurrected:
KEEP / CHECK / TRASH verdicts with roll ranges, a gamble offer
scanner, and a bit-exact local port of the DBM gambling-seed
simulator with a buy planner and auto-clicker. No game memory
is read — screen capture only.
Scope: the item advisor (verdicts, roll ranges, advice)
works anywhere — online and offline. The gambling seed
features are single player / offline only: online/ladder
RNG is server-side and cannot be predicted by this (or any)
tool; that part is for offline play and educational interest.
Install — standalone exe (recommended)
- Download d2r-advisor-…-windows-x64.zip, unpack anywhere,
rund2r-advisor.exe. - The app lives in the system tray (check the
^overflow
area). Double-click the icon → Settings, with a health
panel that tells you if anything below is missing. - First run downloads the gamble icons and fast-search workers
automatically, and adds a Start Menu shortcut. - Install Tesseract OCR for the tooltip verdicts (F8/F9):
winget install UB-Mannheim.TesseractOCR— every other
feature works without it. - Optional: Node.js (nodejs.org) turns the seed search
from minutes into seconds. - In game: Windowed / Windowed Fullscreen, Large Font
Mode ON (Options → Interface), English client.
Default hotkeys: F9 — item verdict, Shift+F9 — gear
compare, F10 — read the gamble offer, Shift+F10 — Seed
Finder. All configurable in
Settings.
Run from source (only if you prefer to)
- Download Source code (zip) below (needs Python 3.9+).
- Run
install.bat— installs dependencies, Tesseract (via
winget) and the assets; then start withrun.bat.
Third-party assets (item icons, fast-search workers, game data
tables) are not part of these archives — they are fetched
at install / first run. See the README for details and
licensing.
Full Changelog: v1.6.15...v1.6.16