View Single Post
  #1  
Unread 02-10-2009, 11:24 PM
jacobian163 jacobian163 is offline
A Grizzled Badger
 
Join Date: Oct 2005
Server: Nektulos
Posts: 45
Default [added] Nu'roga Maps

Here is my new set for Nu'Roga... I can't get it to work with this code, so I can't test it yet. Any thoughts?? I can't figure out what is wrong with the xml code. The map name shows up in the dropdown thing in the game, but the map itself is just black, so for some reason I guess it's not finding my map .dds files?? I put the in the right folder though, so I'm really confused.

<ImageStyle Name="exp05_dun_nuroga_0" displayname="Nu'roga" menugroup="Kunark" zonerect="-82,-59,81,58" heightmax="20">
<ImageFrame Source="images/maps/map_exp05_dun_nuroga_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp05_dun_nuroga_1" displayname="Nu'roga" menugroup="Kunark" zonerect="-83,-65,95,91" heightmin="20" heightmax="80">
<ImageFrame Source="images/maps/map_exp05_dun_nuroga_1.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp05_dun_nuroga_2" displayname="Nu'roga" menugroup="Kunark" zonerect="-80,-55,89,68" heightmin="80" heightmax="120">
<ImageFrame Source="images/maps/map_exp05_dun_nuroga_2.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp05_dun_nuroga_3" displayname="Nu'roga" menugroup="Kunark" zonerect="-70,-60,88,86" heightmin="120" heightmax="150">
<ImageFrame Source="images/maps/map_exp05_dun_nuroga_3.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp05_dun_nuroga_4" displayname="Nu'roga" menugroup="Kunark" zonerect="-78,-56,94,69" heightmin="150">
<ImageFrame Source="images/maps/map_exp05_dun_nuroga_4.dds" SourceRect="0,0,436,506" />
</ImageStyle>



There are 5 "levels" (the 4th one being a long ramp up to the top floor), and one of them didn't have a name in the game, so I just call it the "Ramp".

level "0": Sacrificial Chamber
level "1": Chanting and Ritual Chamber
level "2": Arcane Practice and Study
level "3": Ramp
level "4": Blood Altar

Zonerects:

level "0": -82,-59,81,58
level "1": -83,-65,95,91
level "2": -80,-55,89,68
level "3": -70,-60,88,86
level "4": -78,-56,94,69

Height Cutoffs:
20, 80, 120, 150


I'm anxious to get this working, but I can't test it until I can get it to load in the game. Any help you can give would be great.
Attached Thumbnails
Click image for larger version

Name:	map_exp05_dun_nuroga_0.jpg
Views:	640
Size:	58.9 KB
ID:	6778  Click image for larger version

Name:	map_exp05_dun_nuroga_1.jpg
Views:	613
Size:	57.4 KB
ID:	6780  Click image for larger version

Name:	map_exp05_dun_nuroga_2.jpg
Views:	618
Size:	60.4 KB
ID:	6782  Click image for larger version

Name:	map_exp05_dun_nuroga_3.jpg
Views:	587
Size:	60.5 KB
ID:	6784  
Attached Files
File Type: dds map_exp05_dun_nuroga_0.dds (128.1 KB, 569 views)
File Type: dds map_exp05_dun_nuroga_1.dds (128.1 KB, 575 views)
File Type: dds map_exp05_dun_nuroga_2.dds (128.1 KB, 549 views)
File Type: dds map_exp05_dun_nuroga_3.dds (128.1 KB, 554 views)
Reply With Quote