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;
act.mapSeed; // MapSeed

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