This is not yet another Diablo 2 drop calculator. This is an emulator.
The underlying code responsibile for drops in Diablo 2 is running in the background. Diablo 2
drops based on
the current "random state" or "seed" of the game.
Every monster, chest, and tile has a different "seed", but it is a random number that ranges
from 1 to
4294967296.
When items drop, the game goes through a series of calculations involving those seeds and
outputs your fat
loot.
This program is emulating the drop process for every possible seed.
A special thanks to Fruit for his work on his original d2pg.exe. And thanks to the D2MOO project
for helping
to make this easier.