View Single Post
  #5  
Unread 01-25-2022, 11:55 PM
benjcallaghan benjcallaghan is offline
A Griffon
 
Join Date: Dec 2017
Server: Unkown
Posts: 115
Default

Better late than never I suppose. I've finished my map for the second Vex Thal raid zone. This map is also good for the challenge raid (included), the quest-specific Throne of Oscuris (included), and the challenge heroic Edge of Oscuris (not included). Unfortunately, I don't have the zone name for the challenge heroic.

Code:
<ImageStyle Name="exp17_dun_plane_of_shadows_0" displayname="Vex Thal: Beyond the Veil [Raid] (Gatehouse)" zonerect="-51, -59, 51, 59" heightmin="200" heightmax="210" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_1" displayname="Vex Thal: Beyond the Veil [Raid] (Outdoors)" zonerect="-924, -936, 914, 1025" heightmax="350" availablepriority="2">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_1.dds" SourceRect="0,0,1200,1280" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_2" displayname="Vex Thal: Beyond the Veil [Raid] (Southeast)" zonerect="812, 641, 1002, 804" heightmin="950" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_2.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_3" displayname="Vex Thal: Beyond the Veil [Raid] (Northeast)" zonerect="556, -850, 779, -657" heightmin="760" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_3.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_4" displayname="Vex Thal: Beyond the Veil [Raid] (Southwest)" zonerect="-860, 686, -732, 794" heightmin="930" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_4.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_5" displayname="Vex Thal: Beyond the Veil [Raid] (Northwest)" zonerect="-695, -829, -497, -658" heightmin="750" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_5.dds" SourceRect="0,0,506,436" />
</ImageStyle>

<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_0" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Gatehouse)" zonerect="-51, -59, 51, 59" heightmin="200" heightmax="210" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_1" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Outdoors)" zonerect="-924, -936, 914, 1025" heightmax="350" availablepriority="2">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_1.dds" SourceRect="0,0,1200,1280" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_2" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Southeast)" zonerect="812, 641, 1002, 804" heightmin="950" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_2.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_3" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Northeast)" zonerect="556, -850, 779, -657" heightmin="760" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_3.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_4" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Southwest)" zonerect="-860, 686, -732, 794" heightmin="930" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_4.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_5" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Northwest)" zonerect="-695, -829, -497, -658" heightmin="750" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_5.dds" SourceRect="0,0,506,436" />
</ImageStyle>

<ImageStyle Name="exp17_dun_plane_of_shadows_sig_qst_0" displayname="Vex Thal: Throne of Oscuris (Gatehouse)" zonerect="-51, -59, 51, 59" heightmin="200" heightmax="210" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_sig_qst_1" displayname="Vex Thal: Throne of Oscuris (Outdoors)" zonerect="-924, -936, 914, 1025" heightmax="350" availablepriority="2">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_1.dds" SourceRect="0,0,1200,1280" />
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	map_exp17_dun_plane_of_shadows_0.jpg
Views:	91
Size:	77.0 KB
ID:	9464  Click image for larger version

Name:	map_exp17_dun_plane_of_shadows_1.jpg
Views:	99
Size:	50.9 KB
ID:	9466  Click image for larger version

Name:	map_exp17_dun_plane_of_shadows_2.jpg
Views:	91
Size:	67.7 KB
ID:	9468  Click image for larger version

Name:	map_exp17_dun_plane_of_shadows_3.jpg
Views:	89
Size:	76.4 KB
ID:	9470  
Attached Files
File Type: dds map_exp17_dun_plane_of_shadows_0.dds (108.3 KB, 97 views)
File Type: dds map_exp17_dun_plane_of_shadows_1.dds (750.1 KB, 92 views)
File Type: dds map_exp17_dun_plane_of_shadows_2.dds (108.3 KB, 91 views)
File Type: dds map_exp17_dun_plane_of_shadows_3.dds (108.3 KB, 95 views)
Reply With Quote