| benjcallaghan |
11-20-2024 10:02 PM |
[Added] [Map] Sodden Archipelago: The Forsaken Isle
Here is the dungeon map for The Forsaken Isle. It uses the same image as the Sodden Archipelago overland map.
I may have asked this before, but is there a way to combine these into a single "zone" on the EQ2Maps side? It would be much easier to manage POIs if all three zones shared the same set, rather than maintaining three separate copies of nearly identical zones.
Code:
<ImageStyle Name="exp21_dun_sodden_islands_01_solo" displayname="Sodden Archipelago: The Forsaken Isle [Solo]" zonerect="-1321, -917, 1311, 1034">
<ImageFrame Source="images/maps/map_exp21_rgn_sodden_islands.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp21_dun_sodden_islands_01_easy" displayname="Sodden Archipelago: The Forsaken Isle [Heroic I]" zonerect="-1321, -917, 1311, 1034">
<ImageFrame Source="images/maps/map_exp21_rgn_sodden_islands.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp21_dun_sodden_islands_01" displayname="Sodden Archipelago: The Forsaken Isle [Heroic II]" zonerect="-1321, -917, 1311, 1034">
<ImageFrame Source="images/maps/map_exp21_rgn_sodden_islands.dds" SourceRect="0,0,800,600" />
</ImageStyle>
|