View Single Post
  #1  
Unread 08-30-2005, 10:53 PM
SaintPeter's Avatar
SaintPeter SaintPeter is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Guk
Posts: 536
Default [MAP] Nektropos Castle - Full

Zone Name: Nektropo_Castle

Notes:
A Special thanks to Ethaniel, who's excelent /locs and Texture screenshots made this map a delight to make. I had very little clean up to do and it came together quite quickly.

Initially, the POIs on the far east side of the basement will not display right. There needs to be some code changes to the website to allow for the way I broke up the bottom floor.

The existing POIs may need to be recalculated for the new zonerect.

Thanks also to my guildies who suffered through my getting my avaliblerect's right.

Code:
<ImageStyle Name="nektropos_castle_0" zonerect="-87, -99, 86, 101" heightmax="6" heightmin="-8">
<ImageFrame Name="imageFrame" Source="images/maps/map_nektropos_castle_1.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="nektropos_castle_1" zonerect="-87, -99, 86, 101" heightmax="20" heightmin="6">
<ImageFrame Name="imageFrame" Source="images/maps/map_nektropos_castle_2.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="nektropos_castle_2" zonerect="-87, -99, 86, 101" heightmax="37" heightmin="20">
<ImageFrame Name="imageFrame" Source="images/maps/map_nektropos_castle_3.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="nektropos_castle_3" zonerect="-87, -99, 86, 101" heightmin="37">
<ImageFrame Name="imageFrame" Source="images/maps/map_nektropos_castle_4.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="nektropos_castle_4" zonerect="-64, -66, 64, 83" availablerect="-48,-63,52.89,46.5" heightmax="-8" availablepriority="1">
<ImageFrame Name="imageFrame" Source="images/maps/map_nektropos_castle_0.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="nektropos_castle_5" zonerect="-240, -183, -32, 35" availablerect="-232.8,-183.88,-48,35" heightmax="-8" availablepriority="0">
<ImageFrame Name="imageFrame" Source="images/maps/map_nektropos_castle_0.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
Edit: Added .dds files
Attached Thumbnails
Click image for larger version

Name:	map_nektropos_castle_0.jpg
Views:	547
Size:	30.0 KB
ID:	3554  Click image for larger version

Name:	map_nektropos_castle_1.jpg
Views:	531
Size:	29.3 KB
ID:	3555  Click image for larger version

Name:	map_nektropos_castle_2.jpg
Views:	469
Size:	32.5 KB
ID:	3556  Click image for larger version

Name:	map_nektropos_castle_3.jpg
Views:	436
Size:	32.3 KB
ID:	3557  Click image for larger version

Name:	map_nektropos_castle_4.jpg
Views:	409
Size:	32.3 KB
ID:	3558  

Attached Files
File Type: zip Nek_Castle_Release.zip (367.5 KB, 330 views)
__________________

Last edited by SaintPeter : 08-31-2005 at 09:24 AM.
Reply With Quote