Skip to content

v1.6.12

Choose a tag to compare

@github-actions github-actions released this 21 Aug 12:33
· 4 commits to main since this release

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)

  1. Download d2r-advisor-…-windows-x64.zip, unpack anywhere,
    run d2r-advisor.exe.
  2. 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.
  3. First run downloads the gamble icons and fast-search workers
    automatically, and adds a Start Menu shortcut.
  4. Install Tesseract OCR for the tooltip verdicts (F8/F9):
    winget install UB-Mannheim.TesseractOCR — every other
    feature works without it.
  5. Optional: Node.js (nodejs.org) turns the seed search
    from minutes into seconds.
  6. 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)

  1. Download Source code (zip) below (needs Python 3.9+).
  2. Run install.bat — installs dependencies, Tesseract (via
    winget) and the assets; then start with run.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.11...v1.6.12