EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > EQ2MAP > EQ2MAP New maps

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 02-12-2026, 07:59 AM
Lemilla Lemilla is offline
A Brown Bear
 
Join Date: Feb 2026
Server: Unkown
Posts: 14
Default [Added] [Map] Zon Zobboz: Chimeric Chain / The Outer Swarmyard

Solo, Heroic, Untold Heroic Chimeric Chain, and The Outer Swarmyard raidzone. Entrance is from Zon Zobboz Hub.

Large zone so double sized standard canvas. Two layers for the elevation. There are actually 3 floors inside the zone, but there is no overlap between two of them so I kept those on the same image.

And this is my last map for a while. Not sure what the new T2 zones need but it will be a while before I can access those. All heroic and T1 raid zones should be covered now.


Code:
<ImageStyle Name="exp22_dun_zon_zobboz_02_solo_0" displayname="Zon Zobboz: The Chimeric Chain (Lower) [Solo]" zonerect="-113, -175, 944, 1055" heightmax="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_0.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
<ImageStyle Name="exp22_dun_zon_zobboz_02_solo_1" displayname="Zon Zobboz: The Chimeric Chain (Upper) [Solo]" zonerect="-113, -175, 944, 1055" heightmin="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_1.dds" SourceRect="0,0,872,1016" />
</ImageStyle>

<ImageStyle Name="exp22_dun_zon_zobboz_02_0" displayname="Zon Zobboz: The Chimeric Chain (Lower)" zonerect="-113, -175, 944, 1055" heightmax="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_0.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
<ImageStyle Name="exp22_dun_zon_zobboz_02_1" displayname="Zon Zobboz: The Chimeric Chain (Upper)" zonerect="-113, -175, 944, 1055" heightmin="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_1.dds" SourceRect="0,0,872,1016" />
</ImageStyle>

<ImageStyle Name="exp22_dun_zon_zobboz_02_hp_0" displayname="Zon Zobboz: The Chimeric Chain (Lower) [Untold Heroic]" zonerect="-113, -175, 944, 1055" heightmax="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_0.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
<ImageStyle Name="exp22_dun_zon_zobboz_02_hp_1" displayname="Zon Zobboz: The Chimeric Chain (Upper) [Untold Heroic]" zonerect="-113, -175, 944, 1055" heightmin="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_1.dds" SourceRect="0,0,872,1016" />
</ImageStyle>

<ImageStyle Name="exp22_dun_zon_zobboz_raid_02_0" displayname="Zon Zobboz: The Outer Swarmyard (Lower)" zonerect="-113, -175, 944, 1055" heightmax="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_0.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
<ImageStyle Name="exp22_dun_zon_zobboz_raid_02_1" displayname="Zon Zobboz: The Outer Swarmyard (Upper)" zonerect="-113, -175, 944, 1055" heightmin="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_1.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	exp22_dun_zon_zobboz_02_0.jpg
Views:	25
Size:	69.7 KB
ID:	9954  Click image for larger version

Name:	exp22_dun_zon_zobboz_02_1.jpg
Views:	18
Size:	59.0 KB
ID:	9956  
Attached Files
File Type: dds exp22_dun_zon_zobboz_02_0.dds (432.7 KB, 21 views)
File Type: dds exp22_dun_zon_zobboz_02_1.dds (432.7 KB, 17 views)

Last edited by Lemilla : 02-22-2026 at 04:25 AM. Reason: Added lower/upper in displayname; fixed zone name spelling
Reply With Quote
  #2  
Unread 02-20-2026, 07:09 PM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,705
Default

Is this to a share map?
__________________
Pimigo / Splitpaw
Reply With Quote
  #3  
Unread 02-21-2026, 04:45 PM
benjcallaghan benjcallaghan is offline
A Griffon
 
Join Date: Dec 2017
Server: Unkown
Posts: 166
Default

The following code will work for the solo/heroic/untold dungeon (shared map). Note the correct zone name is "Zon Zobboz: The Chimeric Chain".
Code:
<ImageStyle Name="exp22_dun_zon_zobboz_02_0" displayname="Zon Zobboz: The Chimeric Chain (Lower)" zonerect="-113, -175, 944, 1055" heightmax="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_0.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
<ImageStyle Name="exp22_dun_zon_zobboz_02_1" displayname="Zon Zobboz: The Chimeric Chain (Upper)" zonerect="-113, -175, 944, 1055" heightmin="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_1.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
The following block will work for the raid zone (not shared with solo/heroic).
Code:
<ImageStyle Name="exp22_dun_zon_zobboz_raid_02_0" displayname="Zon Zobboz: The Outer Swarmyard [Raid] (Lower)" zonerect="-113, -175, 944, 1055" heightmax="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_0.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
<ImageStyle Name="exp22_dun_zon_zobboz_raid_02_1" displayname="Zon Zobboz: The Outer Swarmyard [Raid] (Upper)" zonerect="-113, -175, 944, 1055" heightmin="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_1.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
Reply With Quote
  #4  
Unread 03-02-2026, 09:18 PM
benjcallaghan benjcallaghan is offline
A Griffon
 
Join Date: Dec 2017
Server: Unkown
Posts: 166
Default

Same issue for this zone. It's not working in solo or untold, only heroic. (Raid map works fine too)
Reply With Quote
  #5  
Unread 03-05-2026, 02:41 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,705
Default

This is fixed.
__________________
Pimigo / Splitpaw
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 03:54 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI