View Single Post
  #1  
Unread 11-23-2010, 07:43 PM
cooldeath cooldeath is offline
A Grizzled Badger
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 46
Default [added] The Palace of Roehn Theer / Royal Palace of Erudin

Thought I'd give a shot at making a map this past weekend so I threw this together. I've been unable to get into Roehn Theer's room but that's easy enough to add on as a separate part (as I was going to do anyway)

As such for being a map newbie the map is off just slightly. But I figured since it was within the width of the arrow that shows you on the map, that this would be tolerable.

So I'll post this here and when I get Theer's room done I'll add it.

Code below, JPG attached, and the DDS are inside the zip file (wouldn't let me add more then 8 files)
*EDIT* Updated with Roehn's Room added and zonerect tweaked
*EDIT* Textured Roehn's Room

~ Xeblikaa

Code below for Palace of Roehn Theer
Code:
<ImageStyle Name="exp06_dun_erudin_raid_0" displayname="Palace of Roehn Theer (Level 1)" menugroup="Odus" zonerect="-282, -163, 229, 221" heightmax="80">
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_0.dds" SourceRect="0,0,684,512" />
</ImageStyle>
<ImageStyle Name="exp06_dun_erudin_raid_1" displayname="Palace of Roehn Theer (Level 2)" menugroup="Odus" zonerect="-283, -163, 230, 221" heightmin="80" heightmax="170">
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_1.dds" SourceRect="0,0,684,512" />
</ImageStyle>
<ImageStyle Name="exp06_dun_erudin_raid_2" displayname="Palace of Roehn Theer (Level 3)" menugroup="Odus" zonerect="-282, -163, 229, 221" heightmin="170" heightmax="250">
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_2.dds" SourceRect="0,0,684,512" />
</ImageStyle>
<ImageStyle Name="exp06_dun_erudin_raid_3" displayname="Palace of Roehn Theer (Level 4)" menugroup="Odus" zonerect="-282, -163, 229, 221" heightmin="250" heightmax="380">
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_3.dds" SourceRect="0,0,684,512" />
</ImageStyle>
<ImageStyle Name="exp06_dun_erudin_raid_4" displayname="Palace of Roehn Theer (Level 5)" menugroup="Odus" zonerect="-285, -165, 229, 222" heightmin="380" >
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_4.dds" SourceRect="0,0,684,512" />
</ImageStyle>
<ImageStyle Name="exp06_dun_erudin_raid_5" displayname="Palace of Roehn Theer (Roehn)" menugroup="Odus" zonerect="80, -146, 500, 168" availablepriority="-1" heightmin="226" heightmax="270">
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_5.dds" SourceRect="0,0,684,512" />
</ImageStyle>
Code below for Royal Palace of Erudin
Code:
<ImageStyle Name="exp06_dun_erudin_palace_0" displayname="Royal Palace of Erudin (Level 1)" menugroup="Odus" zonerect="-282, -163, 229, 221" heightmax="80">
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_0.dds" SourceRect="0,0,684,512" />
</ImageStyle>
<ImageStyle Name="exp06_dun_erudin_palace_1" displayname="Royal Palace of Erudin (Level 2)" menugroup="Odus" zonerect="-283, -163, 230, 221" heightmin="80" heightmax="170">
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_1.dds" SourceRect="0,0,684,512" />
</ImageStyle>
<ImageStyle Name="exp06_dun_erudin_palace_2" displayname="Royal Palace of Erudin (Level 3)" menugroup="Odus" zonerect="-282, -163, 229, 221" heightmin="170" heightmax="250">
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_2.dds" SourceRect="0,0,684,512" />
</ImageStyle>
<ImageStyle Name="exp06_dun_erudin_palace_3" displayname="Royal Palace of Erudin (Level 4)" menugroup="Odus" zonerect="-282, -163, 229, 221" heightmin="250" heightmax="380">
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_3.dds" SourceRect="0,0,684,512" />
</ImageStyle>
<ImageStyle Name="exp06_dun_erudin_palace_4" displayname="Royal Palace of Erudin (Level 5)" menugroup="Odus" zonerect="-285, -165, 229, 222" heightmin="380" >
<ImageFrame Source="images/maps/map_exp06_dun_PoRT_4.dds" SourceRect="0,0,684,512" />
</ImageStyle>
Attached Files
File Type: dds map_exp06_dun_PoRT_0.dds (171.1 KB, 671 views)
File Type: dds map_exp06_dun_PoRT_1.dds (171.1 KB, 590 views)
File Type: dds map_exp06_dun_PoRT_2.dds (171.1 KB, 691 views)
File Type: dds map_exp06_dun_PoRT_3.dds (171.1 KB, 718 views)
File Type: dds map_exp06_dun_PoRT_4.dds (171.1 KB, 681 views)
File Type: dds map_exp06_dun_PoRT_5.dds (171.1 KB, 615 views)

Last edited by cooldeath : 12-08-2010 at 04:04 PM.
Reply With Quote