View Single Post
  #1  
Unread 08-21-2005, 10:33 AM
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] Drafling Tower

Zone Name: drafling_tower

Notes:
Thanks to Einyen and Ethaniel for their great first work on this. I had to run in and get a little more detail, but was otherwise able to do it no problem.

As with OoLS, I used multiple entries for the same actual map to handle the transition between the east and west halfs of the map.

Code:
<ImageStyle Name="drafling_tower_0" zonerect="-116, -157, 164, 167" availablerect="-116, -157, 164, 167" availablepriority="2">
<ImageFrame Name="imageFrame" Source="images/maps/map_drafling_tower_east.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="drafling_tower_1" zonerect="-523, -208, -29, 364" availablerect="-523, -208, -104, 364" availablepriority="1">
<ImageFrame Name="imageFrame" Source="images/maps/map_drafling_tower_west.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="drafling_tower_2" zonerect="-523, -208, -29, 364" availablerect="-104, 90, -45, 160" heightmax="47" availablepriority="0">
<ImageFrame Name="imageFrame" Source="images/maps/map_drafling_tower_west.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
Thanks to Kyrhie, who helped me run in invised (in Slo-mo) and was patient while I figured out why I'm an idiot.
Attached Thumbnails
Click image for larger version

Name:	map_drafling_tower_east.jpg
Views:	449
Size:	31.1 KB
ID:	3466  Click image for larger version

Name:	map_drafling_tower_west.jpg
Views:	440
Size:	21.5 KB
ID:	3467  
Attached Files
File Type: zip Drafling_Tower.zip (154.8 KB, 314 views)
__________________
Reply With Quote