View Single Post
  #11  
Unread 02-25-2019, 04:02 AM
Pijotre's Avatar
Pijotre Pijotre is offline
A Griffon
This person is a EQ2Map developer.
 
Join Date: Jan 2006
Server: Crushbone
Posts: 154
Default

Ok I updated all previous, a few notes:
- ID 31 is another 2 zonerects are needed maps but only needs 1 POI file so only ID 30 is accessible from the website.
- ID 118 Yeah this is a fun one, the POIs that are out of bounds on ID 117 get mapped to the lower part of ID 117 (which uses ID 118 for its zonerect). The plan is to combine the 2 map parts in situ now that larger map sizes are possible smilar to how I told you I plan for Emerald Halls.


Code:
<ImageStyle Name="orcishwastes_siege_sig_0" displayname="Ceremony in The Wastes - (Mines)" zonerect="-411, -228, -225, -12" heightmax="-50">
<ImageFrame Source="images/maps/map_orcishwastes_siege_sig_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="orcishwastes_siege_sig_1" displayname="Ceremony in The Wastes - (Ceremony)" zonerect="-1273, -1082, 1171, 750" heightmin="-50">
<ImageFrame Source="images/maps/map_orcishwastes_siege_sig_1.dds" SourceRect="0,0,983,740" />
</ImageStyle>
<ImageStyle Name="boat_06p_feerrott_hallmark_blackwater_freeport" displayname="the LMS Intruder" zonerect="-12, -27, 11, 33">
<ImageFrame Source="images/maps/map_boat_06p_tutorial02.dds" SourceRect="0,0,304,800" />
</ImageStyle>
<ImageStyle Name="boat_06p_feerrott_hallmark_blackwater_qeynos" displayname="the QSS Bootstrutter" zonerect="-12, -27, 11, 33">
<ImageFrame Source="images/maps/map_boat_06p_tutorial02.dds" SourceRect="0,0,304,800" />
</ImageStyle>
<ImageStyle Name="boat_06p_lavastorm" displayname="The Burning Cauldron" zonerect="-12, -27, 11, 33">
<ImageFrame Source="images/maps/map_boat_06p_tutorial02.dds" SourceRect="0,0,304,800" />
</ImageStyle>
<ImageStyle Name="boat_bristlebane" displayname="The Jolly Gnoggin" zonerect="-12, -27, 11, 33">
<ImageFrame Source="images/maps/map_boat_06p_tutorial02.dds" SourceRect="0,0,304,800" />
</ImageStyle>
<ImageStyle Name="feerrott_epic01_temple_bristlebane" displayname="Gnoggin's Hidden Cove" zonerect="763, -52, 1085, 322">
<ImageFrame Source="images/maps/map_feerrott_epic01_temple.dds" SourceRect="0,0,436,506" />
</ImageStyle>


The attachments are unrelated to this post but stored here due to file amount limitations per post.
Attached Files
File Type: dds map_exp04_dun_sebilis_epic01_crypt_heroic.dds (170.3 KB, 520 views)
File Type: dds map_exp04_dun_sebilis_epic01_crypt_raid.dds (108.4 KB, 271 views)
File Type: dds map_exp14_dun_molten_throne.dds (234.5 KB, 290 views)
File Type: dds map_exp08_rgn_velious_cobalt_scar_dragon.dds (234.5 KB, 303 views)
File Type: dds map_orcishwastes_siege_sig_0.dds (109.1 KB, 272 views)
File Type: dds map_orcishwastes_siege_sig_1.dds (357.6 KB, 287 views)
File Type: dds map_boat_06p_tutorial02.dds (118.9 KB, 280 views)
__________________
Carpe noctem! ... Get a life? Well, once I nearly found one, but the link was broken

Disclaimer: If you find spelling mistakes, be proud, grab a cookie and then spent a thought about me having german as my mothertongue

Last edited by Pijotre : 03-29-2019 at 04:27 AM.
Reply With Quote