View Single Post
  #1  
Unread 06-25-2006, 09:36 PM
sstair sstair is offline
Scuba Steve
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Everfrost
Posts: 150
Default What am I doing wrong?

I'm making maps for The Vaults of El'Arad.

The file most recently modifed file in iocache when I'm in the zone is
exp02_rgn_realm_of_dawn+exp02_dun_shrines_of_sky_epic01_vaults.iop
The zonerect from the spreadsheet is
ZONERECT -107.06 -45.41 138.94 170.9
I put the two attached maps in my EQ2MAP\images\maps directory and added the following to my core_mapstyles.xml
<ImageStyle Name="exp02_dun_shrines_of_sky_epic01_vaults" zonerect="-107, -45, 139, 171" heightmax="20">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp02_dun_shrines_of_sky_epic01_vaults_0.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp02_dun_shrines_of_sky_epic01_vaults" zonerect="-107, -45, 139, 171" heightmin="20">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp02_dun_shrines_of_sky_epic01_vaults_1.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	VoE1.jpg
Views:	397
Size:	53.8 KB
ID:	5017  Click image for larger version

Name:	VoE2.jpg
Views:	398
Size:	50.6 KB
ID:	5018  
Attached Files
File Type: dds map_exp02_dun_shrines_of_sky_epic01_vaults_0.dds (128.1 KB, 390 views)
File Type: dds map_exp02_dun_shrines_of_sky_epic01_vaults_1.dds (128.1 KB, 387 views)
File Type: txt VoE1.txt (81.3 KB, 349 views)
File Type: txt VoE2.txt (26.0 KB, 364 views)
Reply With Quote