lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > XML modification help (L)

Reply
Thread Tools Display Modes
  #1  
Unread 08-19-2011, 04:14 AM
Marzio Marzio is offline
The Unscathed
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Posts: 17
pressed button and mouse over button problem

hi
i've found a bug on my skin:
Narajana v2.0
in the auctioneer panel, the pressed button and the mouse over button are not showed right.
everything else works fine.
i don't know where is the problem, can u help me plz?



here is the skindefinition:
Code:
<?xml version="1.0" encoding="UTF-8"?> 

<!DOCTYPE opt[

	<!ENTITY SCREENHEIGHT 		"1080">		<!-- Fill in between "" your screenresolution height 		-->
	<!ENTITY BARSTART 		"640">		<!-- Fill in between "" your screenresolution width -1280  	-->

]>

<opt>


<SkinName Name="Narajana v2.1" /> 
<!--<SkinName Name="Narajana v 2.1 made by Marzio" />--> 


- <PanelFile ID="toolbar">
- <Element ID="ToolbarField" X="640" Y="1080" Width="1280" Height="211" Detach="1">
- <!--  Y=200 
  --> 
  <Element ID="ToolbarFieldMain" X="0" Y="500" Width="1" Height="1" /> 
- <!--  Y=0 
  --> 
- <Element ID="LevelMeter" X="7" Y="187" Width="843" Height="20">
- <Element ID="LevelMeterFill" X="0" Y="7" Width="843" Height="10">
  <Element ID="LevelMeter_BonusMeter" X="0" Y="0" Width="843" Height="10" /> 
  </Element>
  <Element ID="ToolbarButton_RestXP_TutorialHighlight" X="0" Y="7" Width="843" Height="12" /> 
  <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="7" Width="843" Height="12" /> 
  <Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="7" Width="843" Height="12" /> 
  <Element ID="LevelMeterText" X="190" Y="6" Width="653" Height="12" /> 
  </Element>
  <Element ID="ToolbarButton_Main" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="ToolbarFieldMain_LevelMeter_Left_Cap" X="0" Y="500" Width="1" Height="1" /> 
- <!--  Made invisible --> 
  <Element ID="ToolbarFieldMain_LevelMeter_Mid_Left_Cap" X="0" Y="500" Width="1" Height="1" /> 
- <!--  Made invisible --> 
  <Element ID="ToolbarFieldMain_LevelMeter_Glass_Overlay" X="0" Y="500" Width="1" Height="1" /> 
- <!--  Made invisible --> 
  <Element ID="ToolbarFieldMain_LevelMeter_Mid_Right_Cap" X="0" Y="500" Width="1" Height="1" /> 
- <!--  Made invisible --> 
  <Element ID="ToolbarFieldMain_LevelMeter_Right_Cap" X="0" Y="500" Width="1" Height="1" /> 
- <!--  Made invisible --> 

  <Element ID="AutoAttackIndicatorButton" X="869" Y="143" Width="63" Height="63" /> 
  <Element ID="ViolentModeIndicator" X="869" Y="143" Width="63" Height="63" /> 
  <Element ID="ToolbarButton_AutoAttack_TutorialHighlight" X="869" Y="143" Width="63" Height="63" /> 
  <Element ID="GamePlay_FervorPipDisplay" X="856" Y="125" Width="82" Height="50" /> 
  <Element ID="GamePlay_AimPipDisplay" X="856" Y="124" Width="82" Height="50" /> 
- <Element ID="Gameplay_AtunementUI" X="856" Y="124" Width="85" Height="62">
  <Element ID="PipDisplay_Atunement_Pips" X="0" Y="0" Width="85" Height="62" /> 
  </Element>
  <Element ID="ToolbarButton_Slot_1" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_Slot_2" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_Slot_3" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_Slot_4" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_Slot_5" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_Slot_6" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_Slot_7" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_RightSlot_1" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_RightSlot_2" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_RightSlot_3" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_RightSlot_4" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_RightSlot_5" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_RightSlot_6" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_RightSlot_7" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="Toolbar_WebstoreButton" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="Toolbar_Quickslot" X="8" Y="150" Width="420" Height="35" /> 
  <Element ID="ToolbarButton_CustomizeSlots" X="0" Y="500" Width="1" Height="1" /> 
  <Element ID="ToolbarButton_MainMenu" X="1250" Y="181" Width="30" Height="30" /> 
  </Element>


- <Element ID="VitalsParent" X="0" Y="0" Width="452" Height="64">
  <Element ID="PlayerEffectDisplay" X="32" Y="0" Width="420" Height="64" /> 
- <!-- Buffs/Debuffs --> 
  </Element>
  </PanelFile>


<!--  autoattack button  --> 
<Mapping ArtAssetID="button_autoattack_highlight" FileName="combat\autoattack_eye_combat.tga" /> 
  <Mapping ArtAssetID="button_autoattack_highlight_mouseover" FileName="combat\autoattack_eye_combat_highlight.tga" /> 
  <Mapping ArtAssetID="button_autoattack_highlight_pressed" FileName="combat\autoattack_eye_combat_pressed.tga" /> 
  <Mapping ArtAssetID="button_autoattack_mouseover" FileName="combat\autoattack_eye_normal_highlight.tga" /> 
  <Mapping ArtAssetID="button_autoattack_normal" FileName="combat\autoattack_eye_normal.tga" /> 
  <Mapping ArtAssetID="button_autoattack_normal_pressed" FileName="combat\autoattack_eye_normal_pressed.tga" /> 


<!--  minimap  --> 
  <Mapping ArtAssetID="no_hope_no_dread" FileName="minimap\normal.tga" /> 
  <Mapping ArtAssetID="dread_34" FileName="minimap\dread_low.tga" /> 
  <Mapping ArtAssetID="dread_56" FileName="minimap\dread_med.tga" /> 
  <Mapping ArtAssetID="dread_78" FileName="minimap\dread_high.tga" /> 
  <Mapping ArtAssetID="hope_1" FileName="minimap\hope_low.tga" /> 
  <Mapping ArtAssetID="hope_2" FileName="minimap\hope_low.tga" /> 
  <Mapping ArtAssetID="hope_34" FileName="minimap\hope_low.tga" /> 
  <Mapping ArtAssetID="hope_56" FileName="minimap\hope_med.tga" /> 
  <Mapping ArtAssetID="hope_78" FileName="minimap\hope_med.tga" /> 
  <Mapping ArtAssetID="hope_9" FileName="minimap\hope_high.tga" /> 
  <Mapping ArtAssetID="hope_10" FileName="minimap\hope_high.tga" /> 


<!--  old version  --> 
<!--
  <Mapping ArtAssetID="panel_border" FileName="misc\panel_border.tga" /> 
  <Mapping ArtAssetID="selection_inanimate_backdrop" FileName="misc\backdrop.tga" /> 
  <Mapping ArtAssetID="money_player_all_background" FileName="misc\money.tga" /> 
  <Mapping ArtAssetID="plyrjournal_money_player_all_background" FileName="misc\money_character.tga" /> 
  <Mapping ArtAssetID="LFP_Top_BG" FileName="social\lfp.tga" /> 
  <Mapping ArtAssetID="Who_MyOptions_BG" FileName="social\backdrop.tga" /> 
  <Mapping ArtAssetID="pedigree_bg" FileName="misc\bio.tga" /> 
  <Mapping ArtAssetID="blue_selection_skilltrainer_ghosted" FileName="selection\large_grey.tga" /> 
  <Mapping ArtAssetID="blue_selection_skilltrainer_normal" FileName="selection\large_normal.tga" /> 
  <Mapping ArtAssetID="blue_selection_skilltrainer_highlight" FileName="selection\large_highlighted.tga" /> 
  <Mapping ArtAssetID="blue_selection_skilltrainer_highlight_active" FileName="selection\large_selected.tga" /> 
  <Mapping ArtAssetID="blue_selection_vendor_item_repair_normal" FileName="selection\large_normal.tga" /> 
  <Mapping ArtAssetID="blue_selection_vendor_item_repair" FileName="selection\large_highlighted.tga" /> 
  <Mapping ArtAssetID="blue_selection_title_highlight" FileName="selection\large_selected.tga" /> 
  <Mapping ArtAssetID="blue_selection_vendor_item_normal" FileName="selection\short_normal.tga" /> 
  <Mapping ArtAssetID="blue_selection_vendor_item_highlight_active" FileName="selection\short_selected.tga" /> 
  <Mapping ArtAssetID="blue_selection_quest_normal" FileName="selection\small_normal.tga" /> 
  <Mapping ArtAssetID="blue_selection_quest_highlight" FileName="selection\small_highlighted.tga" /> 
  <Mapping ArtAssetID="blue_selection_quest_highlight_active" FileName="selection\small_selected.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_highlight_bottom_center" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_highlight_bottom_left" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_highlight_lower_right" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_highlight_middle_left" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_highlight_middle_right" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_highlight_top_center" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_highlight_top_left" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_highlight_top_right" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_highlight_center" FileName="social\highlighted.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_normal_bottom_center" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_normal_bottom_left" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_normal_lower_right" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_normal_middle_left" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_normal_middle_right" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_normal_top_center" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_normal_top_left" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_normal_top_right" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="social_panel_list_elements_normal_center" FileName="social\normal.tga" /> 

  <Mapping ArtAssetID="inventory_normal" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="inventory_rollover" FileName="inventory\rollover.tga" /> 
  <Mapping ArtAssetID="inventory_pressed" FileName="inventory\pressed.tga" /> 
  <Mapping ArtAssetID="journal_normal" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="journal_rollover" FileName="journal\rollover.tga" /> 
  <Mapping ArtAssetID="journal_pressed" FileName="journal\pressed.tga" />  
  <Mapping ArtAssetID="quest_normal" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="quest_rollover" FileName="quest\rollover.tga" /> 
  <Mapping ArtAssetID="quest_pressed" FileName="quest\pressed.tga" />  
  <Mapping ArtAssetID="accomplishment_journal_normal" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="accomplishment_journal_rollover" FileName="accomplishment\rollover.tga" /> 
  <Mapping ArtAssetID="accomplishment_journal_pressed" FileName="accomplishment\pressed.tga" />  
  <Mapping ArtAssetID="fellowship_normal" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="fellowship_rollover" FileName="fellowship\rollover.tga" /> 
  <Mapping ArtAssetID="fellowship_pressed" FileName="fellowship\pressed.tga" /> 
  <Mapping ArtAssetID="crafting_normal" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="crafting_highlight" FileName="crafting\highlight.tga" /> 
  <Mapping ArtAssetID="crafting_pressed" FileName="crafting\pressed.tga" /> 
  <Mapping ArtAssetID="main_menu_normal" FileName="invisible.tga" /> 
  <Mapping ArtAssetID="main_menu_rollover" FileName="menu\rollover.tga" /> 
  <Mapping ArtAssetID="main_menu_pressed" FileName="menu\pressed.tga" /> 
  <Mapping ArtAssetID="box_silver_bottom" FileName="silver\bottom.tga" /> 
  <Mapping ArtAssetID="box_silver_bottom_left_noadorn" FileName="silver\bottom_left.tga" /> 
  <Mapping ArtAssetID="box_silver_lower_right_noadorn" FileName="silver\lower_right.tga" /> 
  <Mapping ArtAssetID="box_silver_side_left" FileName="silver\side_left.tga" /> 
  <Mapping ArtAssetID="box_silver_side_right" FileName="silver\side_right.tga" /> 
  <Mapping ArtAssetID="box_silver_upper" FileName="silver\upper.tga" /> 
  <Mapping ArtAssetID="box_silver_upper_left_noadorn" FileName="silver\upper_left.tga" /> 
  <Mapping ArtAssetID="box_silver_upper_right_noadorn" FileName="silver\upper_right.tga" /> 
  <Mapping ArtAssetID="box_silver_bottom_left" FileName="silver\bottom_left.tga" /> 
  <Mapping ArtAssetID="box_silver_lower_right" FileName="silver\lower_right.tga" /> 
  <Mapping ArtAssetID="box_silver_upper_left" FileName="silver\upper_left.tga" /> 
  <Mapping ArtAssetID="box_silver_upper_right" FileName="silver\upper_right.tga" />   
  <Mapping ArtAssetID="basepanel_bottomleft" FileName="basepanel\bottomleft.tga" /> 
  <Mapping ArtAssetID="basepanel_bottommid" FileName="basepanel\bottommid.tga" /> 
  <Mapping ArtAssetID="basepanel_bottomright" FileName="basepanel\bottomright.tga" /> 
  <Mapping ArtAssetID="basepanel_midleft" FileName="basepanel\midleft.tga" /> 
  <Mapping ArtAssetID="basepanel_midright" FileName="basepanel\midright.tga" /> 
  <Mapping ArtAssetID="basepanel_topleft" FileName="basepanel\topleft.tga" /> 
  <Mapping ArtAssetID="basepanel_topmid" FileName="basepanel\topmid.tga" /> 
  <Mapping ArtAssetID="basepanel_topright" FileName="basepanel\topright.tga" /> 
  <Mapping ArtAssetID="base_box_center" FileName="basebox\center_silver.tga" /> 
  <Mapping ArtAssetID="base_box_center_silver" FileName="basebox\center_silver.tga" />  
  <Mapping ArtAssetID="titlebar_X_2" FileName="titlebar\X_2.tga" /> 
  <Mapping ArtAssetID="titlebar_X_2_mouseover" FileName="titlebar\X_2_mouseover.tga" /> 
  <Mapping ArtAssetID="titlebar_X_2_pressed" FileName="titlebar\X_2_pressed.tga" /> 
  <Mapping ArtAssetID="base_box_titlebar_left" FileName="titlebar\left.tga" /> 
  <Mapping ArtAssetID="base_box_titlebar_right" FileName="titlebar\right.tga" /> 
  <Mapping ArtAssetID="base_box_titlebar_top" FileName="titlebar\top.tga" />  
  <Mapping ArtAssetID="tab_tier1_middle_back_e" FileName="tabs\back_e.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_back_n" FileName="tabs\back_n.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_back_w" FileName="tabs\back_w.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_front_e" FileName="tabs\front_e.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_front_n" FileName="tabs\front_n.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_front_w" FileName="tabs\front_w.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_back_e_sm" FileName="tabs\back_e_sm.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_back_n_sm" FileName="tabs\back_n_sm.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_back_w_sm" FileName="tabs\back_w_sm.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_front_e_sm" FileName="tabs\front_e_sm.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_front_n_sm" FileName="tabs\front_n_sm.tga" /> 
  <Mapping ArtAssetID="tab_tier1_middle_front_w_sm" FileName="tabs\front_w_sm.tga" /> 
  <Mapping ArtAssetID="textbutton_left_normal" FileName="textbutton\left_normal.tga" /> 
  <Mapping ArtAssetID="textbutton_mid_normal" FileName="textbutton\mid_normal.tga" /> 
  <Mapping ArtAssetID="textbutton_right_normal" FileName="textbutton\right_normal.tga" />
  <Mapping ArtAssetID="textbutton_left_mouseover" FileName="textbutton\left_mouseover.tga" /> 
  <Mapping ArtAssetID="textbutton_mid_mouseover" FileName="textbutton\mid_mouseover.tga" />   
  <Mapping ArtAssetID="textbutton_right_mouseover" FileName="textbutton\right_mouseover.tga" /> 
  <Mapping ArtAssetID="textbutton_left_pressed" FileName="textbutton\left_pressed.tga" /> 
  <Mapping ArtAssetID="textbutton_mid_pressed" FileName="textbutton\mid_pressed.tga" /> 
  <Mapping ArtAssetID="textbutton_right_pressed" FileName="textbutton\right_pressed.tga" />  
  <Mapping ArtAssetID="textbutton_left_ghosted" FileName="textbutton\left_ghosted.tga" /> 
  <Mapping ArtAssetID="textbutton_mid_ghosted" FileName="textbutton\mid_ghosted.tga" /> 
  <Mapping ArtAssetID="textbutton_right_ghosted" FileName="textbutton\right_ghosted.tga" />   
  <Mapping ArtAssetID="textbutton_left_highlighted_normal" FileName="textbutton\left_pressed.tga" /> 
  <Mapping ArtAssetID="textbutton_mid_highlighted_normal" FileName="textbutton\mid_pressed.tga" /> 
  <Mapping ArtAssetID="textbutton_right_highlighted_normal" FileName="textbutton\right_pressed.tga" /> 
  <Mapping ArtAssetID="textbutton_left_highlighted_mouseover" FileName="textbutton\left_pressed.tga" /> 
  <Mapping ArtAssetID="textbutton_mid_highlighted_mouseover" FileName="textbutton\mid_pressed.tga" /> 
  <Mapping ArtAssetID="textbutton_right_highlighted_mouseover" FileName="textbutton\right_pressed.tga" /> 
  <Mapping ArtAssetID="textbutton_left_highlighted_pressed" FileName="textbutton\left_pressed.tga" /> 
  <Mapping ArtAssetID="textbutton_mid_highlighted_pressed" FileName="textbutton\mid_pressed.tga" /> 
  <Mapping ArtAssetID="textbutton_right_highlighted_pressed" FileName="textbutton\right_pressed.tga" /> 
-->


<!--  opponent vitals  --> 
 <Mapping ArtAssetID="player_vitals_backdrop" FileName="vitals\freep_0.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_signature_good" FileName="vitals\freep_1.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_defender_good" FileName="vitals\freep_2.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_master_defender_good" FileName="vitals\freep_3.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_avenger_good" FileName="vitals\freep_4.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_hero_good" FileName="vitals\freep_5.tga" /> 
  <Mapping ArtAssetID="swarm_vitals" FileName="vitals\swarm.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop" FileName="vitals\creep_0.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_signature" FileName="vitals\creep_1.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_elite" FileName="vitals\creep_2.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_elitemaster" FileName="vitals\creep_3.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_nemesis" FileName="vitals\creep_4.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_archnemesis" FileName="vitals\creep_5.tga" /> 
  <Mapping ArtAssetID="player_vitals_backdrop_mp" FileName="vitals\freep_0.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_signature_good_mp" FileName="vitals\freep_1.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_defender_good_mp" FileName="vitals\freep_2.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_master_defender_good_mp" FileName="vitals\freep_3.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_avenger_good_mp" FileName="vitals\freep_4.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_hero_good_mp" FileName="vitals\freep_5.tga" /> 
  <Mapping ArtAssetID="swarm_vitals_mp" FileName="vitals\swarm.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_mp" FileName="vitals\creep_0.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_signature_mp" FileName="vitals\creep_1.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_elite_mp" FileName="vitals\creep_2.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_elitemaster_mp" FileName="vitals\creep_3.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_nemesis_mp" FileName="vitals\creep_4.tga" /> 
  <Mapping ArtAssetID="opponent_vitals_backdrop_archnemesis_mp" FileName="vitals\creep_5.tga" /> 


<!-- mainbar -->
	<Mapping ArtAssetID="letterbox_bottom" FileName="Mainbar\letterbox_bottom.tga"></Mapping>
	<Mapping ArtAssetID="letterbox_bottom_left_cap" FileName="Mainbar\endcap.tga"></Mapping>
	<Mapping ArtAssetID="letterbox_bottom_right_cap" FileName="Mainbar\endcap.tga"></Mapping>
	

<!-- attunement meters -->
	<!-- <Mapping ArtAssetID="attunement_sm_1" FileName="Mainbar\Meters\fervor_9_Pips_9pips.tga"></Mapping> -->
	<Mapping ArtAssetID="attunement_sm_10" FileName="Mainbar\Meters\attunement_sm_10.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_11" FileName="Mainbar\Meters\attunement_sm_11.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_12" FileName="Mainbar\Meters\attunement_sm_12.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_13" FileName="Mainbar\Meters\attunement_sm_13.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_14" FileName="Mainbar\Meters\attunement_sm_14.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_15" FileName="Mainbar\Meters\attunement_sm_15.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_16" FileName="Mainbar\Meters\attunement_sm_16.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_17" FileName="Mainbar\Meters\attunement_sm_17.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_18" FileName="Mainbar\Meters\attunement_sm_18.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_19" FileName="Mainbar\Meters\attunement_sm_19.tga"></Mapping>
	<!-- <Mapping ArtAssetID="attunement_sm_2" FileName="Mainbar\Meters\fervor_9_Pips_8pips.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_3" FileName="Mainbar\Meters\fervor_9_Pips_7pips.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_4" FileName="Mainbar\Meters\fervor_9_Pips_6pips.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_5" FileName="Mainbar\Meters\fervor_9_Pips_5pips.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_6" FileName="Mainbar\Meters\fervor_9_Pips_4pips.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_7" FileName="Mainbar\Meters\fervor_9_Pips_3pips.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_8" FileName="Mainbar\Meters\fervor_9_Pips_2pips.tga"></Mapping>
	<Mapping ArtAssetID="attunement_sm_9" FileName="Mainbar\Meters\fervor_9_Pips_1pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_5_Pips_1pips" FileName="Mainbar\Meters\fervor_5_Pips_1pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_5_Pips_2pips" FileName="Mainbar\Meters\fervor_5_Pips_2pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_5_Pips_3pips" FileName="Mainbar\Meters\fervor_5_Pips_3pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_5_Pips_4pips" FileName="Mainbar\Meters\fervor_5_Pips_4pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_5_Pips_5pips" FileName="Mainbar\Meters\fervor_5_Pips_5pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_5_Pips_empty" FileName="Mainbar\Meters\fervor_5_Pips_empty.tga"></Mapping>
	<Mapping ArtAssetID="fervor_9_Pips_1pips" FileName="Mainbar\Meters\fervor_9_Pips_1pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_9_Pips_2pips" FileName="Mainbar\Meters\fervor_9_Pips_2pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_9_Pips_3pips" FileName="Mainbar\Meters\fervor_9_Pips_3pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_9_Pips_4pips" FileName="Mainbar\Meters\fervor_9_Pips_4pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_9_Pips_5pips" FileName="Mainbar\Meters\fervor_9_Pips_5pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_9_Pips_6pips" FileName="Mainbar\Meters\fervor_9_Pips_6pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_9_Pips_7pips" FileName="Mainbar\Meters\fervor_9_Pips_7pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_9_Pips_8pips" FileName="Mainbar\Meters\fervor_9_Pips_8pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_9_Pips_9pips" FileName="Mainbar\Meters\fervor_9_Pips_9pips.tga"></Mapping>
	<Mapping ArtAssetID="fervor_9_Pips_empty" FileName="Mainbar\Meters\fervor_9_Pips_empty.tga"></Mapping>
-->	


<!-- Selection Target Frame -->
	<Mapping ArtAssetID="target_vitals_backdrop_mini" FileName="Frames\target_vitals_backdrop_mini.tga"></Mapping>
	<Mapping ArtAssetID="selection_inanimate_backdrop" FileName="Frames\selection_inanimate_backdrop.tga"></Mapping>
	
	<!-- Selection Target Positioning -->
	<PanelFile ID="ID_UISkin_GamePlay_SelectionTarget">
	  <Element ID="GamePlay_SelectionTarget" X="200" Y="450" Width="98" Height="52"> 
		<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="98" Height="32"> 
		  <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="96" Height="30"> 
			<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="12"> </Element>
			<Element ID="InnerShadow_BottomLeft" X="0" Y="21" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_BottomMid" X="9" Y="21" Width="80" Height="9"> </Element>
			<Element ID="InnerShadow_BottomRight" X="89" Y="21" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidRight" X="89" Y="9" Width="9" Height="12"> </Element>
			<Element ID="InnerShadow_TopRight" X="89" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="80" Height="9"> </Element>
		  </Element>
		  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="52"> </Element>
		  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="51" Width="96" Height="1"> </Element>
		  <Element ID="Box_01_Empty_RightBorder" X="97" Y="0" Width="1" Height="52"> </Element>
		  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="96" Height="1"> </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="98" Height="20"> </Element>
		<Element ID="GamePlay_SelectionTargetDisplay" X="0" Y="20" Width="98" Height="32"> 
		  <Element ID="SelectionTarget_Background" X="0" Y="15" Width="98" Height="17"> </Element>
		  <Element ID="SelectionTargetNameText" X="1" Y="2" Width="96" Height="15"> </Element>
		  <Element ID="SelectionTargetVitalField" X="3" Y="17" Width="94" Height="15"> 
			<Element ID="VitalHealthField" X="0" Y="0" Width="92" Height="6"> 
			  <Element ID="VitalHealthBackground" X="0" Y="0" Width="92" Height="6"> </Element>
			  <Element ID="VitalHealthParentField" X="0" Y="0" Width="92" Height="6"> 
				<Element ID="VitalCurrentDreadField" X="0" Y="0" Width="92" Height="6"> 
				  <Element ID="VitalCurrentDreadMeter" X="0" Y="0" Width="92" Height="6"> </Element>
				</Element>
				<Element ID="VitalCurrentHealthText" X="0" Y="-2" Width="99" Height="10"> </Element>
			  </Element>
			</Element>
			<Element ID="VitalPowerField" X="0" Y="7" Width="92" Height="6"> 
			  <Element ID="VitalPowerBackground" X="0" Y="0" Width="92" Height="6"> </Element>
			  <Element ID="VitalCurrentPowerMeter" X="0" Y="0" Width="92" Height="6"> </Element>
			  <Element ID="CurrentPowerText" X="0" Y="-2" Width="99" Height="10"> </Element>
			</Element>
		  </Element>
		</Element>
		<Element ID="HiddenDragBox_TitleText" X="-80" Y="0" Width="254" Height="20"> </Element>
	  </Element>
	</PanelFile>
	

<!-- fellowship readycheck -->
	<Mapping ArtAssetID="icon_fellowship_readycheck_checking" FileName="Frames\icon_fellowship_readycheck_checking.tga"></Mapping>
	<Mapping ArtAssetID="icon_fellowship_readycheck_notready" FileName="Frames\icon_fellowship_readycheck_notready.tga"></Mapping>
	<Mapping ArtAssetID="icon_fellowship_readycheck_ready" FileName="Frames\icon_fellowship_readycheck_ready.tga"></Mapping>

<!-- Fellowship Frame Positions -->
	<PanelFile ID="ID_UISkin_FellowMiniPanel_1">
	  <Element ID="FellowMiniPanel_1" X="12" Y="119" Width="175" Height="452"> 
		<Element ID="FellowMiniPanelListBox" X="0" Y="20" Width="173" Height="432"> </Element>
		<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="175" Height="432"> 
		  <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="173" Height="430"> 
			<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="412"> </Element>
			<Element ID="InnerShadow_BottomLeft" X="0" Y="421" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_BottomMid" X="9" Y="421" Width="155" Height="9"> </Element>
			<Element ID="InnerShadow_BottomRight" X="154" Y="421" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidRight" X="163" Y="9" Width="9" Height="412"> </Element>
			<Element ID="InnerShadow_TopRight" X="163" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="155" Height="9"> </Element>
		  </Element>
		  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="432"> </Element>
		  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="431" Width="173" Height="1"> </Element>
		  <Element ID="Box_01_Empty_RightBorder" X="174" Y="0" Width="1" Height="432"> </Element>
		  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="173" Height="1"> </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="175" Height="20"> </Element>
		<Element ID="HiddenDragBox_TitleText" X="-17" Y="0" Width="175" Height="20"> </Element>
	  </Element>
	</PanelFile>

	<PanelFile ID="ID_UISkin_FellowMiniPanel_2">
	  <Element ID="FellowMiniPanel_2" X="234" Y="119" Width="175" Height="452"> 
		<Element ID="FellowMiniPanelListBox" X="0" Y="20" Width="173" Height="432"> </Element>
		<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="175" Height="432"> 
		  <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="173" Height="430"> 
			<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="412"> </Element>
			<Element ID="InnerShadow_BottomLeft" X="0" Y="421" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_BottomMid" X="9" Y="421" Width="155" Height="9"> </Element>
			<Element ID="InnerShadow_BottomRight" X="154" Y="421" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidRight" X="163" Y="9" Width="9" Height="412"> </Element>
			<Element ID="InnerShadow_TopRight" X="163" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="155" Height="9"> </Element>
		  </Element>
		  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="432"> </Element>
		  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="431" Width="173" Height="1"> </Element>
		  <Element ID="Box_01_Empty_RightBorder" X="174" Y="0" Width="1" Height="432"> </Element>
		  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="173" Height="1"> </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="175" Height="20"> </Element>
		<Element ID="HiddenDragBox_TitleText" X="-17" Y="0" Width="175" Height="20"> </Element>
	  </Element>
	</PanelFile>

	<PanelFile ID="ID_UISkin_FellowMiniPanel_3">
	  <Element ID="FellowMiniPanel_3" X="578" Y="119" Width="175" Height="452"> 
		<Element ID="FellowMiniPanelListBox" X="0" Y="20" Width="173" Height="432"> </Element>
		<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="175" Height="432"> 
		  <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="173" Height="430"> 
			<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="412"> </Element>
			<Element ID="InnerShadow_BottomLeft" X="0" Y="421" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_BottomMid" X="9" Y="421" Width="155" Height="9"> </Element>
			<Element ID="InnerShadow_BottomRight" X="154" Y="421" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidRight" X="163" Y="9" Width="9" Height="412"> </Element>
			<Element ID="InnerShadow_TopRight" X="163" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="155" Height="9"> </Element>
		  </Element>
		  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="432"> </Element>
		  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="431" Width="173" Height="1"> </Element>
		  <Element ID="Box_01_Empty_RightBorder" X="174" Y="0" Width="1" Height="432"> </Element>
		  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="173" Height="1"> </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="175" Height="20"> </Element>
		<Element ID="HiddenDragBox_TitleText" X="-17" Y="0" Width="175" Height="20"> </Element>
	  </Element>
	</PanelFile>

	<PanelFile ID="ID_UISkin_FellowMiniPanel_4">
	  <Element ID="FellowMiniPanel_4" X="795" Y="119" Width="175" Height="452"> 
		<Element ID="FellowMiniPanelListBox" X="0" Y="20" Width="173" Height="432"> </Element>
		<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="175" Height="432"> 
		  <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="173" Height="430"> 
			<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="412"> </Element>
			<Element ID="InnerShadow_BottomLeft" X="0" Y="421" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_BottomMid" X="9" Y="421" Width="155" Height="9"> </Element>
			<Element ID="InnerShadow_BottomRight" X="154" Y="421" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidRight" X="163" Y="9" Width="9" Height="412"> </Element>
			<Element ID="InnerShadow_TopRight" X="163" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="155" Height="9"> </Element>
		  </Element>
		  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="432"> </Element>
		  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="431" Width="173" Height="1"> </Element>
		  <Element ID="Box_01_Empty_RightBorder" X="174" Y="0" Width="1" Height="432"> </Element>
		  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="173" Height="1"> </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="175" Height="20"> </Element>
		<Element ID="HiddenDragBox_TitleText" X="-17" Y="0" Width="175" Height="20"> </Element>
	  </Element>
	</PanelFile>


<!-- Skirmish Soldier Frame -->
	<Mapping ArtAssetID="skirmish_vitals_backdrop_mini" FileName="Frames\skirmish_vitals_backdrop_mini.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_vitals_backdrop_mini_nosoldier_disabled" FileName="Frames\skirmish_vitals_backdrop_mini_nosoldier_disabled.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_vitals_backdrop_mini_nosoldier_enabled" FileName="Frames\skirmish_vitals_backdrop_mini_nosoldier_enabled.tga"></Mapping>
	
<!-- Escort Frame -->
	<!-- Removed for V3B3 --> <Mapping ArtAssetID="escort_vitals_backdrop_mini" FileName="Frames\escort_vitals_backdrop_mini.tga"></Mapping> 
	
	<!-- Escort Frame 1 Positioning ~ Note: buff/debuff bar untested -->
	<PanelFile ID="ID_UISkin_GamePlay_EscortManagerBox">
	  <Element ID="GamePlay_EscortManagerBox_1" X="244" Y="101" Width="98" Height="90"> 
		<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="98" Height="45"> 
		  <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="96" Height="43"> 
			<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="25"> </Element>
			<Element ID="InnerShadow_BottomLeft" X="0" Y="34" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_BottomMid" X="9" Y="34" Width="78" Height="9"> </Element>
			<Element ID="InnerShadow_BottomRight" X="87" Y="34" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidRight" X="87" Y="9" Width="9" Height="25"> </Element>
			<Element ID="InnerShadow_TopRight" X="87" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="78" Height="9"> </Element>
		  </Element>
		  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="45"> </Element>
		  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="44" Width="96" Height="1"> </Element>
		  <Element ID="Box_01_Empty_RightBorder" X="97" Y="0" Width="1" Height="45"> </Element>
		  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="96" Height="1"> </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="98" Height="20"> </Element>
		<Element ID="HiddenDragBox_TitleText" X="-103" Y="0" Width="254" Height="20"> </Element>
		<Element ID="EscortManager_1" X="0" Y="20" Width="98" Height="70"> 
		  <Element ID="EscortVitalDisplayField" X="0" Y="0" Width="207" Height="73"> 
			<Element ID="EscortVitalField" X="2" Y="11" Width="99" Height="23"> 
			  <Element ID="EscortVitalHealthField" X="1" Y="5" Width="94" Height="6"> 
				<Element ID="VitalHealthBackground" X="0" Y="0" Width="94" Height="6"> </Element>
				<Element ID="VitalHealthParentField" X="0" Y="0" Width="94" Height="6"> 
				  <Element ID="VitalCurrentDreadField" X="0" Y="0" Width="94" Height="6"> 
					<Element ID="VitalCurrentDreadMeter" X="0" Y="0" Width="94" Height="6"> </Element>
				  </Element>
				  <Element ID="VitalCurrentHealthText" X="0" Y="-2" Width="99" Height="10"> </Element>
				</Element>
			  </Element>
			  <Element ID="EscortVitalPowerField" X="1" Y="12" Width="94" Height="6"> 
				<Element ID="VitalPowerBackground" X="0" Y="0" Width="94" Height="6"> </Element>
				<Element ID="VitalCurrentPowerMeter" X="0" Y="0" Width="94" Height="6"> </Element>
				<Element ID="CurrentPowerText" X="0" Y="-2" Width="99" Height="10"> </Element>
			  </Element>
			</Element>
			<Element ID="EscortVitals_Background" X="0" Y="0" Width="1" Height="1"> </Element>
			<!-- Default: Width="98" Height="45" -->
			<Element ID="EscortNameText" X="1" Y="1" Width="96" Height="16"> </Element>
			<Element ID="EscortAssist" X="83" Y="-1" Width="16" Height="16"> </Element>
			<Element ID="EscortEffectDisplay" X="1" Y="30" Width="96" Height="25"> </Element>
		  </Element>
		</Element>
	  </Element>
	  
	  <!-- Escort Frame 2 Positioning ~ buff/debuff bar untested -->
	  <Element ID="GamePlay_EscortManagerBox_2" X="244" Y="101" Width="208" Height="95"> 
		<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="98" Height="45"> 
		  <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="96" Height="43"> 
			<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="25"> </Element>
			<Element ID="InnerShadow_BottomLeft" X="0" Y="34" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_BottomMid" X="9" Y="34" Width="78" Height="9"> </Element>
			<Element ID="InnerShadow_BottomRight" X="87" Y="34" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidRight" X="87" Y="9" Width="9" Height="25"> </Element>
			<Element ID="InnerShadow_TopRight" X="87" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="78" Height="9"> </Element>
		  </Element>
		  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="45"> </Element>
		  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="44" Width="96" Height="1"> </Element>
		  <Element ID="Box_01_Empty_RightBorder" X="97" Y="0" Width="1" Height="45"> </Element>
		  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="96" Height="1"> </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="98" Height="20"> </Element>
		<Element ID="HiddenDragBox_TitleText" X="-103" Y="0" Width="254" Height="20"> </Element>
		<Element ID="EscortManager_2" X="0" Y="20" Width="98" Height="70"> 
		  <Element ID="EscortVitalDisplayField" X="0" Y="0" Width="207" Height="73"> 
			<Element ID="EscortVitalField" X="2" Y="11" Width="99" Height="23"> 
			  <Element ID="EscortVitalHealthField" X="1" Y="5" Width="94" Height="6"> 
				<Element ID="VitalHealthBackground" X="0" Y="0" Width="94" Height="6"> </Element>
				<Element ID="VitalHealthParentField" X="0" Y="0" Width="94" Height="6"> 
				  <Element ID="VitalCurrentDreadField" X="0" Y="0" Width="94" Height="6"> 
					<Element ID="VitalCurrentDreadMeter" X="0" Y="0" Width="94" Height="6"> </Element>
				  </Element>
				  <Element ID="VitalCurrentHealthText" X="0" Y="-2" Width="99" Height="10"> </Element>
				</Element>
			  </Element>
			  <Element ID="EscortVitalPowerField" X="1" Y="12" Width="94" Height="6"> 
				<Element ID="VitalPowerBackground" X="0" Y="0" Width="94" Height="6"> </Element>
				<Element ID="VitalCurrentPowerMeter" X="0" Y="0" Width="94" Height="6"> </Element>
				<Element ID="CurrentPowerText" X="0" Y="-2" Width="99" Height="10"> </Element>
			  </Element>
			</Element>
			<Element ID="EscortVitals_Background" X="0" Y="0" Width="1" Height="1"> </Element>
			<!-- Default: Width="98" Height="45" -->
			<Element ID="EscortNameText" X="2" Y="1" Width="98" Height="16"> </Element>
			<Element ID="EscortAssist" X="83" Y="-1" Width="16" Height="16"> </Element>
			<Element ID="EscortEffectDisplay" X="1" Y="30" Width="96" Height="25"> </Element>
		  </Element>
		</Element>
	  </Element>
	</PanelFile>
	
<!-- Pet Frame -->
	<Mapping ArtAssetID="pet_vitals_backdrop_mini" FileName="Frames\pet_vitals_backdrop_mini.tga"></Mapping>
	
	<!-- Pet Frame Positioning -->
	<PanelFile ID="ID_UISkin_GamePlay_PetManagerBox">
	  <Element ID="GamePlay_PetManagerBox" X="192" Y="68" Width="100" Height="90"> 
		<Element ID="PetManagerField" X="0" Y="20" Width="100" Height="70"> 
		  <Element ID="PetVitalDisplayField" X="0" Y="0" Width="100" Height="70"> 
			<Element ID="PetVitalField" X="2" Y="10" Width="99" Height="23"> 
			  <Element ID="PetVitalHealthField" X="1" Y="5" Width="94" Height="6"> 
				<Element ID="VitalHealthBackground" X="0" Y="0" Width="94" Height="6"> </Element>
				<Element ID="VitalHealthParentField" X="0" Y="0" Width="94" Height="6"> 
				  <Element ID="VitalCurrentDreadField" X="0" Y="0" Width="94" Height="6"> 
					<Element ID="VitalCurrentDreadMeter" X="0" Y="0" Width="94" Height="6"> </Element>
				  </Element>
				  <Element ID="VitalCurrentHealthText" X="0" Y="-2" Width="99" Height="10"> </Element>
				</Element>
			  </Element>
			  <Element ID="PetVitalPowerField" X="1" Y="12" Width="94" Height="6"> 
				<Element ID="VitalPowerBackground" X="0" Y="0" Width="94" Height="6"> </Element>
				<Element ID="VitalCurrentPowerMeter" X="0" Y="0" Width="94" Height="6"> </Element>
				<Element ID="CurrentPowerText" X="0" Y="-2" Width="99" Height="10"> </Element>
			  </Element>
			</Element>
			<Element ID="PetVitals_Background" X="0" Y="0" Width="100" Height="43"> </Element>
			<Element ID="PetNameText" X="3" Y="1" Width="100" Height="14"> </Element>
			<Element ID="PetEffectDisplay" X="1" Y="29" Width="100" Height="37"> </Element>
		  </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="100" Height="43"> 
		  <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="98" Height="41"> 
			<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="23"> </Element>
			<Element ID="InnerShadow_BottomLeft" X="0" Y="32" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_BottomMid" X="9" Y="32" Width="80" Height="9"> </Element>
			<Element ID="InnerShadow_BottomRight" X="89" Y="32" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidRight" X="89" Y="9" Width="9" Height="23"> </Element>
			<Element ID="InnerShadow_TopRight" X="89" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="80" Height="9"> </Element>
		  </Element>
		  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="43"> </Element>
		  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="42" Width="98" Height="1"> </Element>
		  <Element ID="Box_01_Empty_RightBorder" X="99" Y="0" Width="1" Height="43"> </Element>
		  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="98" Height="1"> </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="100" Height="20"> </Element>
		<Element ID="HiddenDragBox_TitleText" X="-70" Y="0" Width="254" Height="20"> </Element>
	  </Element>
	</PanelFile>


<!-- mount frame -->
	<Mapping ArtAssetID="mount_vitals_backdrop_mini" FileName="Frames\mount_vitals_backdrop_mini.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_left_ghosted" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_left_highlight" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_left_normal" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_left_pressed" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_middle_ghosted" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_middle_highlight" FileName="Frames\dismount_button_mouseover.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_middle_normal" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_middle_press" FileName="Frames\dismount_button_pressed.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_right_ghosted" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_right_highlight" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_right_normal" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="button_mount_dismount_right_press" FileName="General\invisible.tga"></Mapping>

<!-- Mount Frame Positioning -->
	<PanelFile ID="ID_UISkin_GamePlay_MountDisplayBox">
	  <Element ID="GamePlay_MountDisplayBox" X="410" Y="500" Width="104" Height="47"> 
		<Element ID="MountDisplayField" X="0" Y="20" Width="104" Height="27"> 
		  <Element ID="MountDurabilityDisplayField" X="2" Y="16" Width="101" Height="9"> 
			<Element ID="MountDurabilityDisplayText" X="0" Y="-6" Width="99" Height="20"> </Element>
		  </Element>
		  <Element ID="MountDurability_Background" X="0" Y="14" Width="104" Height="13"> </Element>
		  <Element ID="MountDisplayField_DismountButton" X="1" Y="1" Width="103" Height="11"> 
			<Element ID="Button_MountTheme_left" X="-1" Y="0" Width="1" Height="1"> </Element>
			<Element ID="Button_MountTheme_middle" X="0" Y="0" Width="103" Height="11"> </Element>
			<Element ID="Button_MountTheme_right" X="-1" Y="0" Width="1" Height="1"> </Element>
			<Element ID="MountDisplayField_Button_Label" X="-1" Y="0" Width="1" Height="1"> </Element>
		  </Element>
		  <Element ID="MountNameText" X="1" Y="0" Width="103" Height="12"> </Element>
		  <Element ID="MountPipDisplayField" X="0" Y="0" Width="90" Height="42"> </Element>
		  <Element ID="MountVitalField" X="2" Y="15" Width="101" Height="14"> 
			<Element ID="VitalHealthBackground" X="0" Y="0" Width="101" Height="11"> </Element>
			<Element ID="VitalHealthParentField" X="0" Y="0" Width="101" Height="14"> 
			  <Element ID="VitalCurrentDreadField" X="0" Y="0" Width="101" Height="6"> 
				<Element ID="VitalCurrentDreadMeter" X="0" Y="0" Width="101" Height="6"> </Element>
			  </Element>
			  <Element ID="VitalCurrentHealthText" X="0" Y="0" Width="99" Height="10"> </Element>
			</Element>
		  </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="104" Height="27"> 
		  <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="102" Height="25"> 
			<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="7"> </Element>
			<Element ID="InnerShadow_BottomLeft" X="0" Y="16" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_BottomMid" X="9" Y="16" Width="84" Height="9"> </Element>
			<Element ID="InnerShadow_BottomRight" X="93" Y="16" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidRight" X="93" Y="9" Width="9" Height="7"> </Element>
			<Element ID="InnerShadow_TopRight" X="93" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="84" Height="9"> </Element>
		  </Element>
		  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="25"> </Element>
		  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="24" Width="102" Height="1"> </Element>
		  <Element ID="Box_01_Empty_RightBorder" X="103" Y="0" Width="1" Height="25"> </Element>
		  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="102" Height="1"> </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="208" Height="20"> </Element>
		<Element ID="HiddenDragBox_TitleText" X="-23" Y="0" Width="254" Height="20"> </Element>
	  </Element>
	</PanelFile>
	
	
<!-- panel base files -->
 <Mapping ArtAssetID="base_box_center_silver" FileName="Panels\panel_c.tga"></Mapping>
    <Mapping ArtAssetID="base_box_center_silver_light" FileName="Panels\panel_c.tga"></Mapping>
    <Mapping ArtAssetID="base_box_titlebar_left" FileName="Panels\panel_titlebar_left.tga"></Mapping>
    <Mapping ArtAssetID="base_box_titlebar_left_gold" FileName="Panels\panel_titlebar_left.tga"></Mapping>
    <Mapping ArtAssetID="base_box_titlebar_right" FileName="Panels\panel_titlebar_right.tga"></Mapping>
    <Mapping ArtAssetID="base_box_titlebar_right_gold" FileName="Panels\panel_titlebar_right.tga"></Mapping>
    <Mapping ArtAssetID="base_box_titlebar_top" FileName="Panels\panel_titlebar_top.tga"></Mapping>
    <Mapping ArtAssetID="base_box_titlebar_top_gold" FileName="Panels\panel_titlebar_top.tga"></Mapping>
 <Mapping ArtAssetID="box_silver_bottom" FileName="Panels\panel_b.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_bottom_left" FileName="Panels\panel_bl.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_bottom_left_light" FileName="Panels\panel_bl.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_bottom_left_noadorn" FileName="Panels\panel_bl.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_bottom_light" FileName="Panels\panel_b.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_lower_right" FileName="Panels\panel_br.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_lower_right_light" FileName="Panels\panel_br.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_lower_right_noadorn" FileName="Panels\panel_br.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_side_left" FileName="Panels\panel_l.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_side_left_light" FileName="Panels\panel_l.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_side_right" FileName="Panels\panel_r.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_side_right_light" FileName="Panels\panel_r.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_upper" FileName="Panels\panel_t.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_upper_left" FileName="Panels\panel_tl.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_upper_left_light" FileName="Panels\panel_tl.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_upper_left_noadorn" FileName="Panels\panel_tl.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_upper_light" FileName="Panels\panel_t.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_upper_right" FileName="Panels\panel_tr.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_upper_right_light" FileName="Panels\panel_tr.tga"></Mapping>
    <Mapping ArtAssetID="box_silver_upper_right_noadorn" FileName="Panels\panel_tr.tga"></Mapping>
 <Mapping ArtAssetID="tab_tier1_middle_back_e" FileName="Panels\Tabs\tab_top_back_r.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_back_e_sm" FileName="Panels\Tabs\tab_bottom_back_r.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_back_n" FileName="Panels\Tabs\tab_top_back_c.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_back_n_sm" FileName="Panels\Tabs\tab_bottom_back_c.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_back_w" FileName="Panels\Tabs\tab_top_back_l.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_back_w_sm" FileName="Panels\Tabs\tab_bottom_back_l.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_front_e" FileName="Panels\Tabs\tab_top_front_r.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_front_e_sm" FileName="Panels\Tabs\tab_bottom_front_r.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_front_n" FileName="Panels\Tabs\tab_top_front_c.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_front_n_sm" FileName="Panels\Tabs\tab_bottom_front_c.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_front_w" FileName="Panels\Tabs\tab_top_front_l.tga"></Mapping>
    <Mapping ArtAssetID="tab_tier1_middle_front_w_sm" FileName="Panels\Tabs\tab_bottom_front_l.tga"></Mapping>
 <Mapping ArtAssetID="textbutton_left_ghosted" FileName="Panels\Buttons\button_l_ghost.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_left_highlighted_mouseover" FileName="Panels\Buttons\button_l_mouseover.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_left_highlighted_normal" FileName="Panels\Buttons\button_l_highlight.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_left_highlighted_pressed" FileName="Panels\Buttons\button_l_highlight.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_left_mouseover" FileName="Panels\Buttons\button_l_mouseover.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_left_normal" FileName="Panels\Buttons\button_l_normal.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_left_pressed" FileName="Panels\Buttons\button_l_normal.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_mid_ghosted" FileName="Panels\Buttons\button_c_ghost.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_mid_highlighted_mouseover" FileName="Panels\Buttons\button_c_mouseover.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_mid_highlighted_normal" FileName="Panels\Buttons\button_c_highlight.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_mid_highlighted_pressed" FileName="Panels\Buttons\button_c_highlight.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_mid_mouseover" FileName="Panels\Buttons\button_c_mouseover.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_mid_normal" FileName="Panels\Buttons\button_c_normal.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_mid_pressed" FileName="Panels\Buttons\button_c_normal.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_right_ghosted" FileName="Panels\Buttons\button_r_ghost.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_right_highlighted_mouseover" FileName="Panels\Buttons\button_r_mouseover.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_right_highlighted_normal" FileName="Panels\Buttons\button_r_highlight.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_right_highlighted_pressed" FileName="Panels\Buttons\button_r_highlight.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_right_mouseover" FileName="Panels\Buttons\button_r_mouseover.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_right_normal" FileName="Panels\Buttons\button_r_normal.tga"></Mapping>
    <Mapping ArtAssetID="textbutton_right_pressed" FileName="Panels\Buttons\button_r_normal.tga"></Mapping>
 <Mapping ArtAssetID="titlebar_X_2" FileName="Panels\Buttons\titlebar_X_2.tga"></Mapping>
    <Mapping ArtAssetID="titlebar_X_2_mouseover" FileName="Panels\Buttons\titlebar_X_2_mouseover.tga"></Mapping>
    <Mapping ArtAssetID="titlebar_X_2_pressed" FileName="Panels\Buttons\titlebar_X_2_pressed.tga"></Mapping>


<!-- Item Advancement Menus -->
	<Mapping ArtAssetID="icon_overlay_ia_slottedinblue" FileName="Panels\IA\icon_overlay_ia_slottedinblue.tga"></Mapping>
	<Mapping ArtAssetID="icon_overlay_ia_slottedingreen" FileName="Panels\IA\icon_overlay_ia_slottedingreen.tga"></Mapping>
	<Mapping ArtAssetID="icon_overlay_ia_slottedinorange" FileName="Panels\IA\icon_overlay_ia_slottedinorange.tga"></Mapping>
	<Mapping ArtAssetID="icon_overlay_ia_slottedinpurple" FileName="Panels\IA\icon_overlay_ia_slottedinpurple.tga"></Mapping>
	<Mapping ArtAssetID="icon_overlay_ia_slottedinred" FileName="Panels\IA\icon_overlay_ia_slottedinred.tga"></Mapping>
	<Mapping ArtAssetID="icon_overlay_ia_slottedinyellow" FileName="Panels\IA\icon_overlay_ia_slottedinyellow.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_coloredBoxes_blue" FileName="Panels\IA\itemAdvancement_coloredBoxes_blue.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_coloredBoxes_green" FileName="Panels\IA\itemAdvancement_coloredBoxes_blue.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_coloredBoxes_orange" FileName="Panels\IA\itemAdvancement_coloredBoxes_blue.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_coloredBoxes_purple" FileName="Panels\IA\itemAdvancement_coloredBoxes_blue.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_coloredBoxes_red" FileName="Panels\IA\itemAdvancement_coloredBoxes_blue.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_coloredBoxes_yellow" FileName="Panels\IA\itemAdvancement_coloredBoxes_blue.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_header_emptySlot" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_header_normal" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_runicSlot_begining_available" FileName="Panels\IA\ia_runeslot.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_runicSlot_beginning_sm" FileName="Panels\IA\ia_runeslot_sm.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_runicSlot_crafted_available" FileName="Panels\IA\ia_runeslot.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_runicSlot_end_available" FileName="Panels\IA\ia_runeslot.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_runicSlot_end_sm" FileName="Panels\IA\ia_runeslot_sm.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_runicSlot_fable_sm" FileName="Panels\IA\ia_runeslot_sm.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_runicSlot_middle_available" FileName="Panels\IA\ia_runeslot.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_runicSlot_middle_sm" FileName="Panels\IA\ia_runeslot_sm.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_runicSlot_normal_unavailable" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_blue_center_active" FileName="Panels\IA\itemAdvancement_tab_blue_center_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_blue_center_inactive" FileName="Panels\IA\itemAdvancement_tab_blue_center_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_blue_left_active" FileName="Panels\IA\itemAdvancement_tab_blue_left_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_blue_left_inactive" FileName="Panels\IA\itemAdvancement_tab_blue_left_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_blue_right_active" FileName="Panels\IA\itemAdvancement_tab_blue_right_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_blue_right_inactive" FileName="Panels\IA\itemAdvancement_tab_blue_right_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_green_center_active" FileName="Panels\IA\itemAdvancement_tab_green_center_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_green_center_inactive" FileName="Panels\IA\itemAdvancement_tab_green_center_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_green_left_active" FileName="Panels\IA\itemAdvancement_tab_green_left_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_green_left_inactive" FileName="Panels\IA\itemAdvancement_tab_green_left_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_green_right_active" FileName="Panels\IA\itemAdvancement_tab_green_right_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_green_right_inactive" FileName="Panels\IA\itemAdvancement_tab_green_right_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_orange_center_active" FileName="Panels\IA\itemAdvancement_tab_orange_center_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_orange_center_inactive" FileName="Panels\IA\itemAdvancement_tab_orange_center_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_orange_left_active" FileName="Panels\IA\itemAdvancement_tab_orange_left_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_orange_left_inactive" FileName="Panels\IA\itemAdvancement_tab_orange_left_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_orange_right_active" FileName="Panels\IA\itemAdvancement_tab_orange_right_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_orange_right_inactive" FileName="Panels\IA\itemAdvancement_tab_orange_right_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_purple_center_active" FileName="Panels\IA\itemAdvancement_tab_purple_center_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_purple_center_inactive" FileName="Panels\IA\itemAdvancement_tab_purple_center_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_purple_left_active" FileName="Panels\IA\itemAdvancement_tab_purple_left_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_purple_left_inactive" FileName="Panels\IA\itemAdvancement_tab_purple_left_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_purple_right_active" FileName="Panels\IA\itemAdvancement_tab_purple_right_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_purple_right_inactive" FileName="Panels\IA\itemAdvancement_tab_purple_right_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_red_center_active" FileName="Panels\IA\itemAdvancement_tab_red_center_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_red_center_inactive" FileName="Panels\IA\itemAdvancement_tab_red_center_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_red_left_active" FileName="Panels\IA\itemAdvancement_tab_red_left_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_red_left_inactive" FileName="Panels\IA\itemAdvancement_tab_red_left_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_red_right_active" FileName="Panels\IA\itemAdvancement_tab_red_right_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_red_right_inactive" FileName="Panels\IA\itemAdvancement_tab_red_right_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_yellow_center_active" FileName="Panels\IA\itemAdvancement_tab_yellow_center_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_yellow_center_inactive" FileName="Panels\IA\itemAdvancement_tab_yellow_center_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_yellow_left_active" FileName="Panels\IA\itemAdvancement_tab_yellow_left_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_yellow_left_inactive" FileName="Panels\IA\itemAdvancement_tab_yellow_left_inactive.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_yellow_right_active" FileName="Panels\IA\itemAdvancement_tab_yellow_right_active.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_tab_yellow_right_inactive" FileName="Panels\IA\itemAdvancement_tab_yellow_right_inactive.tga"></Mapping>
	
	<Mapping ArtAssetID="itemAdvancement_examination_subheader" FileName="Panels\IA\itemAdvancement_examination_subheader.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_header_examination" FileName="Panels\IA\itemAdvancement_examination_header.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_header_itemSlot" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_header_rightBorder" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_header_titleBg" FileName="Panels\IA\itemAdvancement_header_titleBg.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_inspect_background" FileName="General\invisible.tga"></Mapping>
	
	<Mapping ArtAssetID="itemAdvancement_identify_bg" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_reforge" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_reforge_ghosted" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_resultsForge_left" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="itemAdvancement_resultsForge_right" FileName="General\invisible.tga"></Mapping>


<!-- mail -->
	<Mapping ArtAssetID="blue_mail_select_highlight_active" FileName="Panels\Mail\blue_mail_select_highlight_active.tga"></Mapping>
	<Mapping ArtAssetID="blue_mail_select_normal" FileName="Panels\Mail\blue_mail_select_normal.tga"></Mapping>
	<Mapping ArtAssetID="mail_base_compose" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="mail_base_home" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="mail_base_open" FileName="General\invisible.tga"></Mapping>


<!-- specific backgrounds and panel pieces -->
	<Mapping ArtAssetID="accomplishment_book_background" FileName="Panels\Backgrounds\accomplishment_book_background.tga"></Mapping>
	<Mapping ArtAssetID="ActionPicker_Base_Background" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="Auction_Base_BG" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_burglar_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_captain_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_champion_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_guardian_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_hunter_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_loremaster_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_minstrel_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_runkeeper_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_warden_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_dwarf_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_elf_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_hobbit_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_equippedpage_human_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_racepage_human" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_traits_virtues" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_traits_legendary" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_bard_personal_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_bard_role_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_bard_skill_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="backgrounds_bard_training_panel" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="Barter_title_bar" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="Barter_title_bar_low" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="BaseBox_BlueBG" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_bottomleft" FileName="Panels\Backgrounds\basepanel_bottomleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_bottommid" FileName="Panels\Backgrounds\basepanel_bottommid.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_bottomright" FileName="Panels\Backgrounds\basepanel_bottomright.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_midleft" FileName="Panels\Backgrounds\basepanel_midleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_midright" FileName="Panels\Backgrounds\basepanel_midleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_topleft" FileName="Panels\Backgrounds\basepanel_topleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_topmid" FileName="Panels\Backgrounds\basepanel_topmid.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_topright" FileName="Panels\Backgrounds\basepanel_topright.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_bottomleft_blue" FileName="Panels\Backgrounds\basepanel_bottomleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_bottommid_blue" FileName="Panels\Backgrounds\basepanel_bottommid.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_bottomright_blue" FileName="Panels\Backgrounds\basepanel_bottomright.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_midleft_blue" FileName="Panels\Backgrounds\basepanel_midleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_midright_blue" FileName="Panels\Backgrounds\basepanel_midleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_topleft_blue" FileName="Panels\Backgrounds\basepanel_topleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_topmid_blue" FileName="Panels\Backgrounds\basepanel_topmid.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_topright_blue" FileName="Panels\Backgrounds\basepanel_topright.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_bottomleft_brown" FileName="Panels\Backgrounds\basepanel_bottomleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_bottommid_brown" FileName="Panels\Backgrounds\basepanel_bottommid.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_bottomright_brown" FileName="Panels\Backgrounds\basepanel_bottomright.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_midleft_brown" FileName="Panels\Backgrounds\basepanel_midleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_midright_brown" FileName="Panels\Backgrounds\basepanel_midleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_topleft_brown" FileName="Panels\Backgrounds\basepanel_topleft.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_topmid_brown" FileName="Panels\Backgrounds\basepanel_topmid.tga"></Mapping>
	<Mapping ArtAssetID="basepanel_topright_brown" FileName="Panels\Backgrounds\basepanel_topright.tga"></Mapping>
	<Mapping ArtAssetID="blue_horizontal_bar" FileName="Panels\Backgrounds\blue_horizontal_bar.tga"></Mapping>
	<Mapping ArtAssetID="bluebox_b" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="bluebox_bl" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="bluebox_br" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="bluebox_c" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="bluebox_l" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="bluebox_r" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="bluebox_t" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="bluebox_tl" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="bluebox_tr" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection" FileName="General\selection_highlight.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_ghosted" FileName="Panels\Backgrounds\blue_selection_skilltrainer_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_highlight_active" FileName="Panels\Backgrounds\blue_selection_skilltrainer_highlight_active.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_normal" FileName="Panels\Backgrounds\blue_selection_skilltrainer_normal.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_normal_b" FileName="Panels\Backgrounds\blue_selection_skilltrainer_normal_b.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_normal_bl" FileName="Panels\Backgrounds\blue_selection_skilltrainer_normal_bl.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_normal_br" FileName="Panels\Backgrounds\blue_selection_skilltrainer_normal_br.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_normal_c" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_normal_l" FileName="Panels\Backgrounds\blue_selection_skilltrainer_normal_l.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_normal_r" FileName="Panels\Backgrounds\blue_selection_skilltrainer_normal_r.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_normal_t" FileName="Panels\Backgrounds\blue_selection_skilltrainer_normal_t.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_normal_tl" FileName="Panels\Backgrounds\blue_selection_skilltrainer_normal_tl.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_skilltrainer_normal_tr" FileName="Panels\Backgrounds\blue_selection_skilltrainer_normal_tr.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_vendor_item_highlight_active" FileName="Panels\Backgrounds\blue_selection_vendor_item_highlight_active.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_vendor_item_normal" FileName="Panels\Backgrounds\blue_selection_vendor_item_normal.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_vendor_item_repair_highlight" FileName="Panels\Backgrounds\blue_selection_skilltrainer_highlight_active.tga"></Mapping>
	<Mapping ArtAssetID="blue_selection_vendor_item_repair_normal" FileName="Panels\Backgrounds\blue_selection_skilltrainer_normal.tga"></Mapping>
	<Mapping ArtAssetID="border_backgrounds_traits_virtues" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="box_01_titlebar" FileName="Panels\Backgrounds\box_01_titlebar.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_left_ghosted" FileName="Panels\Backgrounds\box_questJournal_entry_left_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_left_hightlight" FileName="Panels\Backgrounds\box_questJournal_entry_left_hightlight.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_left_normal" FileName="Panels\Backgrounds\box_questJournal_entry_left_normal.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_left_normal_pressed" FileName="Panels\Backgrounds\box_questJournal_left_middle_normal.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_left_rollover" FileName="Panels\Backgrounds\box_questJournal_entry_left_rollover.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_middle_ghosted" FileName="Panels\Backgrounds\box_questJournal_entry_middle_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_middle_hightlight" FileName="Panels\Backgrounds\box_questJournal_entry_middle_hightlight.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_middle_normal" FileName="Panels\Backgrounds\box_questJournal_entry_middle_normal.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_middle_normal_pressed" FileName="Panels\Backgrounds\box_questJournal_entry_middle_normal.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_middle_rollover" FileName="Panels\Backgrounds\box_questJournal_entry_middle_rollover.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_right_ghosted" FileName="Panels\Backgrounds\box_questJournal_entry_right_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_right_hightlight" FileName="Panels\Backgrounds\box_questJournal_entry_right_hightlight.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_right_normal" FileName="Panels\Backgrounds\box_questJournal_entry_right_normal.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_right_normal_pressed" FileName="Panels\Backgrounds\box_questJournal_right_middle_normal.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_entry_right_rollover" FileName="Panels\Backgrounds\box_questJournal_entry_right_rollover.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_header_center" FileName="Panels\Backgrounds\box_questJournal_header_center.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_header_left" FileName="Panels\Backgrounds\box_questJournal_header_left.tga"></Mapping>
	<Mapping ArtAssetID="box_questJournal_header_right" FileName="Panels\Backgrounds\box_questJournal_header_right.tga"></Mapping>
	<Mapping ArtAssetID="dressing_room_dye_background" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="housing_enterneighborhood_bg_center" FileName="Panels\Backgrounds\housing_enterneighborhood_bg_center.tga"></Mapping>
	<Mapping ArtAssetID="housing_enterneighborhood_bg_left" FileName="Panels\Backgrounds\housing_enterneighborhood_bg_left.tga"></Mapping>
	<Mapping ArtAssetID="housing_enterneighborhood_bg_right" FileName="Panels\Backgrounds\housing_enterneighborhood_bg_right.tga"></Mapping>
	<Mapping ArtAssetID="housing_searchneighborhood_bg_center" FileName="Panels\Backgrounds\housing_searchneighborhood_bg_center.tga"></Mapping>
	<Mapping ArtAssetID="housing_searchneighborhood_bg_left" FileName="Panels\Backgrounds\housing_searchneighborhood_bg_left.tga"></Mapping>
	<Mapping ArtAssetID="housing_searchneighborhood_bg_right" FileName="Panels\Backgrounds\housing_searchneighborhood_bg_right.tga"></Mapping>
	<Mapping ArtAssetID="journal_character_header_bg" FileName="Panels\Backgrounds\journal_character_header_bg.tga"></Mapping>
	<Mapping ArtAssetID="journal_paperdoll_border" FileName="Panels\Backgrounds\journal_paperdoll_border.tga"></Mapping>
	<Mapping ArtAssetID="journal_paperdoll_border_inspect" FileName="Panels\Backgrounds\journal_paperdoll_border_inspect.tga"></Mapping>
	<Mapping ArtAssetID="journal_paperdoll_item_background_cosmetic1_left" FileName="Panels\Backgrounds\journal_paperdoll_item_background_left.tga"></Mapping>
	<Mapping ArtAssetID="journal_paperdoll_item_background_cosmetic1_right" FileName="Panels\Backgrounds\journal_paperdoll_item_background_right.tga"></Mapping>
	<Mapping ArtAssetID="journal_paperdoll_item_background_cosmetic2_left" FileName="Panels\Backgrounds\journal_paperdoll_item_background_left.tga"></Mapping>
	<Mapping ArtAssetID="journal_paperdoll_item_background_cosmetic2_right" FileName="Panels\Backgrounds\journal_paperdoll_item_background_right.tga"></Mapping>
	<Mapping ArtAssetID="journal_paperdoll_item_background_left" FileName="Panels\Backgrounds\journal_paperdoll_item_background_left.tga"></Mapping>
	<Mapping ArtAssetID="journal_paperdoll_item_background_right" FileName="Panels\Backgrounds\journal_paperdoll_item_background_right.tga"></Mapping>
	<Mapping ArtAssetID="legendary_backdrop_traits" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="money_player_all_background" FileName="Panels\Backgrounds\money_player_all_background.tga"></Mapping>
	<Mapping ArtAssetID="money_player_all_background_short" FileName="Panels\Backgrounds\money_player_all_background_short.tga"></Mapping>
	<Mapping ArtAssetID="money_player_all_background_sm" FileName="Panels\Backgrounds\money_player_all_background_sm.tga"></Mapping>
	<Mapping ArtAssetID="Options_menu_side_bar" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="options_panel_divider" FileName="Panels\Backgrounds\options_panel_divider.tga"></Mapping>
	<Mapping ArtAssetID="panel_border" FileName="Panels\Backgrounds\panel_border.tga"></Mapping>
	<Mapping ArtAssetID="pedigree_bg" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="quest_journal_header_bg" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="quest_objective_tool_tip" FileName="Panels\Backgrounds\quest_objective_tool_tip.tga"></Mapping>
	<Mapping ArtAssetID="SkillTrainer_basebar_high" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_bard_availableTraits_BG_personal" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_bard_availableTraits_BG_role" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_bard_availableTraits_BG_skill" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_bard_availableTraits_BG_training" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_corner_BL" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_corner_BR" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_corner_UL" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_embellishemnt_left" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_embellishemnt_right" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_stats_bkg" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_stats_value_bg" FileName="Panels\Backgrounds\skirmish_stats_value_bg.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_bkg" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_box_equipped_personal" FileName="Panels\Backgrounds\skirmish_traits_box_equipped.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_box_equipped_role" FileName="Panels\Backgrounds\skirmish_traits_box_equipped.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_box_equipped_skill" FileName="Panels\Backgrounds\skirmish_traits_box_equipped.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_box_equipped_training" FileName="Panels\Backgrounds\skirmish_traits_box_equipped.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_box_uneq_personal" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_box_uneq_role" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_box_uneq_skill" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_box_uneq_training" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_box_uneq_unearned" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_equipped_title" FileName="Panels\Backgrounds\skirmish_traits_equipped_title.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_uneq" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_uneq_personal_bkg" FileName="Panels\Backgrounds\skirmish_traits_uneq_bg.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_uneq_role_bkg" FileName="Panels\Backgrounds\skirmish_traits_uneq_bg.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_uneq_skill_bkg" FileName="Panels\Backgrounds\skirmish_traits_uneq_bg.tga"></Mapping>
	<Mapping ArtAssetID="skirmish_traits_uneq_training_bkg" FileName="Panels\Backgrounds\skirmish_traits_uneq_bg.tga"></Mapping>
	<Mapping ArtAssetID="stable_master_bg" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="ButtonBar" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="storage_fill_base" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="storage_fill_frame" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="storage_sortbar" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="trait_bard_availableTraits_BG_legendary" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="trait_bard_availableTraits_BG_virtue" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="trait_border_class_box" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_classTraits_divider_blue" FileName="General\selection_highlight.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_classTraits_legendarySlot" FileName="Panels\Backgrounds\traitSets_classTraits_legendarySlot.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_equippedTraits_classBonuses_burglar" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_equippedTraits_classBonuses_captain" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_equippedTraits_classBonuses_champion" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_equippedTraits_classBonuses_guardian" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_equippedTraits_classBonuses_hunter" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_equippedTraits_classBonuses_loremaster" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_equippedTraits_classBonuses_minstrel" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_equippedTraits_classBonuses_runekeeper" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_equippedTraits_classBonuses_warden" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="traitSets_virtueTraits_bg" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="Vendor_basebar_high" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="Vendor_basebar_low" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="worldjoin_bg" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="worldjoin_deco_L" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="worldjoin_deco_R" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="worldjoin_epic_border_overlay" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="worldjoin_field_BG" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="worldjoin_topbar" FileName="General\overlay.tga"></Mapping>
	<Mapping ArtAssetID="worldjoin_travel_bg" FileName="Panels\Backgrounds\worldjoin_travel_bg.tga"></Mapping>
	

<!-- panel icons -->
	<Mapping ArtAssetID="inv_costume_overlay" FileName="Panels\Icons\inv_costume_overlay.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_back" FileName="Panels\Icons\inv_slot_back.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_bracelet1" FileName="Panels\Icons\inv_slot_bracelet1.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_bracelet1_ghosted" FileName="Panels\Icons\inv_slot_bracelet1_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_bracelet2" FileName="Panels\Icons\inv_slot_bracelet2.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_bracelet2_ghosted" FileName="Panels\Icons\inv_slot_bracelet2_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_class" FileName="Panels\Icons\inv_slot_class.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_feet" FileName="Panels\Icons\inv_slot_feet.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_hands" FileName="Panels\Icons\inv_slot_hands.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_head" FileName="Panels\Icons\inv_slot_head.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_leftear" FileName="Panels\Icons\inv_slot_leftear.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_leftear_ghosted" FileName="Panels\Icons\inv_slot_leftear_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_leftring" FileName="Panels\Icons\inv_slot_leftring.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_leftring_ghosted" FileName="Panels\Icons\inv_slot_leftring_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_lowerbody" FileName="Panels\Icons\inv_slot_lowerbody.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_neck" FileName="Panels\Icons\inv_slot_neck.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_neck_ghosted" FileName="Panels\Icons\inv_slot_neck_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_pocket" FileName="Panels\Icons\inv_slot_pocket.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_pocket_ghosted" FileName="Panels\Icons\inv_slot_pocket_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_rightear" FileName="Panels\Icons\inv_slot_rightear.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_rightear_ghosted" FileName="Panels\Icons\inv_slot_rightear_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_rightring" FileName="Panels\Icons\inv_slot_rightring.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_rightring_ghosted" FileName="Panels\Icons\inv_slot_rightring_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_shoulder" FileName="Panels\Icons\inv_slot_shoulder.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_upperbody" FileName="Panels\Icons\inv_slot_upperbody.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_weapon1" FileName="Panels\Icons\inv_slot_weapon1.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_weapon1_ghosted" FileName="Panels\Icons\inv_slot_weapon1_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_weapon2" FileName="Panels\Icons\inv_slot_weapon2.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_weapon2_ghosted" FileName="Panels\Icons\inv_slot_weapon2_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_weapon3" FileName="Panels\Icons\inv_slot_weapon3.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_weapon3_ghosted" FileName="Panels\Icons\inv_slot_weapon3_ghosted.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_weapon4" FileName="Panels\Icons\inv_slot_weapon4.tga"></Mapping>
	<Mapping ArtAssetID="inv_slot_weapon4_ghosted" FileName="Panels\Icons\inv_slot_weapon4_ghosted.tga"></Mapping>


<!-- these should be used, but the underlying graphic is bright green -->
	<Mapping ArtAssetID="slot_traits" FileName="Panels\Icons\slot_traits.tga"></Mapping>
	<Mapping ArtAssetID="slot_traits_locked" FileName="Panels\Icons\slot_traits_locked.tga"></Mapping>

		
<!-- Chat Tabs -->
	<Mapping ArtAssetID="chat_tab_tier1_middle_back_e" FileName="Panels\Tabs\tab_chat_back_r.tga"></Mapping>
    <Mapping ArtAssetID="chat_tab_tier1_middle_back_n" FileName="Panels\Tabs\tab_chat_back_c.tga"></Mapping>
    <Mapping ArtAssetID="chat_tab_tier1_middle_back_w" FileName="Panels\Tabs\tab_chat_back_l.tga"></Mapping>
    <Mapping ArtAssetID="chat_tab_tier1_middle_front_e" FileName="Panels\Tabs\tab_chat_front_r.tga"></Mapping>
    <Mapping ArtAssetID="chat_tab_tier1_middle_front_n" FileName="Panels\Tabs\tab_chat_front_c.tga"></Mapping>
    <Mapping ArtAssetID="chat_tab_tier1_middle_front_w" FileName="Panels\Tabs\tab_chat_front_l.tga"></Mapping>
    <Mapping ArtAssetID="chat_unread_overlay" FileName="Panels\Tabs\tab_chat_unread_overlay.tga"></Mapping>
	
<!-- Quest Tracker Window -->
	<Mapping ArtAssetID="questTrackerWindow_b" FileName="Tracker\questTrackerWindow_b.tga"></Mapping>
	<Mapping ArtAssetID="questTrackerWindow_bl" FileName="Tracker\questTrackerWindow_bl.tga"></Mapping>
	<Mapping ArtAssetID="questTrackerWindow_br" FileName="Tracker\questTrackerWindow_br.tga"></Mapping>
	<Mapping ArtAssetID="questTrackerWindow_c" FileName="Tracker\questTrackerWindow_c.tga"></Mapping>
	<Mapping ArtAssetID="questTrackerWindow_l" FileName="Tracker\questTrackerWindow_l.tga"></Mapping>
	<Mapping ArtAssetID="questTrackerWindow_r" FileName="Tracker\questTrackerWindow_r.tga"></Mapping>
	<Mapping ArtAssetID="questTrackerWindow_t" FileName="Tracker\questTrackerWindow_t.tga"></Mapping>
	<Mapping ArtAssetID="questTrackerWindow_tl" FileName="Tracker\questTrackerWindow_tl.tga"></Mapping>
	<Mapping ArtAssetID="questTrackerWindow_tr" FileName="Tracker\questTrackerWindow_tr.tga"></Mapping>
	
<!-- Progress Bars -->
	<Mapping ArtAssetID="progress_overlay_accomplishment" FileName="Progress\progress_overlay_accomplishment.tga"></Mapping>
	<Mapping ArtAssetID="progress_overlay_background_accomplishment" FileName="Progress\progress_overlay_background_accomplishment.tga"></Mapping>
	<Mapping ArtAssetID="progress_overlay_background_center" FileName="Progress\progress_overlay_background_center.tga"></Mapping>
	<Mapping ArtAssetID="progress_overlay_background_left" FileName="Progress\progress_overlay_background_left.tga"></Mapping>
	<Mapping ArtAssetID="progress_overlay_background_right" FileName="Progress\progress_overlay_background_right.tga"></Mapping>
	<Mapping ArtAssetID="progress_overlay_center" FileName="Progress\progress_overlay_center.tga"></Mapping>
	<Mapping ArtAssetID="progress_overlay_left" FileName="Progress\progress_overlay_left.tga"></Mapping>
	<Mapping ArtAssetID="progress_overlay_right" FileName="Progress\progress_overlay_right.tga"></Mapping>


<!-- large attunement bar -->
	<!--
        <Mapping ArtAssetID="attunementFrame_bal" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="attunementFrame_dmg1" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="attunementFrame_dmg2" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="attunementFrame_dmg3" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="attunementFrame_dmg4" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="attunementFrame_heal1" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="attunementFrame_heal2" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="attunementFrame_heal3" FileName="General\invisible.tga"></Mapping>
	<Mapping ArtAssetID="attunementFrame_heal4" FileName="General\invisible.tga"></Mapping>
	-->
	
<!-- Attunement Bar Positioning -->
	<PanelFile ID="ID_UISkin_GamePlay_AtunementBar">
	  <Element ID="GamePlay_AtunementBar" X="753" Y="629" Width="200" Height="48"> 
		<Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="200" Height="28"> 
		  <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="198" Height="26"> 
			<Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="8"> </Element>
			<Element ID="InnerShadow_BottomLeft" X="0" Y="17" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_BottomMid" X="9" Y="17" Width="182" Height="9"> </Element>
			<Element ID="InnerShadow_BottomRight" X="191" Y="17" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_MidRight" X="191" Y="9" Width="9" Height="8"> </Element>
			<Element ID="InnerShadow_TopRight" X="191" Y="0" Width="9" Height="9"> </Element>
			<Element ID="InnerShadow_TopMid" X="9" Y="0" Width="182" Height="9"> </Element>
		  </Element>
		  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="28"> </Element>
		  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="27" Width="198" Height="1"> </Element>
		  <Element ID="Box_01_Empty_RightBorder" X="199" Y="0" Width="1" Height="28"> </Element>
		  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="198" Height="1"> </Element>
		</Element>
		<Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="200" Height="20"> </Element>
		<Element ID="HiddenDragBox_TitleText" X="-27" Y="0" Width="254" Height="20"> </Element>
		<Element ID="GamePlay_AtunementPipDisplay" X="0" Y="20" Width="200" Height="28"> 
		  <Element ID="damageSymbol" X="5" Y="6" Width="14" Height="16"> </Element>
		  <Element ID="healSymbol" X="182" Y="5" Width="15" Height="15"> </Element>
		  <Element ID="PipDisplay_Atunement_Frame" X="0" Y="0" Width="222" Height="55"> </Element>
		  <Element ID="PipDisplay_Atunement_Pips" X="0" Y="0" Width="200" Height="28"> </Element>
		  <Element ID="PipDisplay_Atunement_Rune" X="86" Y="0" Width="29" Height="29"> </Element>
		</Element>
	  </Element>
	</PanelFile>


<!-- dressing room for 1680x1050 and up -->
<PanelFile ID="ID_UISkin_GamePlay_DressingRoom_Activatable">
 <Element ID="GamePlay_DressingRoom_Activatable" X="0" Y="0" Width="1655" Height="1010"> 
 <Element ID="DressingRoom_CloseButton" X="7" Y="37" Width="16" Height="16"> </Element>
 <Element ID="DressingRoom_ResetButton" X="5" Y="360" Width="102" Height="20"> </Element>
 <Element ID="DyeColorMenu_Chest" X="23" Y="197" Width="120" Height="26"> </Element>
 <Element ID="DyeColorMenu_Head_Label" X="23" Y="53" Width="126" Height="20"> </Element>
 <Element ID="DyeColorMenu_Back_Label" X="23" Y="94" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Shoulder_Label" X="23" Y="136" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Head" X="23" Y="72" Width="120" Height="26"> </Element>
 <Element ID="DyeColorMenu_Cheset_Label" X="23" Y="178" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Shoulder" X="23" Y="155" Width="120" Height="26"> </Element>
 <Element ID="DyeColorMenu_Gloves_Label" X="23" Y="220" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Legs" X="23" Y="282" Width="120" Height="26"> </Element>
 <Element ID="DyeColorMenu_Legs_Label" X="23" Y="263" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Boots_Label" X="23" Y="306" Width="124" Height="20"> </Element>
 <Element ID="DyeColorMenu_Gloves" X="23" Y="239" Width="120" Height="26"> </Element>
 <Element ID="DyeColorMenu_Boots" X="23" Y="325" Width="120" Height="26"> </Element>
 <Element ID="DyeColorMenu_BG" X="0" Y="23" Width="167" Height="340"> </Element>
 <Element ID="DyeColorMenu_Header_Label" X="40" Y="22" Width="100" Height="20"> </Element>
 <Element ID="DressingRoom_Base_Box" X="0" Y="17" Width="389" Height="402">
 <Element ID="Base_Box_Silver_BottomMid" X="36" Y="366" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_BottomRight" X="353" Y="366" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_MidRight" X="353" Y="36" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_Background" X="36" Y="36" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_TopRight" X="353" Y="0" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_TopLeft" X="0" Y="0" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_TopMid" X="36" Y="0" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_MidLeft" X="0" Y="36" Width="1" Height="1"> </Element>
 <Element ID="Base_Box_Silver_BottomLeft" X="0" Y="366" Width="1" Height="1"> </Element>
  </Element>
 <Element ID="DressingRoom_Title" X="-15" Y="-13" Width="215" Height="43"> </Element>
 <Element ID="DressingRoom_AvatarInfoElement" X="0" Y="0" Width="1510" Height="1010">
 <Element ID="Button_ZoomHead" X="0" Y="385" Width="44" Height="62"> </Element> 
 <Element ID="Button_ZoomMiddle" X="40" Y="375" Width="44" Height="75"> </Element> 
 <Element ID="Button_ZoomFeet" X="80" Y="375" Width="44" Height="66"> </Element>
 <Element ID="DressingRoom_RotateLeft" X="110" Y="360" Width="20" Height="20"> </Element>
 <Element ID="DressingRoom_RotateRight" X="130" Y="360" Width="20" Height="20"> </Element>
 <Element ID="DressingRoom_Viewport_BG" X="0" Y="0" Width="1" Height="1"> </Element>
 <Element ID="DressingRoom_Viewport" X="165" Y="0" Width="1510" Height="1010"> </Element>
  </Element>
 <Element ID="DyeColorMenu_Back" X="23" Y="113" Width="120" Height="26"> </Element>
  </Element>
 </PanelFile>
 

<!--  invisible quest tracker  --> 
  <Mapping ArtAssetID="questTrackerWindow_b" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_bl" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_br" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_c" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_l" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_r" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_t" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_tl" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_tr" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_highlight_normal_c" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_highlight_normal_l" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_highlight_normal_r" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_highlight_rollover_c" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_highlight_rollover_l" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_highlight_rollover_r" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_normal_normal_c" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_normal_normal_l" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_normal_normal_r" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_normal_rollover_c" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_normal_rollover_l" FileName="Invisible.tga" /> 
  <Mapping ArtAssetID="questTrackerWindow_questEntry_normal_rollover_r" FileName="Invisible.tga" /> 


  <!-- gambitbar  --> 
- <PanelFile ID="ID_UISkin_GamePlay_GambitBar">
- <Element ID="GamePlay_GambitBar" X="710" Y="587" Width="281" Height="118">
- <Element ID="GambitBar" X="0" Y="20" Width="281" Height="98">
- <Element ID="GambitWindow_Cashout_Name_Background" X="44" Y="12" Width="0" Height="20">
  <Element ID="box_gambit_title_right" X="180" Y="0" Width="0" Height="20" /> 
  <Element ID="box_gambit_title_left" X="0" Y="0" Width="11" Height="20" /> 
  <Element ID="box_gambit_title_center" X="11" Y="0" Width="169" Height="20" /> 
  </Element>
- <Element ID="GambitWindow_GambitCashout" X="220" Y="32" Width="38" Height="38">
  <Element ID="FinishingSkillPlayingOverlay" X="3" Y="3" Width="32" Height="32" /> 
  <Element ID="FinishingSkillOnDeckOverlay" X="3" Y="3" Width="32" Height="32" /> 
  <Element ID="FinishingSkillErrorOverlay" X="3" Y="3" Width="32" Height="32" /> 
  <Element ID="FinishingSkillResetTimer" X="3" Y="3" Width="32" Height="32" /> 
- <Element ID="FinishingSkillIcon" X="3" Y="3" Width="32" Height="32">
  <Element ID="Overlay" X="0" Y="0" Width="32" Height="32" /> 
  </Element>
  <Element ID="FinishingSkillGhostedOverlay" X="3" Y="3" Width="32" Height="32" /> 
  <Element ID="FinishingSkillComboMatchOverlay" X="3" Y="3" Width="32" Height="32" /> 
  <Element ID="FinishingSkillAvailableOverlay" X="3" Y="3" Width="32" Height="32" /> 
  <Element ID="FinishingSkillRangeOverlay" X="23" Y="4" Width="12" Height="12" /> 
  </Element>
  <Element ID="GambitWindow_GambitSlotList" X="23" Y="37" Width="195" Height="30" /> 
  <Element ID="GambitWindow_Cashout_Background" X="174" Y="0" Width="100" Height="98" /> 
  <Element ID="GambitWindow_Background" X="0" Y="30" Width="230" Height="43" /> 
  <Element ID="GambitWindow_GambitCashout_Name" X="40" Y="6" Width="1" Height="1" /> 
  </Element>
- <Element ID="HiddenDragBox_DragBox" X="0" Y="20" Width="281" Height="98">
- <Element ID="Box_01_Empty_InnerShadow" X="1" Y="1" Width="279" Height="96">
  <Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9" /> 
  <Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="78" /> 
  <Element ID="InnerShadow_BottomLeft" X="0" Y="87" Width="9" Height="9" /> 
  <Element ID="InnerShadow_BottomMid" X="9" Y="87" Width="261" Height="9" /> 
  <Element ID="InnerShadow_BottomRight" X="270" Y="87" Width="9" Height="9" /> 
  <Element ID="InnerShadow_MidRight" X="270" Y="9" Width="9" Height="78" /> 
  <Element ID="InnerShadow_TopRight" X="270" Y="0" Width="9" Height="9" /> 
  <Element ID="InnerShadow_TopMid" X="9" Y="0" Width="261" Height="9" /> 
  </Element>
  <Element ID="Box_01_Empty_LeftBorder" X="0" Y="0" Width="1" Height="98" /> 
  <Element ID="Box_01_Empty_BottomBorder" X="1" Y="97" Width="279" Height="1" /> 
  <Element ID="Box_01_Empty_RightBorder" X="280" Y="0" Width="1" Height="98" /> 
  <Element ID="Box_01_Empty_TopBorder" X="1" Y="0" Width="279" Height="1" /> 
  </Element>
  <Element ID="HiddenDragBox_DragBar" X="0" Y="0" Width="281" Height="20" /> 
  <Element ID="HiddenDragBox_TitleText" X="13" Y="0" Width="254" Height="20" /> 
  </Element>
  </PanelFile>
  <Mapping ArtAssetID="gambit_bg_2" FileName="gambit_bg_2.tga" /> 
  <Mapping ArtAssetID="gambit_bg_3" FileName="gambit_bg_3.tga" /> 
  <Mapping ArtAssetID="gambit_bg_4" FileName="gambit_bg_4.tga" /> 
  <Mapping ArtAssetID="gambit_bg_5" FileName="gambit_bg_5.tga" /> 
  <Mapping ArtAssetID="gambit_empty" FileName="gambit_empty.tga" /> 
  <Mapping ArtAssetID="gambit_orangestar" FileName="gambit_orangestar.tga" /> 
  <Mapping ArtAssetID="gambit_orangestar_sm" FileName="gambit_orangestar_sm.tga" /> 
  <Mapping ArtAssetID="gambit_pinkheart" FileName="gambit_pinkheart.tga" /> 
  <Mapping ArtAssetID="gambit_pinkheart_sm" FileName="gambit_pinkheart_sm.tga" /> 
  <Mapping ArtAssetID="gambit_shieldAndSpear" FileName="gambit_shieldAndSpear.tga" /> 
  <Mapping ArtAssetID="gambit_tab_icon" FileName="gambit_tab_icon.tga" /> 
  <Mapping ArtAssetID="gambit_yellowmoon" FileName="gambit_yellowmoon.tga" /> 
  <Mapping ArtAssetID="gambit_yellowmoon_sm" FileName="gambit_yellowmoon_sm.tga" /> 


<!--  vitals icon  --> 
- <PanelFile ID="ID_UISkin_AvatarPanel">
- <Element ID="AvatarPanel" X="2" Y="22" Width="32" Height="54">
- <Element ID="VitalsParent" X="-25" Y="20" Width="53" Height="32">
  <Element ID="VitalsBg" X="53" Y="0" Width="32" Height="27" /> 
  <Element ID="AvatarPanel_BG" X="-1" Y="1" Width="53" Height="32" /> 
  <Element ID="PlayerPortrait" X="28" Y="3" Width="24" Height="24" /> 
  <Element ID="AvatarPanel_COVER_LOWRES" X="28" Y="3" Width="24" Height="24" /> 
  <Element ID="PlayerEffectDisplay" X="-2000" Y="-2000" Width="1" Height="1" /> 
  <Element ID="PlayerName" X="53" Y="27" Width="1" Height="1" /> 
  <Element ID="PlayerLevel" X="19" Y="26" Width="1" Height="1" /> 
  <Element ID="PlayerLevel_BG" X="1" Y="59" Width="1" Height="1" /> 
  <Element ID="PlayerLeaderIcon" X="32" Y="26" Width="16" Height="16" /> 
  <Element ID="PlayerAssistantIcon" X="32" Y="26" Width="16" Height="16" /> 
  <Element ID="PlayerVoiceChat" X="219" Y="2" Width="20" Height="20" /> 
  <Element ID="PlayerVoiceChatSquelched" X="219" Y="2" Width="20" Height="20" /> 
  <Element ID="PlayerSendingData" X="219" Y="2" Width="20" Height="20" /> 
- <Element ID="PlayerPVP_Info" X="210" Y="14" Width="1" Height="1">
  <Element ID="PlayerPVP_RankDisplay" X="2" Y="0" Width="1" Height="1" /> 
  </Element>
  <Element ID="PlayerVitals_Animations" X="2" Y="1" Width="1" Height="1" /> 
- <Element ID="VitalsField" X="53" Y="14" Width="1" Height="1">
- <Element ID="PowerField" X="0" Y="17" Width="1" Height="1">
  <Element ID="CurrentPowerMeter" X="0" Y="6" Width="1" Height="1" /> 
  <Element ID="CurrentPowerText" X="3" Y="3" Width="1" Height="1" /> 
  </Element>
- <Element ID="HealthVitalField" X="0" Y="0" Width="1" Height="1">
- <Element ID="DreadField" X="0" Y="0" Width="1" Height="1">
  <Element ID="DreadMeter" X="0" Y="12" Width="1" Height="1" /> 
  </Element>
  <Element ID="CurrentHealthText" X="0" Y="8" Width="1" Height="1" /> 
- <Element ID="HealthField" X="0" Y="0" Width="1" Height="1">
  <Element ID="CurrentHealthMeter" X="0" Y="12" Width="1" Height="1" /> 
  </Element>
  </Element>
  </Element>
  </Element>
  </Element>
  </PanelFile>
  <Mapping ArtAssetID="player_vitals_backdrop" FileName="UltraMiniVitals.tga" /> 


<!-- invisible Backpacks -->
- <PanelFile ID="ID_UISkin_BackpackView1_Template">
- <Element ID="BackpackView1_Template" X="805" Y="509" Width="188" Height="105">
  <Element ID="BackpackDragbar" X="0" Y="0" Width="10" Height="105" /> 
  <Element ID="Backpack_ItemList" X="10" Y="0" Width="178" Height="105" /> 
  <Element ID="BackpackView1_TitleBar" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="Bag1Graphic" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="BackpackBackground" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="Backpack_Base_Close_Button" X="0" Y="0" Width="1" Height="1" /> 
  </Element>
  </PanelFile>
- <PanelFile ID="ID_UISkin_BackpackView2_Template">
- <Element ID="BackpackView2_Template" X="805" Y="509" Width="188" Height="105">
  <Element ID="BackpackDragbar" X="0" Y="0" Width="10" Height="105" /> 
  <Element ID="Backpack_ItemList" X="10" Y="0" Width="178" Height="105" /> 
  <Element ID="BackpackView2_TitleBar" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="Bag2Graphic" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="BackpackBackground" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="Backpack_Base_Close_Button" X="0" Y="0" Width="1" Height="1" /> 
  </Element>
  </PanelFile>
- <PanelFile ID="ID_UISkin_BackpackView3_Template">
- <Element ID="BackpackView3_Template" X="805" Y="509" Width="188" Height="105">
  <Element ID="BackpackDragbar" X="0" Y="0" Width="10" Height="105" /> 
  <Element ID="Backpack_ItemList" X="10" Y="0" Width="178" Height="105" /> 
  <Element ID="BackpackView3_TitleBar" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="Bag3Graphic" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="BackpackBackground" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="Backpack_Base_Close_Button" X="0" Y="0" Width="1" Height="1" /> 
  </Element>
  </PanelFile>
- <PanelFile ID="ID_UISkin_BackpackView4_Template">
- <Element ID="BackpackView4_Template" X="805" Y="509" Width="188" Height="105">
  <Element ID="BackpackDragbar" X="0" Y="0" Width="10" Height="105" /> 
  <Element ID="Backpack_ItemList" X="10" Y="0" Width="178" Height="105" /> 
  <Element ID="BackpackView4_TitleBar" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="Bag4Graphic" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="BackpackBackground" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="Backpack_Base_Close_Button" X="0" Y="0" Width="1" Height="1" /> 
  </Element>
  </PanelFile>
- <PanelFile ID="ID_UISkin_BackpackView5_Template">
- <Element ID="BackpackView5_Template" X="805" Y="509" Width="188" Height="105">
  <Element ID="BackpackDragbar" X="0" Y="0" Width="10" Height="105" /> 
  <Element ID="Backpack_ItemList" X="10" Y="0" Width="178" Height="105" /> 
  <Element ID="BackpackView5_TitleBar" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="Bag5Graphic" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="BackpackBackground" X="0" Y="0" Width="1" Height="1" /> 
  <Element ID="Backpack_Base_Close_Button" X="0" Y="0" Width="1" Height="1" /> 
  </Element>
  </PanelFile>


  </opt>
ty

Last edited by Marzio : 08-24-2011 at 03:05 AM.
Reply With Quote
  #2  
Unread 08-26-2011, 09:14 AM
Marzio Marzio is offline
The Unscathed
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Posts: 17
is anybody out there?

the only string i've found about the auction hall is this 1:

<Mapping ArtAssetID="Auction_Base_BG" FileName="General\invisible.tga"></Mapping>

but it's not related with my problem

help plz
Reply With Quote
  #3  
Unread 08-26-2011, 07:00 PM
ZhuHanuku's Avatar
ZhuHanuku ZhuHanuku is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2009
Posts: 43
I think the selected, ghosted and highlighted graphics are the "textbutton..." ArtAssetID items.
__________________
Zhu Hanuku :: Black Vellum Portal :: LotRO Duo
Reply With Quote
  #4  
Unread 09-24-2011, 07:03 PM
Marzio Marzio is offline
The Unscathed
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Posts: 17
it was about this:

<Mapping ArtAssetID="blue_selection" FileName="..\selection\selection.tga" />
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help reskinning mount button..... Thayilis Interface Help (L) 3 10-24-2010 07:35 PM
Help with Turbine store button Krakenheim Interface Help (L) 5 09-10-2010 08:31 AM
I just want to know if it's *possible* to skin the greyed-out LI button. The Scyphozoa Interface Help (L) 1 03-15-2009 02:57 PM
Help Looking for the legendary menu button. Brygard2007 Graphics modification help (L) 12 11-29-2008 01:45 AM
Attack Button Kailvine LotRO Wish List (L) 2 09-05-2007 07:56 PM


All times are GMT -5. The time now is 05:37 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui