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>