blacha / diablo2

Utilities to work with diablo2, Clientless map rendering & packet sniffing
MIT License
187 stars 67 forks source link

[wip] feat(map): dump nearby exits too #418

Open blacha opened 1 year ago

blacha commented 1 year ago

The levelX and levelY are off and need to be fixed.

for example in blood moor

{
  "id": 1,
  "type": "exit",
  "x": 4240,
  "y": 6000,
  "name": "Rogue Encampment"
}

where everything else is a relative position to the blood moor origin { "x": 4520, "y": 5320 }

fixes #414

hectorgimenez commented 1 year ago

@blacha there is anything we can do for fixing this offset? What is it relative to?