02-08-2026, 02:09 PM
A Brown Bear
Join Date: Feb 2026
Server: Unkown
Posts: 14
[Added] [Map] Gerion: Ark of Ascension / Captive Audience
Ark of Ascension solo, heroic and untold heroic zone. Also used for the Captice Audience raid. Zone in is from Gerion, Hold of D'Lere.
Solo:
Code:
<ImageStyle Name="exp22_dun_plane_of_avarice_01_solo_0" displayname="Gerion: Ark of Ascension (Lower) [Solo]" zonerect="-193, -624, 194, -173" heightmax="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_0.dds" SourceRect="0,0,436,508" />
</ImageStyle>
<ImageStyle Name="exp22_dun_plane_of_avarice_01_solo_1" displayname="Gerion: Ark of Ascension (Upper) [Solo]" zonerect="-193, -624, 194, -173" heightmin="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_1.dds" SourceRect="0,0,436,508" />
</ImageStyle>
Heroic:
Code:
<ImageStyle Name="exp22_dun_plane_of_avarice_01_0" displayname="Gerion: Ark of Ascension (Lower)" zonerect="-193, -624, 194, -173" heightmax="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_0.dds" SourceRect="0,0,436,508" />
</ImageStyle>
<ImageStyle Name="exp22_dun_plane_of_avarice_01_1" displayname="Gerion: Ark of Ascension (Upper)" zonerect="-193, -624, 194, -173" heightmin="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_1.dds" SourceRect="0,0,436,508" />
</ImageStyle>
Untold:
Code:
<ImageStyle Name="exp22_dun_plane_of_avarice_01_hp_0" displayname="Gerion: Ark of Ascension (Lower) [Untold Heroic]" zonerect="-193, -624, 194, -173" heightmax="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_0.dds" SourceRect="0,0,436,508" />
</ImageStyle>
<ImageStyle Name="exp22_dun_plane_of_avarice_01_hp_1" displayname="Gerion: Ark of Ascension (Upper) [Untold Heroic]" zonerect="-193, -624, 194, -173" heightmin="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_1.dds" SourceRect="0,0,436,508" />
</ImageStyle>
Raid:
Code:
<ImageStyle Name="exp22_dun_plane_of_avarice_raid_01_0" displayname="Gerion: Captive Audience (Lower) [Raid]" zonerect="-193, -624, 194, -173" heightmax="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_0.dds" SourceRect="0,0,436,508" />
</ImageStyle>
<ImageStyle Name="exp22_dun_plane_of_avarice_raid_01_1" displayname="Gerion: Captive Audience (Upper) [Raid]" zonerect="-193, -624, 194, -173" heightmin="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_1.dds" SourceRect="0,0,436,508" />
</ImageStyle>
Attached Thumbnails
Attached Files
Last edited by Lemilla : 02-22-2026 at 05:45 AM .
Reason: fixed raid xml
02-09-2026, 04:46 PM
A Griffon
Join Date: Dec 2017
Server: Unkown
Posts: 166
I prefer the following XML snippets
Code:
<ImageStyle Name="exp22_dun_plane_of_avarice_01_0" displayname="Gerion: Ark of Ascension" zonerect="-193, -624, 194, -173" heightmax="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_0.dds" SourceRect="0,0,436,508" />
</ImageStyle>
<ImageStyle Name="exp22_dun_plane_of_avarice_01_1" displayname="Gerion: Ark of Ascension" zonerect="-193, -624, 194, -173" heightmin="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_1.dds" SourceRect="0,0,436,508" />
</ImageStyle>
<ImageStyle Name="exp22_dun_plane_of_avarice_01_raid_0" displayname="Gerion: Captive Audience [Raid]" zonerect="-193, -624, 194, -173" heightmax="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_0.dds" SourceRect="0,0,436,508" />
</ImageStyle>
<ImageStyle Name="exp22_dun_plane_of_avarice_01_raid_1" displayname="Gerion: Captive Audience [Raid]" zonerect="-193, -624, 194, -173" heightmin="20">
<ImageFrame Source="images/maps/exp22_dun_plane_of_avarice_01_1.dds" SourceRect="0,0,436,508" />
</ImageStyle>
This reduces Solo, Heroic, and Untold into one map that shares POIs. They're effectively the same map and POIs already. Raid is a separate dungeon with the same image, so that one stays separate.
02-10-2026, 04:25 AM
A Brown Bear
Join Date: Feb 2026
Server: Unkown
Posts: 14
That does seem to work to show to map in all three.
It doesn't share POIs for me though like that, and if I look in the core_mapstyles.xml all previous expansion zones to have separate solo, heroic and expert/heroic II though.
02-10-2026, 04:38 PM
A Griffon
Join Date: Dec 2017
Server: Unkown
Posts: 166
There aren't any "official" POIs yet, so the icon sharing won't be visible. In Scars of Destruction, I listed only one map for each dungeon set, rather than separating out Solo and Heroic. Older expansions have the separate Solo,Heroic,Expert split.
02-16-2026, 05:07 PM
A Brown Bear
Join Date: Feb 2026
Server: Unkown
Posts: 14
Corrected xml for the raid zone to be _raid_01_ instead of _01_raid_.
02-18-2026, 03:44 PM
EQ2MAP Developer
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,705
I did hit a snag here, i would like a unique name for the the 2 maps.
Like:
The Underdepths [Proving Ground] - (Upper)
The Underdepths [Proving Ground] - (Lower)
The Underdepths [Proving Ground] - (Lair)
Or whatever that fits.
__________________
Pimigo / Splitpaw
Last edited by jnils : 02-18-2026 at 03:46 PM .
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 05:10 AM .