View Single Post
  #8  
Unread 01-17-2023, 09:49 PM
benjcallaghan benjcallaghan is offline
A Griffon
 
Join Date: Dec 2017
Server: Unkown
Posts: 109
Default

The following code block mostly works for me. The player is always shown in the right room and right part of the image, and the height bug in Ruins is fixed. However, the POIs in the heroic version of Ruins are way out of place. I've confirmed that the XYZ coordinates for the POIs is correct; they just draw to the wrong part of the image. Plus, all of the unused maps that aren't part of the active zone are still shown in the dropdown menu with their internal names. For example, in Ruins, the two maps for Vault can be selected, and in Vault, the two maps for Ruins can be selected.

Code:
<ImageStyle Name="exp16_dun_ssraeshza_mines_01_solo_0" displayname="The Ruins of Ssraeshza [Solo] (Entrance)" zonerect="-184,-144,189,140" heightmin="-45">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_0.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp16_dun_ssraeshza_mines_01_solo_1" displayname="The Ruins of Ssraeshza [Solo] (Basement)" zonerect="-354,-413,421,167" heightmax="-45">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_1.dds" SourceRect="0,0,800,600" />
</ImageStyle>

<ImageStyle Name="exp16_dun_ssraeshza_mines_01_0" displayname="The Ruins of Ssraeshza [Heroic] (Entrance)" zonerect="-184,-144,189,140" heightmin="-45">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_0.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp16_dun_ssraeshza_mines_01_1" displayname="The Ruins of Ssraeshza [Heroic] (Basement)" zonerect="-354,-413,421,167" heightmax="-45">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_1.dds" SourceRect="0,0,800,600" />
</ImageStyle>
  
<ImageStyle Name="exp16_dun_ssraeshza_mines_02_solo_0" displayname="The Vault of Ssraeshza [Solo] (Vault)" zonerect="-350,156,579,850" heightmin="-270">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_2.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp16_dun_ssraeshza_mines_02_solo_1" displayname="The Vault of Ssraeshza [Solo] (Cavern)" zonerect="13,405,502,757" heightmax="-270">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_3.dds" SourceRect="0,0,800,600" />
</ImageStyle>

<ImageStyle Name="exp16_dun_ssraeshza_mines_02_0" displayname="The Vault of Ssraeshza [Heroic] (Vault)" zonerect="-350,156,579,850" heightmin="-270">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_2.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp16_dun_ssraeshza_mines_02_1" displayname="The Vault of Ssraeshza [Heroic] (Cavern)" zonerect="13,405,502,757" heightmax="-270">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_3.dds" SourceRect="0,0,800,600" />
</ImageStyle>

<ImageStyle Name="exp16_dun_ssraeshza_mines_03_solo" displayname="The Venom of Ssraeshza [Solo]" zonerect="-350,156,579,850">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_2.dds" SourceRect="0,0,800,600" />
</ImageStyle>

<ImageStyle Name="exp16_dun_ssraeshza_mines_03" displayname="The Venom of Ssraeshza [Event Heroic]" zonerect="-350,156,579,850">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_2.dds" SourceRect="0,0,800,600" />
</ImageStyle>

<ImageStyle Name="exp16_dun_ssraeshza_raid_01_0" displayname="Ssraeshza's Hallowed Halls [Raid] (Entrance)" zonerect="-184,-144,189,140" heightmin="-45">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_0.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp16_dun_ssraeshza_raid_01_1" displayname="Ssraeshza's Hallowed Halls [Raid] (Basement)" zonerect="-354,-413,421,167" heightmax="-45">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_1.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp16_dun_ssraeshza_raid_01_2" displayname="Ssraeshza's Hallowed Halls [Raid] (Vault)" zonerect="-350,156,579,850" heightmin="-270">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_2.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp16_dun_ssraeshza_raid_01_3" displayname="Ssraeshza's Hallowed Halls [Raid] (Cavern)" zonerect="13,405,502,757" heightmax="-270">
<ImageFrame Source="images/maps/map_exp16_dun_ssraeshza_mines_01_3.dds" SourceRect="0,0,800,600" />
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	map_exp16_dun_ssraeshza_mines_01_0.jpg
Views:	232
Size:	67.0 KB
ID:	9611  Click image for larger version

Name:	map_exp16_dun_ssraeshza_mines_01_1.jpg
Views:	217
Size:	68.4 KB
ID:	9613  Click image for larger version

Name:	map_exp16_dun_ssraeshza_mines_01_2.jpg
Views:	232
Size:	65.8 KB
ID:	9615  Click image for larger version

Name:	map_exp16_dun_ssraeshza_mines_01_3.jpg
Views:	234
Size:	61.9 KB
ID:	9617  
Attached Files
File Type: dds map_exp16_dun_ssraeshza_mines_01_0.dds (234.5 KB, 214 views)
File Type: dds map_exp16_dun_ssraeshza_mines_01_1.dds (234.5 KB, 229 views)
File Type: dds map_exp16_dun_ssraeshza_mines_01_2.dds (234.5 KB, 237 views)
File Type: dds map_exp16_dun_ssraeshza_mines_01_3.dds (234.5 KB, 220 views)
Reply With Quote