View Single Post
  #1  
Unread 08-11-2005, 08:22 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] Obelisk of Lost Souls

Zone Name: obelisk_of_lostsouls

Interesting zone -
Note the there are 2 entries for the first floor - one part projected up and had to have a seperate, smaller avaliblerect with a higher heightmax. Note that there is no second map, it just references the same map, but with a different avaliblerect and heightmax

I will be working on the next floor down once I get access .. . no idea when that'll happen. Sigh.

Code:
<ImageStyle Name="obelisk_of_lostsouls_0" zonerect="-174, 114, 131, 469" availablerect="-174, 114, 131, 469" heightmin="610" availablepriority="2">
<ImageFrame Name="imageFrame" Source="images/maps/map_obelisk_of_lostsouls_cave.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="obelisk_of_lostsouls_1" zonerect="-60, 143, 215, 461" availablerect="-60, 143, 215, 461" heightmax="610" availablepriority="1">
<ImageFrame Name="imageFrame" Source="images/maps/map_obelisk_of_lostsouls_first_floor.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="obelisk_of_lostsouls_2" zonerect="-60, 143, 215, 461" availablerect="16,329,40,354" heightmax="622" availablepriority="0">
<ImageFrame Name="imageFrame" Source="images/maps/map_obelisk_of_lostsouls_first_floor.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	map_obelisk_of_lostsouls_first_floor.jpg
Views:	579
Size:	29.0 KB
ID:	3375  Click image for larger version

Name:	map_obelisk_of_lostsouls_cave.jpg
Views:	502
Size:	21.7 KB
ID:	3376  
Attached Files
File Type: zip OoLS.zip (153.9 KB, 435 views)
__________________

Last edited by SaintPeter : 08-11-2005 at 08:24 PM.
Reply With Quote