View Single Post
  #38  
Unread 07-14-2010, 10:26 AM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

Erm, about collecting... I was referring to Drumstix saying he was going to find the internal names for the other instances and raid zone. So I was mentioning what the raid zone was.

The friendly name of the zone is "Underfoot Depths".

I put something very similar into my _User.MapStyles.xml and it worked surprisingly well.
Code:
<ImageStyle Name="exp06_dun_thehole_raid_0" displayname="Underfoot Depths (Entrance)" menugroup="Odus" zonerect="-307, -493, 323, -21" heightmin="80">
	<ImageFrame Source="images/maps/map_exp06_dun_thehole_0.dds" SourceRect="0,0,1200,900" />
</ImageStyle>
<ImageStyle Name="exp06_dun_thehole_raid_1" displayname="Underfoot Depths (South)" menugroup="Odus" zonerect="-194, -261, 708, 410" heightmin="-58" heightmax="80">
	<ImageFrame Source="images/maps/map_exp06_dun_thehole_1.dds" SourceRect="0,0,1200,900" />
</ImageStyle>
<ImageStyle Name="exp06_dun_thehole_raid_2" displayname="Underfoot Depths (West)" menugroup="Odus" zonerect="-849, -431, -285, -7" heightmin="85" heightmax="152">
	<ImageFrame Source="images/maps/map_exp06_dun_thehole_2.dds" SourceRect="0,0,1200,900" />
</ImageStyle>
<ImageStyle Name="exp06_dun_thehole_raid_3" displayname="Underfoot Depths (North Upper)" menugroup="Odus" zonerect="-498, -1332, 706, -430" heightmin="-18" heightmax="134">
	<ImageFrame Source="images/maps/map_exp06_dun_thehole_3.dds" SourceRect="0,0,1200,900" />
</ImageStyle>
<ImageStyle Name="exp06_dun_thehole_raid_4" displayname="Underfoot Depths (North Lower)" menugroup="Odus" zonerect="-239, -1146, 682, -452" heightmin="-302" heightmax="-40">
	<ImageFrame Source="images/maps/map_exp06_dun_thehole_4.dds" SourceRect="0,0,1200,900" />
</ImageStyle>
Surprisingly because I couldn't figure out how any references pointed to the styles. But I guess who cares.

I'm afraid that I don't run heroic instances, so I don't know what the friendly names are for:
exp06_dun_thehole_wing1
exp06_dun_thehole_wing2
exp06_dun_thehole_wing3
Reply With Quote