Skip to content

Latest commit

 

History

History

memory

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@diablo2/memory

Memory reader for diablo2

const player = await d2.scanForPlayer(this.playerName);

const act = await player.act;
const actMisc = await act.pActMisc.fetch(d2);
actMisc.mapSeed; // MapSeed

const path = await player.path;
// Player X/Y
path.x;
path.y