View Single Post
  #1  
Unread 07-04-2024, 06:15 PM
benjcallaghan benjcallaghan is offline
A Griffon
 
Join Date: Dec 2017
Server: Unkown
Posts: 166
Default [Added] [Map] Vaashkaani: Golden Rule

Here is the second solo/heroic zone of Vaashkaani, plus the signature/mission zone. It re-uses the map from Argent Sanctuary for the first floor, and it re-uses the Chromatic Chamber map for the last room.

I've double-checked the XML spacing to make sure it matches the core mapstyles.

Code:
<ImageStyle Name="exp20_dun_djinn_palace_02_solo_0" displayname="Vaashkaani: Golden Rule [Solo] (1st Floor)" zonerect="-917, -411, 161, 194" heightmax="12">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_1.dds" SourceRect="0,0,912,512" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_02_easy_0" displayname="Vaashkaani: Golden Rule [Heroic I] (1st Floor)" zonerect="-917, -411, 161, 194" heightmax="12">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_1.dds" SourceRect="0,0,912,512" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_02_0" displayname="Vaashkaani: Golden Rule [Heroic II] (1st Floor)" zonerect="-917, -411, 161, 194" heightmax="12">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_1.dds" SourceRect="0,0,912,512" />
</ImageStyle>

<ImageStyle Name="exp20_dun_djinn_palace_02_solo_1" displayname="Vaashkaani: Golden Rule [Solo] (2nd Floor)" zonerect="-917, -411, 161, 194" heightmin="12" heightmax="40">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_2.dds" SourceRect="0,0,912,512" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_02_easy_1" displayname="Vaashkaani: Golden Rule [Heroic I] (2nd Floor)" zonerect="-917, -411, 161, 194" heightmin="12" heightmax="40">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_2.dds" SourceRect="0,0,912,512" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_02_1" displayname="Vaashkaani: Golden Rule [Heroic II] (2nd Floor)" zonerect="-917, -411, 161, 194" heightmin="12" heightmax="40">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_2.dds" SourceRect="0,0,912,512" />
</ImageStyle>

<ImageStyle Name="exp20_dun_djinn_palace_02_solo_2" displayname="Vaashkaani: Golden Rule [Solo] (3rd Floor)" zonerect="-917, -411, 161, 194" heightmin="40">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_3.dds" SourceRect="0,0,912,512" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_02_easy_2" displayname="Vaashkaani: Golden Rule [Heroic I] (3rd Floor)" zonerect="-917, -411, 161, 194" heightmin="40">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_3.dds" SourceRect="0,0,912,512" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_02_2" displayname="Vaashkaani: Golden Rule [Heroic II] (3rd Floor)" zonerect="-917, -411, 161, 194" heightmin="40">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_3.dds" SourceRect="0,0,912,512" />
</ImageStyle>

<ImageStyle Name="exp20_dun_djinn_palace_sig_0" displayname="Vaashkaani: Alcazar Crescendo (Throne)" zonerect="-917, -411, 161, 194" availablepriority="1">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_3.dds" SourceRect="0,0,912,512" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_sig_mission_0" displayname="Vaashkaani: Alcazar Crescendo [Solo] (Throne)" zonerect="-917, -411, 161, 194" availablepriority="1">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_3.dds" SourceRect="0,0,912,512" />
</ImageStyle>

<ImageStyle Name="exp20_dun_djinn_palace_sig_1" displayname="Vaashkaani: Alcazar Crescendo (Chromatic)" zonerect="-404, -431, -203, -280">
<ImageFrame Source="images/maps/map_exp20_dun_prelude_raid_01.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_sig_mission_1" displayname="Vaashkaani: Alcazar Crescendo [Solo] (Chromatic)" zonerect="-404, -431, -203, -280">
<ImageFrame Source="images/maps/map_exp20_dun_prelude_raid_01.dds" SourceRect="0,0,800,600" />
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	map_exp20_dun_djinn_palace_2.jpg
Views:	436
Size:	114.6 KB
ID:	9832  Click image for larger version

Name:	map_exp20_dun_djinn_palace_3.jpg
Views:	461
Size:	125.0 KB
ID:	9834  
Attached Files
File Type: dds map_exp20_dun_djinn_palace_2.dds (228.1 KB, 459 views)
File Type: dds map_exp20_dun_djinn_palace_3.dds (228.1 KB, 493 views)
Reply With Quote