View Single Post
  #1  
Unread 04-19-2025, 05:15 PM
benjcallaghan benjcallaghan is offline
A Griffon
 
Join Date: Dec 2017
Server: Unkown
Posts: 166
Default [Added] [Map] Flooded Scar

These dungeons are accessed from Western Wastes and use the same map. The solo and heroic versions all share the name Abyssal Attack, but the raid version uses Abyssal Assault instead.

Code:
<ImageStyle Name="exp21_dun_western_wastes_04_mission_solo" displayname="Flooded Scar: Abyssal Attack [Solo]" zonerect="-1582, -1148, 1408, 1075">
<ImageFrame Source="images/maps/map_exp21_rgn_western_wastes.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp21_dun_western_wastes_04_mission_h1" displayname="Flooded Scar: Abyssal Attack [Heroic I]" zonerect="-1582, -1148, 1408, 1075">
<ImageFrame Source="images/maps/map_exp21_rgn_western_wastes.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp21_dun_western_wastes_04_mission_h2" displayname="Flooded Scar: Abyssal Attack [Heroic II]" zonerect="-1582, -1148, 1408, 1075">
<ImageFrame Source="images/maps/map_exp21_rgn_western_wastes.dds" SourceRect="0,0,800,600" />
</ImageStyle>
<ImageStyle Name="exp21_dun_western_wastes_raid_04" displayname="Flooded Scar: Abyssal Assault [Raid]" zonerect="-1582, -1148, 1408, 1075">
<ImageFrame Source="images/maps/map_exp21_rgn_western_wastes.dds" SourceRect="0,0,800,600" />
</ImageStyle>
Reply With Quote