View Single Post
  #1  
Unread 05-01-2012, 11:16 AM
Rittmeister64 Rittmeister64 is offline
A Darkpaw Brute
 
Join Date: Dec 2011
Server: Unkown
Posts: 43
Default [added] Ravenscale Repository

Code:
<ImageStyle Name="exp05_dun_mistmoore_repository_0" displayname="Ravenscale Repository 0" menugroup="Faydwer" zonerect="-180, -519, 182, 23" heightmax="15">
<ImageFrame Source="images/maps/map_exp05_dun_mistmoore_repository_0.dds" SourceRect="0,0,800,1200" />
</ImageStyle>
<ImageStyle Name="exp05_dun_mistmoore_repository_1" displayname="Ravenscale Repository 1" menugroup="Faydwer" zonerect="-180, -519, 182, 23" heightmin="15">
<ImageFrame Source="images/maps/map_exp05_dun_mistmoore_repository_1.dds" SourceRect="0,0,800,1200" />
</ImageStyle>
If you need or want to save space, you can choose to only use 1 map and no height dividers, if you do so, please use the upper floor map (repository_1). I covers up only a very small ground area, so 2 maps might be overkill here, but I wanted to try out maxheight in my first map as it gave me the chance.

in case you want to use only one floor:
rename map_exp05_dun_mistmoore_repository_1.dds into map_exp05_dun_mistmoore_repository.dds and use this:
Code:
<ImageStyle Name="exp05_dun_mistmoore_repository" displayname="Ravenscale Repository" menugroup="Faydwer" zonerect="-180, -519, 182, 23" >
<ImageFrame Source="images/maps/map_exp05_dun_mistmoore_repository.dds" SourceRect="0,0,800,1200" />
</ImageStyle>
my 1st map. got a bit lazy, and have lots to learn still with vector graphics and photoshop.
Attached Thumbnails
Click image for larger version

Name:	map_exp05_dun_mistmoore_repository_1.jpg
Views:	609
Size:	196.8 KB
ID:	7868  
Attached Files
File Type: dds map_exp05_dun_mistmoore_repository_0.dds (468.9 KB, 537 views)
File Type: dds map_exp05_dun_mistmoore_repository_1.dds (468.9 KB, 509 views)
Reply With Quote