View Single Post
  #3  
Unread 04-19-2022, 08:25 PM
benjcallaghan benjcallaghan is offline
A Griffon
 
Join Date: Dec 2017
Server: Unkown
Posts: 114
Default

Thanks for the tip. This XML will re-use the heroic maps within the raid zone.
Code:
<ImageStyle Name="exp18_dun_vacrul_raid_01_0" displayname="Castle Vacrul: Thirst for Power [Raid] (Reverie)" zonerect="-343, -76, 60, 271" availablerect="-343, -76, -46, 271">
<ImageFrame Source="images/maps/map_exp18_dun_vacrul_01.dds" SourceRect="0,0,597,512" />
</ImageStyle>
<ImageStyle Name="exp18_dun_vacrul_raid_01_1" displayname="Castle Vacrul: Thirst for Power [Raid] (Reverie)" zonerect="-343, -76, 60, 271" availablerect="-46, -76, 60, 70">
<ImageFrame Source="images/maps/map_exp18_dun_vacrul_01.dds" SourceRect="0,0,597,512" />
</ImageStyle>
<ImageStyle Name="exp18_dun_vacrul_raid_01_2" displayname="Castle Vacrul: Thirst for Power [Raid] (Caverns)" zonerect="-46, -243, 373, 353">
<ImageFrame Source="images/maps/map_exp18_dun_vacrul_02.dds" SourceRect="0,0,512,729" />
</ImageStyle>
Reply With Quote