Skip to content

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

Draft
blacha wants to merge 1 commit intomasterfrom
feat/dump-nearby
Draft

[wip] feat(map): dump nearby exits too#418
blacha wants to merge 1 commit intomasterfrom
feat/dump-nearby

Conversation

@blacha
Copy link
Copy Markdown
Owner

@blacha blacha commented Feb 11, 2023

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
Copy link
Copy Markdown

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

@Borega Borega mentioned this pull request Jun 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Entry / exit locations for non-dungeon areas

2 participants