View Single Post
  #4  
Unread 08-19-2021, 10:22 PM
benjcallaghan benjcallaghan is online now
A Griffon
 
Join Date: Dec 2017
Server: Unkown
Posts: 114
Default

Here's the polished version of the Vex Thal map. I've also updated the XML to include the solo zone that's only available during the sig line.

Code:
<ImageStyle Name="exp17_dun_vex_thal_raid_01_0" displayname="Vex Thal: Labyrinth of Solace [Raid] (Level 1)" zonerect="-331, -578, 267, 114" heightmax="5">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_vex_thal_raid_01_1" displayname="Vex Thal: Labyrinth of Solace [Raid] (Level 2)" zonerect="-331, -578, 267, 114" heightmin="15" heightmax="40">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_1.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_vex_thal_raid_01_2" displayname="Vex Thal: Labyrinth of Solace [Raid] (Level 3)" zonerect="-331, -578, 267, 114" heightmin="85" heightmax="95">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_2.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_vex_thal_raid_01_3" displayname="Vex Thal: Labyrinth of Solace [Raid] (Level 4)" zonerect="-331, -578, 267, 114" heightmin="130">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_3.dds" SourceRect="0,0,436,506" />
</ImageStyle>

<ImageStyle Name="exp17_dun_vex_thal_mission_solo_0" displayname="Vex Thal: Shadow Citadel [Advanced Solo] (Level 1)" zonerect="-331, -578, 267, 114" heightmax="5">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_vex_thal_mission_solo_1" displayname="Vex Thal: Shadow Citadel [Advanced Solo] (Level 2)" zonerect="-331, -578, 267, 114" heightmin="15" heightmax="40">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_1.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_vex_thal_mission_solo_2" displayname="Vex Thal: Shadow Citadel [Advanced Solo] (Level 3)" zonerect="-331, -578, 267, 114" heightmin="85" heightmax="95">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_2.dds" SourceRect="0,0,436,506" />
</ImageStyle>

<ImageStyle Name="exp17_dun_vex_thal_sig_qst_0" displayname="Vex Thal: Shadow Citadel (Level 1)" zonerect="-331, -578, 267, 114" heightmax="5">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_vex_thal_sig_qst_1" displayname="Vex Thal: Shadow Citadel (Level 2)" zonerect="-331, -578, 267, 114" heightmin="15" heightmax="40">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_1.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_vex_thal_sig_qst_2" displayname="Vex Thal: Shadow Citadel (Level 3)" zonerect="-331, -578, 267, 114" heightmin="85" heightmax="95">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_2.dds" SourceRect="0,0,436,506" />
</ImageStyle>

<ImageStyle Name="exp17_dun_vex_thal_01_solo" displayname="Vex Thal: Den of Shadows [Solo]" zonerect="-331, -578, 267, 114">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_3.dds" SourceRect="0,0,436,506" />
</ImageStyle>

<ImageStyle Name="exp17_dun_vex_thal_01_easy" displayname="Vex Thal: Den of Shadows [Heroic I]" zonerect="-331, -578, 267, 114">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_3.dds" SourceRect="0,0,436,506" />
</ImageStyle>

<ImageStyle Name="exp17_dun_vex_thal_01" displayname="Vex Thal: Den of Shadows [Heroic II]" zonerect="-331, -578, 267, 114">
<ImageFrame Source="images/maps/map_exp17_dun_vex_thal_3.dds" SourceRect="0,0,436,506" />
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	map_exp17_dun_vex_thal_0.jpg
Views:	159
Size:	91.6 KB
ID:	9378  Click image for larger version

Name:	map_exp17_dun_vex_thal_1.jpg
Views:	154
Size:	89.7 KB
ID:	9380  Click image for larger version

Name:	map_exp17_dun_vex_thal_2.jpg
Views:	142
Size:	85.6 KB
ID:	9382  Click image for larger version

Name:	map_exp17_dun_vex_thal_3.jpg
Views:	159
Size:	90.4 KB
ID:	9384  
Attached Files
File Type: dds map_exp17_dun_vex_thal_0.dds (108.3 KB, 158 views)
File Type: dds map_exp17_dun_vex_thal_1.dds (108.3 KB, 159 views)
File Type: dds map_exp17_dun_vex_thal_2.dds (108.3 KB, 159 views)
File Type: dds map_exp17_dun_vex_thal_3.dds (108.3 KB, 163 views)
Reply With Quote