EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   EQ2MAP New maps (https://www.eq2interface.com/forums/forumdisplay.php?f=40)
-   -   [Added] [Map] Gerion: Ark of Ascension / Captive Audience (https://www.eq2interface.com/forums/showthread.php?t=20319)

Lemilla 02-08-2026 02:09 PM

[Added] [Map] Gerion: Ark of Ascension / Captive Audience
 
4 Attachment(s)
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>


benjcallaghan 02-09-2026 04:46 PM

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.

Lemilla 02-10-2026 04:25 AM

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.

benjcallaghan 02-10-2026 04:38 PM

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.

Lemilla 02-16-2026 05:07 PM

Corrected xml for the raid zone to be _raid_01_ instead of _01_raid_.

jnils 02-18-2026 03:44 PM

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.

benjcallaghan 02-18-2026 10:31 PM

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>

<ImageStyle Name="exp22_dun_plane_of_avarice_01_raid_0" displayname="Gerion: Captive Audience [Raid] (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_raid_1" displayname="Gerion: Captive Audience [Raid] (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>


benjcallaghan 02-21-2026 08:55 PM

Tested the new map today, and it only rendered in the Heroic dungeon. (Haven't tested the raid map). It's possible that the _0 and _1 suffixes used for multi-layer maps break the hack that allowed one map to cover multiple zones.

jnils 02-22-2026 12:10 PM

That might be it.
Should i add the rest then?

benjcallaghan 02-22-2026 02:05 PM

Yes please. Duplicating the POIs is far less annoying than not having any map.

Lemilla 02-22-2026 03:58 PM

Please correct the raid one as well to the xml in the first post, else that one won't work. My original post before I editted it, and thereby Benjcallaghan's got a typo in the imagestyle name.

jnils 02-23-2026 02:55 PM

I think all should ok now.


All times are GMT -5. The time now is 05:13 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI