View Single Post
  #3  
Unread 06-10-2009, 12:25 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

Only took me about 3 years . . .

It looks like both the Lockjaw and Sanctorium use an identical map, or at least I think they do. If not, we have not lost anything, as we can add in the modified map as needed. For now:
Code:
<ImageStyle Name="exp01_rgn_sinking_sands_epic01_lockjaw" displayname="Lockjaw's Lair" menugroup="Desert of Ro" zonerect="-292, -241, 24, 189">
<ImageFrame Source="images/maps/map_exp01_rgn_sinking_sands_epic01_lockjaw.dds" SourceRect="0,0,436,593" />
</ImageStyle>
<ImageStyle Name="exp01_rgn_sinking_sands_epic01_lockjaw_undead" displayname="The Sanctorium" menugroup="Desert of Ro" zonerect="-292, -241, 24, 189">
<ImageFrame Source="images/maps/map_exp01_rgn_sinking_sands_epic01_lockjaw.dds" SourceRect="0,0,436,593" />
</ImageStyle>
The Heroic Cache coming soon.
Attached Thumbnails
Click image for larger version

Name:	map_exp01_rgn_sinking_sands_epic01_lockjaw.jpg
Views:	486
Size:	31.8 KB
ID:	6950  
Attached Files
File Type: dds map_exp01_rgn_sinking_sands_epic01_lockjaw.dds (127.9 KB, 502 views)
__________________

Last edited by SaintPeter : 06-10-2009 at 10:21 AM.
Reply With Quote