v1.2.2
What's new
tag ab1a7be7fed30c47c5dfaaf77c10ea63b9f47d05 v1.2.2
Author: Pontus <pontus@almar.se>
Date: Thu Aug 27 20:54:18 2026 +0200
v1.2.2 - Pick a delve's zone by position
commit ead23df2462ffdde8e78942433bbcc7736ef9602
Author: Pontus <pontus@almar.se>
Date: Thu Aug 27 20:54:09 2026 +0200
Pick a delve's zone by position rather than map depth
GetDelvesForMap also returns delves from neighbouring zones, so a delve
is reported on two or three maps at once. v1.2.1 picked the deepest map,
which labelled Atal'Aman with its own map, and neither map depth nor the
API source separates the remaining cases: The Shadow Enclave and
Atal'Aman are both reported on Eversong Woods and Zul'Aman, which sit at
the same depth, yet belong to different zones.
Position does separate them. A delve spilling over onto a neighbouring
map lands near that map's border, while the map it belongs to places it
well inside, so the map with the largest distance to the nearest edge
wins. That picks the hand-curated zone for all six ambiguous delves:
Shadow Enclave Eversong 0.140 > Zul'Aman 0.055
Atal'Aman Zul'Aman 0.248 > Eversong 0.200
Collegiate Calamity Silvermoon 0.408 > Eversong 0.224
The Darkway Silvermoon 0.317 > Eversong 0.157
Sunkiller Sanctum Voidstorm 0.452 > Slayer's Rise 0.032
Venomfall Deeps Coiled Isle 0.304 > Zul'Aman 0.122
A map sharing the delve's name is the delve's own map and still loses
outright, as a guard for delve maps that centre their own POI.
/sd scan now reports the source list, position and inset per POI.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This mod has no additional files

