LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   XML modification help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=23)
-   -   Toolbar question.... (https://www.lotrointerface.com/forums/showthread.php?t=1173)

Thayilis 10-26-2010 10:06 AM

Toolbar question....
 
Might be a stupid question but I was curious what I needed to edit in order to change the size of the toolbar? I was trying something similar to what Daimon did with his standard toolbar (with the image encompassing the bottom of the screen) but everything I have tried isn't working. :( Any help on this would be greatly appreciated. :D

Thanks in advance!

~~Thay

daimon 10-27-2010 05:22 AM

Post your PanelFile ID="ID_UISkin_Toolbar" and I'll try to look what went wrong.

Thayilis 10-27-2010 06:28 AM

Well, I haven't really done anything to the toolbar except try to cut and paste your PanelFile_ID="UISkin_toolbar" and that totally didn't work. lol I've never altered the size of the toolbar and was just curious how to go about it. The skin I'm trying to update seems a bit too outdated because there isn't even a PanelFile_ID="UISkin_toolbar" only this:

Code:

    <PanelFile ID="toolbar">
                                                                        <!--Edit Y value of the following line if the elements appear to be in wrong place-->
    <Element ID="ToolbarField"                                              X="0"    Y="2000" Width="1680" Height="210" Detach="1">

        <Element ID="ToolbarFieldMain"                                      X="0"    Y="0"    Width="1680" Height="210" />
        <Element ID="LevelMeter"                                            X="0"    Y="203"  Width="1680" Height="8">
            <Element ID="LevelMeterFill"                                    X="0"    Y="1"    Width="1680" Height="6">
                <Element ID="LevelMeter_BonusMeter"                        X="0"    Y="0"    Width="1680" Height="6" />
            </Element>
            <Element ID="LevelMeterText"                                    X="0"    Y="0"    Width="1680" Height="1" />
        </Element>
                                                                        <!--Replace Width/Height values if you want to change the visibility of the AutoAttack Button. Visible=W120,H160 Hidden=1 -->
        <Element ID="AutoAttackIndicatorButton"                            X="473"  Y="66"  Width="158"  Height="139" />
        <Element ID="ViolentModeIndicator"                                  X="540"  Y="50"  Width="1"    Height="1" />
        <Element ID="ToolbarButton_AutoAttack_TutorialHighlight"            X="540"  Y="50"  Width="120"  Height="160" />

                                                                        <!--Replace Width/Height values if you want to change the visibility of the Fervour Meters. Visible=W165,H4 Hidden=1 -->
        <Element ID="GamePlay_FervorPipDisplay"                            X="882"  Y="45"  Width="165"  Height="4" />
        <Element ID="GamePlay_AimPipDisplay"                                X="882"  Y="45"  Width="165"  Height="4" />

                                                                        <!--Replace Width/Height values if you want to change the visibility of the Main Buttons. Visible=30 Hidden=1 -->
        <Element ID="ToolBarButton_Quest"                                  X="1385"    Y="31"  Width="30"  Height="30" />
        <Element ID="ToolbarButton_Crafting"                                X="1351"    Y="31"  Width="30"  Height="30" />
        <Element ID="ToolbarButton_Social"                                  X="1317"    Y="31"  Width="30"  Height="30" />
        <Element ID="ToolbarButton_Journal"                                X="1283"    Y="31"  Width="30"  Height="30" />
        <Element ID="ToolbarButton_Accomplishment"                          X="1249"    Y="31"  Width="30"  Height="30" />
        <Element ID="ToolBarButton_MainMenu"                                X="1215"    Y="31"  Width="30"  Height="30" />

                                                                        <!--Replace Width/Height values if you want to change the visibility of the Bag Buttons. Visible=W30,H35 Hidden=1 -->
        <Element ID="ToolbarButton_Inventory"                              X="1620"  Y="31"  Width="30"  Height="30" />
        <Element ID="ToolBarButton_Inventory2"                              X="1583"  Y="31"  Width="30"  Height="30" />
        <Element ID="ToolBarButton_Inventory3"                              X="1546"  Y="31"  Width="30"  Height="30" />
        <Element ID="ToolBarButton_Inventory4"                              X="1509"  Y="31"  Width="30"  Height="30" />
        <Element ID="ToolBarButton_Inventory5"                              X="1472"  Y="31"  Width="30"  Height="30" />

                                                                        <!--Replace Width/Height values if you want to change the visibility of the Main Quick Bar. Visible=W450,H35 Hidden=1 -->
        <Element ID="Toolbar_Quickslot"                                    X="630"  Y="165"  Width="420"  Height="35" />
    </Element>
  </PanelFile>

I tried just using your code, but I'm pretty sure either it just won't work, or I screwed something up when I tried to use your code. :D lol I can see the major differences on your code and I even tried writing my own version of each code, in hopes that it might work. Which it didn't. Really appreciate the help and sorry for the newbness of my question. lol

~~Thay

daimon 10-27-2010 07:16 AM

Well it looks ok but then again some of those tags are quite old and they have been replaced by others. That might affect it's functionality - amongst other things ;)

ToolbarField and ToolbarFieldMain basically defines the size of the the mainbar.

ToolbarField is the parent element that includes all the little gizmos inside the mainbar. If you wonder why Y="2000" that is there to make sure the bar stays at the bottom with any resolution therefore eliminating the need of edit that value if the resolution is changed.

ToolbarFieldMain is the the mainbar ArtAsset controller that controls the mainbar Targa (TGA) picture.

So by editing those two element's X, Y, Width and Height values should change the mainbar size and location.

If you're going with a full width mainbar then pick a resolution you're going to make the UI for - make mainbar Targa file for that specific resolution. Set same values for width and height with both of those elements as your picture has. Leave the X and Y values as they are in the above example.

LevelMeter is the parent element for the XP bar.

Thayilis 10-29-2010 12:44 PM

Well I understood everything you said but I totally did something wrong. lol Correct me if I am wrong, but I think it has something to do with the tga file.



As you can see, the mini buttons and such are in the same placement as your skin, Daimon, that is because I am just trying to get a complete grasp on everything before I try and move stuff around. Here is the code that I am trying to implement. Could you please point out what I did wrong? Thanks in advance. :D

Code:

    <Mapping ArtAssetID="letterbox_bottom"                                      FileName="panel\letterbox_bottom.tga"></Mapping>

    <PanelFile ID="ID_UISkin_Toolbar">
        <Element ID="ToolbarField"                                              X="0"      Y="2000"    Width="1920"    Height="260">
            <Element ID="ToolbarFieldMain"                                      X="0"      Y="0"      Width="1920"    Height="260" />
            <Element ID="LevelMeter"                                            X="0"      Y="251"    Width="1920"    Height="8">
                <Element ID="LevelMeterFill"                                    X="0"      Y="1"      Width="1920"    Height="6">
                    <Element ID="LevelMeter_BonusMeter"                        X="0"      Y="0"      Width="1920"    Height="6" />
                </Element>
                <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight"        X="0"      Y="10"      Width="423"    Height="10" />
                <Element ID="ToolbarButton_Experience_TutorialHighlight"        X="0"      Y="10"      Width="423"    Height="10" />
                <Element ID="LevelMeterText"                                    X="0"      Y="0"      Width="1920"    Height="1" />
            </Element>
            <Element ID="Toolbar_WebstoreButton"                                X="1"      Y="1"      Width="1"      Height="1" />
            <Element ID="Toolbar_Quickslot"                                    X="750"    Y="215"    Width="420"    Height="35" />
            <Element ID="AutoAttackIndicatorButton"                            X="1090"    Y="89"      Width="60"      Height="20" />
            <Element ID="ViolentModeIndicator"                                  X="1054"    Y="16"      Width="63"      Height="63" />
            <Element ID="ToolbarButton_AutoAttack_TutorialHighlight"            X="0"      Y="0"      Width="1"      Height="1" />
            <Element ID="GamePlay_FervorPipDisplay"                            X="863"    Y="9"      Width="190"    Height="75" />
            <Element ID="GamePlay_AimPipDisplay"                                X="863"    Y="9"      Width="190"    Height="75" />
            <Element ID="Gameplay_AtunementUI"                                  X="863"    Y="9"      Width="190"    Height="75">
                <Element ID="PipDisplay_Atunement_Pips"                        X="0"      Y="0"      Width="190"    Height="75" />
            </Element>
            <Element ID="ToolbarButton_CustomizeSlots"                          X="1030"    Y="30"      Width="26"      Height="19" />
            <Element ID="ToolBarButton_MainMenu"                                X="1035"    Y="6"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_1"                                  X="860"    Y="6"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_2"                                  X="885"    Y="3"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_3"                                  X="910"    Y="1"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_4"                                  X="935"    Y="0"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_5"                                  X="960"    Y="0"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_6"                                  X="985"    Y="1"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_7"                                  X="1010"    Y="3"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_1"                            X="1147"    Y="61"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_2"                            X="1173"    Y="61"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_3"                            X="1199"    Y="61"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_4"                            X="1225"    Y="61"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_5"                            X="1251"    Y="61"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_6"                            X="995"    Y="61"      Width="1"      Height="1" />
            <Element ID="ToolbarButton_RightSlot_7"                            X="991"    Y="61"      Width="1"      Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Left_Cap"                  X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Right_Cap"                X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="ToolbarButton_Restxp_TutorialHighlight"                X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Mid_Left_Cap"              X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Mid_Right_Cap"            X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Glass_Overlay"            X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="LevelMeter_Overlay"                                    X="1"      Y="10"      Width="1"      Height="1" />
        </Element>
    </PanelFile>
  <!-- docked quickslots set to 1920x1080 16:9 -->
    <PanelFile ID="ID_UISkin_Toolbar_Quickslot_Extended_Scaler">
        <Element ID="Toolbar_Quickslot_Extended_Scaler"                        X="710"    Y="856"    Width="460"    Height="175" />
    </PanelFile>


daimon 10-29-2010 01:21 PM

When those grey box thingies appear that means the client can't find the targa file. As you can see the boxed area is rendering correctly by the element ID's.

Code:

<Mapping ArtAssetID="letterbox_bottom" FileName="panel\letterbox_bottom.tga"></Mapping>
The error must be in here. So triple check the file name and the path. Syntax appears to be correct.

Thayilis 10-29-2010 06:36 PM

Great, thanks and will do. :D

~~Thay

Thayilis 11-02-2010 12:50 PM

Well I got the image figured out. :D Yay! But I was curious how all you smart people map the coordinates to move the quickslot buttons and what not. The X and Y values? How do you figure those out? I've just been sorta guessing and checking and was really curious if there was a more efficient way to do that. I would think that there would be some sort of mathematical equation that I could in correlation with the resolution that I am using but if so, I certainly have no clue what it could be. lol :o

Anyway, thanks again in advance!

~~Thay

EDIT: I also just noticed that the skin I am trying to update has the experience bar and fervour / focus meters missing. What lines am I looking for in the xml file to make those visible? I went over it but am unable to find them. The strange thing is that I copied most of Daimon's code from his standard MoM skin so I would have assumed that doing that would have set the EXP bar and fervour / focus meters in the same spot as his. But then again, I am still a newb at this stuff. lol :D Thanks again!

daimon 11-02-2010 12:59 PM

I just use photoshop to measure things. For fixing things I'm taking a few screenshots from the subject and work according to those and the layout I have.

Thayilis 11-02-2010 06:27 PM

Hrm, might have to look into that. I've never used photoshop before so I don't what you can do with it. lol :o Do you happen to know what lines would be used to make the experience bar, fervour and focus meters not visible?

Thanks again!

~~Thay

daimon 11-02-2010 08:26 PM

xp bar : Element ID="LevelMeter"
fervour: Element ID="GamePlay_FervorPipDisplay"
focus: Element ID="GamePlay_AimPipDisplay"
attunement: Element ID="Gameplay_AtunementUI"

width and height set to "1" and pufffh they are gone ;)

Thayilis 11-03-2010 06:06 PM

Seriously? I know I don't know a lot about xml code but I know enough to know that I am not missing these issues. lol :D Could someone take a look at this and see what I am missing, please? The main quickslot bar (numbers 1 through -) is gone and I don't know why. And if you go over the code, you can see that there is nothing there that would make the experience bar, fervour and focus meters not visable. :( I'm very annoyed because to me, it seems like I did everything right. lol


Code:

<?xml version="1.0" encoding="UTF-8"?>
<opt>

  <SkinName Name="Enclaved UI (dwarf)"></SkinName>
  <!-- Version 1.0 by 'Sinli  3/04/2008-->

    <Mapping ArtAssetID="letterbox_bottom"                                      FileName="panel\letterbox_bottom.tga"></Mapping>

    <PanelFile ID="ID_UISkin_Toolbar">
        <Element ID="ToolbarField"                                              X="0"      Y="2000"    Width="1920"    Height="200">
            <Element ID="ToolbarFieldMain"                                      X="0"      Y="0"      Width="1920"    Height="200" />
            <Element ID="LevelMeter"                                            X="0"      Y="251"    Width="1920"    Height="8">
                <Element ID="LevelMeterFill"                                    X="0"      Y="1"      Width="1920"    Height="6">
                    <Element ID="LevelMeter_BonusMeter"                        X="0"      Y="0"      Width="1920"    Height="6" />
                </Element>
                <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight"        X="0"      Y="10"      Width="423"    Height="10" />
                <Element ID="ToolbarButton_Experience_TutorialHighlight"        X="0"      Y="10"      Width="423"    Height="10" />
                <Element ID="LevelMeterText"                                    X="0"      Y="0"      Width="1920"    Height="1" />
            </Element>
            <Element ID="Toolbar_WebstoreButton"                                X="1"      Y="1"      Width="1"      Height="1" />
            <Element ID="Toolbar_Quickslot"                                    X="750"    Y="215"    Width="420"    Height="35" />
                       
            <Element ID="AutoAttackIndicatorButton"                            X="473"    Y="66"      Width="158"    Height="139" />
            <Element ID="ViolentModeIndicator"                                  X="540"    Y="50"      Width="1"      Height="1" />
            <Element ID="ToolbarButton_AutoAttack_TutorialHighlight"            X="540"    Y="50"      Width="120"    Height="160" />
                       
            <Element ID="GamePlay_FervorPipDisplay"                            X="882"    Y="45"      Width="165"    Height="4" />
            <Element ID="GamePlay_AimPipDisplay"                                X="882"    Y="45"      Width="165"    Height="4" />
            <Element ID="Gameplay_AtunementUI"                                  X="882"    Y="45"      Width="165"    Height="4">
                <Element ID="PipDisplay_Atunement_Pips"                        X="0"      Y="0"      Width="165"    Height="4" />
           
                        </Element>
            <Element ID="ToolbarButton_CustomizeSlots"                          X="1348"    Y="40"      Width="26"      Height="19" />
            <Element ID="ToolBarButton_MainMenu"                                X="1358"    Y="6"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_1"                                  X="1885"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_2"                                  X="1851"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_3"                                  X="1817"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_4"                                  X="1783"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_5"                                  X="1749"    Y="31"      Width="25"      Height="25" />
                       
            <Element ID="ToolbarButton_Slot_6"                                  X="1657"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_Slot_7"                                  X="1623"    Y="31"      Width="25"      Height="25" />
                        <Element ID="ToolbarButton_RightSlot_1"                            X="1589"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_2"                            X="1555"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_3"                            X="1521"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_4"                            X="1487"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_5"                            X="1453"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_6"                            X="1419"    Y="31"      Width="25"      Height="25" />
            <Element ID="ToolbarButton_RightSlot_7"                            X="1385"    Y="31"      Width="25"      Height="25" />
                       
            <Element ID="ToolbarFieldMain_LevelMeter_Left_Cap"                  X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Right_Cap"                X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="ToolbarButton_Restxp_TutorialHighlight"                X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Mid_Left_Cap"              X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Mid_Right_Cap"            X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="ToolbarFieldMain_LevelMeter_Glass_Overlay"            X="1"      Y="10"      Width="1"      Height="1" />
            <Element ID="LevelMeter_Overlay"                                    X="1"      Y="10"      Width="1"      Height="1" />
        </Element>
    </PanelFile>
  <!-- docked quickslots set to 1920x1080 16:9 -->
    <PanelFile ID="ID_UISkin_Toolbar_Quickslot_Extended_Scaler">
        <Element ID="Toolbar_Quickslot_Extended_Scaler"                        X="710"    Y="856"    Width="460"    Height="175" />
    </PanelFile>

        <Mapping ArtAssetID="crafting_normal"                                                                                                                        FileName="minibuttons\lm_mini_button_crafting_normal.tga"></Mapping>
        <Mapping ArtAssetID="crafting_highlight"                                                                                                                FileName="minibuttons\lm_mini_button_crafting_rollover.tga"></Mapping>
        <Mapping ArtAssetID="crafting_pressed"                                                                                                                        FileName="minibuttons\lm_mini_button_crafting_pressed.tga"></Mapping>

        <Mapping ArtAssetID="fellowship_normal"                                                                                                                FileName="minibuttons\lm_mini_button_fellowship_normal.tga"></Mapping>
        <Mapping ArtAssetID="fellowship_pressed"                                                                                                                FileName="minibuttons\lm_mini_button_fellowship_pressed.tga"></Mapping>
        <Mapping ArtAssetID="fellowship_rollover"                                                                                                                FileName="minibuttons\lm_mini_button_fellowship_rollover.tga"></Mapping>

        <Mapping ArtAssetID="bag1_normal"                                                                                                                                FileName="minibuttons\lm_mini_button_bag1_normal.tga"></Mapping>
        <Mapping ArtAssetID="bag1_rollover"                                                                                                                        FileName="minibuttons\lm_mini_button_bag1_rollover.tga"></Mapping>
        <Mapping ArtAssetID="bag1_pressed"                                                                                                                                FileName="minibuttons\lm_mini_button_bag1_pressed.tga"></Mapping>

        <Mapping ArtAssetID="accomplishment_journal_normal"                                                                                        FileName="minibuttons\lm_mini_button_accomplishment_journal_normal.tga"></Mapping>
        <Mapping ArtAssetID="accomplishment_journal_pressed"                                                                                        FileName="minibuttons\lm_mini_button_accomplishment_journal_pressed.tga"></Mapping>
        <Mapping ArtAssetID="accomplishment_journal_rollover"                                                                                        FileName="minibuttons\lm_mini_button_accomplishment_journal_rollover.tga"></Mapping>       


<!-- Auto Attack -->       
        <Mapping ArtAssetID="button_autoattack_highlight"                        FileName="autoattack\lm_button_autoattack_combat.tga"></Mapping>
        <Mapping ArtAssetID="button_autoattack_highlight_mouseover"        FileName="autoattack\lm_button_autoattack_combat_mouseover.tga"></Mapping>
        <Mapping ArtAssetID="button_autoattack_highlight_pressed"        FileName="autoattack\lm_button_autoattack_combat_pressed.tga"></Mapping>       
        <Mapping ArtAssetID="button_autoattack_normal"                                FileName="autoattack\lm_button_autoattack_normal.tga"></Mapping> 
        <Mapping ArtAssetID="button_autoattack_mouseover"                        FileName="autoattack\lm_button_autoattack_normal_mouseover.tga"></Mapping>
        <Mapping ArtAssetID="button_autoattack_normal_pressed"                FileName="autoattack\lm_button_autoattack_normal_pressed.tga"></Mapping>

<!-- =========================================================================================================================== -->       
        <Mapping ArtAssetID="box_silver_bottom_left"                                FileName="panel\lm_panel_corner_lower_left.tga"></Mapping>
        <Mapping ArtAssetID="box_silver_bottom_left_noadorn"                FileName="panel\lm_panel_corner_lower_left_noadorn.tga"></Mapping>
        <Mapping ArtAssetID="box_silver_lower_right"                                FileName="panel\lm_panel_corner_lower_right.tga"></Mapping>
        <Mapping ArtAssetID="box_silver_lower_right_noadorn"                FileName="panel\lm_panel_corner_lower_right_noadorn.tga"></Mapping>
         
        <Mapping ArtAssetID="box_silver_upper_left"                                FileName="panel\lm_panel_corner_upper_left.tga"></Mapping>
        <Mapping ArtAssetID="box_silver_upper_left_noadorn"                FileName="panel\lm_panel_corner_upper_left_noadorn.tga"></Mapping> 
        <Mapping ArtAssetID="box_silver_upper_right"                                FileName="panel\lm_panel_corner_upper_right.tga"></Mapping> 
        <Mapping ArtAssetID="box_silver_upper_right_noadorn"                FileName="panel\lm_panel_corner_upper_right_noadorn.tga"></Mapping> 
         
        <Mapping ArtAssetID="box_silver_bottom"                                        FileName="panel\lm_panel_side_bottom.tga"></Mapping> 
        <Mapping ArtAssetID="box_silver_side_left"                                        FileName="panel\lm_panel_side_left.tga"></Mapping>
        <Mapping ArtAssetID="box_silver_side_right"                                FileName="panel\lm_panel_side_right.tga"></Mapping>
        <Mapping ArtAssetID="box_silver_upper"                                                FileName="panel\lm_panel_side_top.tga"></Mapping>
         
        <Mapping ArtAssetID="base_box_titlebar_right"                                FileName="panel\lm_panel_titlebar_right.tga"></Mapping>
        <Mapping ArtAssetID="base_box_titlebar_left"                                FileName="panel\lm_panel_titlebar_left.tga"></Mapping>
        <Mapping ArtAssetID="base_box_titlebar_top"                                FileName="panel\lm_panel_titlebar_center.tga"></Mapping>

        <Mapping ArtAssetID="titlebar_X_2"                                                          FileName="panel\lm_titlebar_X_2_normal.tga"></Mapping>
        <Mapping ArtAssetID="titlebar_X_2_mouseover"                                FileName="panel\lm_titlebar_X_2_mouseover.tga"></Mapping>
        <Mapping ArtAssetID="titlebar_X_2_pressed"                                          FileName="panel\lm_titlebar_X_2_pressed.tga"></Mapping>       

        <Mapping ArtAssetID="panel_border"                                                        FileName="panel\lm_panel_border.tga"></Mapping>       
        <Mapping ArtAssetID="base_box_center_silver"                                FileName="panel\lm_panel_center_bg.tga"></Mapping>
       
<!-- Text Button -->       
        <Mapping ArtAssetID="textbutton_left_normal"                                FileName="textbutton\lm_textbutton_left_normal.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_left_mouseover"                        FileName="textbutton\lm_textbutton_left_mouseover.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_left_pressed"                                FileName="textbutton\lm_textbutton_left_pressed.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_left_ghosted"                                FileName="textbutton\lm_textbutton_left_greyedout.tga"></Mapping>       
        <Mapping ArtAssetID="textbutton_left_highlighted_normal"        FileName="textbutton\lm_textbutton_left_hl_normal.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_left_highlighted_mouseover" FileName="textbutton\lm_textbutton_left_hl_mouseover.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_left_highlighted_pressed"        FileName="textbutton\lm_textbutton_left_hl_pressed.tga"></Mapping>

        <Mapping ArtAssetID="textbutton_mid_normal"                                FileName="textbutton\lm_textbutton_mid_normal.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_mid_mouseover"                                FileName="textbutton\lm_textbutton_mid_mouseover.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_mid_pressed"                                FileName="textbutton\lm_textbutton_mid_pressed.tga"></Mapping>       
        <Mapping ArtAssetID="textbutton_mid_ghosted"                                FileName="textbutton\lm_textbutton_mid_greyedout.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_mid_highlighted_normal"        FileName="textbutton\lm_textbutton_mid_hl_normal.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_mid_highlighted_mouseover"        FileName="textbutton\lm_textbutton_mid_hl_mouseover.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_mid_highlighted_pressed"        FileName="textbutton\lm_textbutton_mid_hl_pressed.tga"></Mapping>       
       
        <Mapping ArtAssetID="textbutton_right_normal"                                FileName="textbutton\lm_textbutton_right_normal.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_right_mouseover"                        FileName="textbutton\lm_textbutton_right_mouseover.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_right_pressed"                                FileName="textbutton\lm_textbutton_right_pressed.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_right_ghosted"                                FileName="textbutton\lm_textbutton_right_greyedout.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_right_highlighted_normal"        FileName="textbutton\lm_textbutton_right_hl_normal.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_right_highlighted_mouseover" FileName="textbutton\lm_textbutton_right_hl_mouseover.tga"></Mapping>
        <Mapping ArtAssetID="textbutton_right_highlighted_pressed"        FileName="textbutton\lm_textbutton_right_hl_pressed.tga"></Mapping>


        <Mapping ArtAssetID="basepanel_topleft"                        FileName="tooltip\lm_basepanel_topleft.tga"></Mapping>
        <Mapping ArtAssetID="basepanel_topmid"                                FileName="tooltip\lm_basepanel_topmid.tga"></Mapping>
        <Mapping ArtAssetID="basepanel_topright"                        FileName="tooltip\lm_basepanel_topright.tga"></Mapping>
       
        <Mapping ArtAssetID="basepanel_midleft"                        FileName="tooltip\lm_basepanel_midleft.tga"></Mapping>
        <Mapping ArtAssetID="basepanel_midright"                        FileName="tooltip\lm_basepanel_midright.tga"></Mapping>
       
        <Mapping ArtAssetID="basepanel_bottomleft"                        FileName="tooltip\lm_basepanel_bottomleft.tga"></Mapping>
        <Mapping ArtAssetID="basepanel_bottommid"                        FileName="tooltip\lm_basepanel_bottommid.tga"></Mapping>
        <Mapping ArtAssetID="basepanel_bottomright"                FileName="tooltip\lm_basepanel_bottomright.tga"></Mapping>
 
        <!-- Universal UI Tabs (Normal) -->
        <Mapping ArtAssetID="tab_tier1_middle_back_e"                FileName="tabs\lm_tab_t1_upper_back_e.tga"></Mapping>
        <Mapping ArtAssetID="tab_tier1_middle_back_n"                FileName="tabs\lm_tab_t1_upper_back_n.tga"></Mapping>
        <Mapping ArtAssetID="tab_tier1_middle_back_w"                FileName="tabs\lm_tab_t1_upper_back_w.tga"></Mapping>
        <Mapping ArtAssetID="tab_tier1_middle_front_e"                FileName="tabs\lm_tab_t1_upper_front_e.tga"></Mapping>
        <Mapping ArtAssetID="tab_tier1_middle_front_n"                FileName="tabs\lm_tab_t1_upper_front_n.tga"></Mapping>
        <Mapping ArtAssetID="tab_tier1_middle_front_w"                FileName="tabs\lm_tab_t1_upper_front_w.tga"></Mapping>

        <!-- Universal UI Tabs (Small) -->
        <Mapping ArtAssetID="tab_tier1_middle_back_e_sm"        FileName="tabs\lm_tab_t1_lower_back_e_sm.tga"></Mapping>
        <Mapping ArtAssetID="tab_tier1_middle_back_n_sm"        FileName="tabs\lm_tab_t1_lower_back_n_sm.tga"></Mapping>
        <Mapping ArtAssetID="tab_tier1_middle_back_w_sm"        FileName="tabs\lm_tab_t1_lower_back_w_sm.tga"></Mapping>
        <Mapping ArtAssetID="tab_tier1_middle_front_e_sm"        FileName="tabs\lm_tab_t1_lower_front_e_sm.tga"></Mapping>
        <Mapping ArtAssetID="tab_tier1_middle_front_n_sm"        FileName="tabs\lm_tab_t1_lower_front_n_sm.tga"></Mapping>
        <Mapping ArtAssetID="tab_tier1_middle_front_w_sm"        FileName="tabs\lm_tab_t1_lower_front_w_sm.tga"></Mapping>       
       
        <!-- Social Pannel Player Name Selection Frames and Background -->
        <Mapping ArtAssetID="Who_MyOptions_BG"                FileName="socialpanel\lm_social_MyWhoOptions_bg.tga"></Mapping>
        <Mapping ArtAssetID="LFP_Top_BG"                        FileName="socialpanel\lm_social_lfp_filteroptions_bg.tga"></Mapping>
       
        <!-- 2/20/2008 Social Panel Player List Frame Normal State NOTE: social_panel_list_elements_normal_center does not exist in the game -->
        <Mapping ArtAssetID="social_panel_list_elements_normal_bottom_center"                FileName="socialpanel\lm_social_le_normal_bottom_center.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_normal_bottom_left"                FileName="socialpanel\lm_social_le_normal_bottom_left.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_normal_lower_right"                FileName="socialpanel\lm_social_le_normal_bottom_right.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_normal_middle_left"                FileName="socialpanel\lm_social_le_normal_middle_left.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_normal_middle_right"                FileName="socialpanel\lm_social_le_normal_middle_right.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_normal_top_center"                        FileName="socialpanel\lm_social_le_normal_top_center.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_normal_top_left"                        FileName="socialpanel\lm_social_le_normal_top_left.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_normal_top_right"                        FileName="socialpanel\lm_social_le_normal_top_right.tga"></Mapping>
        <!-- 2/20/2008 Social Panel Player List Frame Highlight State -->
        <Mapping ArtAssetID="social_panel_list_elements_highlight_bottom_center"        FileName="socialpanel\lm_social_le_highlight_bottom_center.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_highlight_bottom_left"                FileName="socialpanel\lm_social_le_highlight_bottom_left.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_highlight_lower_right"                FileName="socialpanel\lm_social_le_highlight_bottom_right.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_highlight_middle_left"                FileName="socialpanel\lm_social_le_highlight_middle_left.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_highlight_middle_right"        FileName="socialpanel\lm_social_le_highlight_middle_right.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_highlight_top_center"                FileName="socialpanel\lm_social_le_highlight_top_center.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_highlight_top_left"                FileName="socialpanel\lm_social_le_highlight_top_left.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_highlight_top_right"                FileName="socialpanel\lm_social_le_highlight_top_right.tga"></Mapping>
        <Mapping ArtAssetID="social_panel_list_elements_highlight_center"                        FileName="socialpanel\lm_social_le_highlight_center.tga"></Mapping>       
       
       
        <Mapping ArtAssetID="selection_inanimate_backdrop"                                                FileName="selection\lm_selection_inanimate.tga"></Mapping>
       
        <!-- Skill Trainer Skills Backgrounds -->
        <Mapping ArtAssetID="blue_selection_skilltrainer_normal"                                FileName="selection\lm_selection_skilltrainer_normal.tga"></Mapping>               
        <Mapping ArtAssetID="blue_selection_skilltrainer_highlight"                        FileName="selection\lm_selection_skilltrainer_highlight.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_skilltrainer_highlight_active"                FileName="selection\lm_selection_skilltrainer_highlight_active.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_skilltrainer_ghosted"                                FileName="selection\lm_selection_skilltrainer_ghosted.tga"></Mapping>
        <!--  Player Journal TITLE TAB: Background Images for Titles, a complete pain in the arse as of Book 12 -->
        <Mapping ArtAssetID="blue_selection_vendor_item_repair_normal_center"        FileName="selection\lm_selection_title_normal_center.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_vendor_item_repair_normal_left"        FileName="selection\lm_selection_title_normal_left.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_vendor_item_repair_normal_right"        FileName="selection\lm_selection_title_normal_right.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_vendor_item_repair_center"                        FileName="selection\lm_selection_title_highlight_center.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_vendor_item_repair_left"                        FileName="selection\lm_selection_title_highlight_left.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_vendor_item_repair_right"                        FileName="selection\lm_selection_title_highlight_right.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_title_highlight_center"                        FileName="selection\lm_selection_title_highlight_active_center.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_title_highlight_left"                                FileName="selection\lm_selection_title_highlight_active_left.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_title_highlight_right"                                FileName="selection\lm_selection_title_highlight_active_right.tga"></Mapping>
        <!-- Vendor Selection Backgrounds-->
        <Mapping ArtAssetID="blue_selection_vendor_item_normal"                        FileName="selection\lm_selection_vendor_item_normal.tga"></Mapping>               
        <Mapping ArtAssetID="blue_selection_vendor_item_highlight_active"        FileName="selection\lm_selection_vendor_item_highlight_active.tga"></Mapping>
        <!-- Quest Journal Quest Selection Backgrounds -->
        <Mapping ArtAssetID="blue_selection_quest_highlight"                                FileName="selection\lm_selection_quest_highlight.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_quest_highlight_active"                FileName="selection\lm_selection_quest_highlight_active.tga"></Mapping>
        <Mapping ArtAssetID="blue_selection_quest_normal"                                        FileName="selection\lm_selection_quest_normal.tga"></Mapping>
       
        <!--  QuestReward_Highlight-->
        <Mapping ArtAssetID="blue_selection_selectable_reward_highlight"        FileName="selection\lm_selection_questreward_highlight.tga"></Mapping>
        <!-- QuestReward_normal -->
        <Mapping ArtAssetID="blue_selection_vendor_item_repair_normal"                FileName="selection\lm_selection_questreward_normal.tga"></Mapping>
        <!-- 2/19/2008 366x64 vendor_repair_highlight skins 2 selection items: Repairs_HL and QuestReward_HL-->
        <Mapping ArtAssetID="blue_selection_vendor_repair_highlight"                FileName="selection\lm_selection_questreward_highlight.tga"></Mapping>               

        <Mapping ArtAssetID="blue_mail_select_highlight"                                        FileName="selection\lm_mail_select_highlight.tga"></Mapping>
        <Mapping ArtAssetID="blue_mail_select_highlight_active"                        FileName="selection\lm_mail_select_highlight_active.tga"></Mapping>
        <Mapping ArtAssetID="blue_mail_select_highlight_active_admin"                FileName="selection\lm_mail_select_highlight_active_admin.tga"></Mapping>
        <Mapping ArtAssetID="blue_mail_select_normal"                                                FileName="selection\lm_mail_select_normal.tga"></Mapping>       
       
       
       
        <!-- *** MISCELLANEOUS *** -->
        <Mapping ArtAssetID="secure_trade_selection"                                                FileName="misc\lm_secure_trade_selection.tga"></Mapping>
        <Mapping ArtAssetID="secure_trade_selection_normal"                                FileName="misc\lm_secure_trade_selection_normal.tga"></Mapping>
        <!-- Quest Shared Indicator, small person icon shown on quest log -->       
        <!-- Book 12: New fancy border around player model on Player Journal -->       
        <Mapping ArtAssetID="journal_paperdoll_border"                                                FileName="misc\lm_journal_paperdoll_border.tga"></Mapping>
        <!-- Book 12: Name reference change and Image dimensions change-->
        <Mapping ArtAssetID="plyrjournal_money_player_all_background"                FileName="misc\lm_money_player_journal_bg.tga"></Mapping>
        <Mapping ArtAssetID="money_player_all_background"                                        FileName="misc\lm_money_player_all_bg.tga"></Mapping>
        <Mapping ArtAssetID="black_translucent"                                                        FileName="misc\lm_large_panel_bg.tga"></Mapping>
        <Mapping ArtAssetID="options_panel_divider"                                                FileName="misc\lm_options_panel_divider.tga"></Mapping>
        <!-- Character Journal BIO TAB: Images -->
        <Mapping ArtAssetID="pedigree_bg"                                                                        FileName="misc\lm_family_tree_bg.tga"></Mapping>
        <Mapping ArtAssetID="box_01_titlebar"                                                                FileName="misc\lm_personal_description_bg.tga"></Mapping>
        <!-- Casting Bars, do not work in Book 12, known bug to be fixed soon (TM) -->
        <Mapping ArtAssetID="progress_overlay"                                                                FileName="misc\lm_progress_overlay.tga"></Mapping>       
        <!-- Mini-Map Border, Dynamic based on hope or dread -->
        <Mapping ArtAssetID="no_hope_no_dread"                                                                FileName="misc\lm_mini_map_normal.tga"></Mapping>
        <Mapping ArtAssetID="hope_1"                                                                                FileName="misc\lm_mini_map_hope_1.tga"></Mapping>
        <Mapping ArtAssetID="hope_34"                                                                                FileName="misc\lm_mini_map_hope_34.tga"></Mapping>
        <Mapping ArtAssetID="hope_56"                                                                                FileName="misc\lm_mini_map_hope_56.tga"></Mapping>
        <Mapping ArtAssetID="hope_78"                                                                                FileName="misc\lm_mini_map_hope_78.tga"></Mapping>
        <Mapping ArtAssetID="hope_9"                                                                                FileName="misc\lm_mini_map_hope_9.tga"></Mapping>
        <Mapping ArtAssetID="hope_10"                                                                                FileName="misc\lm_mini_map_hope_10.tga"></Mapping>       
        <Mapping ArtAssetID="dread_34"                                                                                FileName="misc\lm_mini_map_dread_34.tga"></Mapping>
        <Mapping ArtAssetID="dread_56"                                                                                FileName="misc\lm_mini_map_dread_56.tga"></Mapping>
        <Mapping ArtAssetID="dread_78"                                                                                FileName="misc\lm_mini_map_dread_78.tga"></Mapping>       
        <!-- Character Journal CHARACTER TAB: Name, Class, Level Background Images -->
        <Mapping ArtAssetID="journal_character_header_bg"                                        FileName="misc\lm_journal_character_header_bg.tga"></Mapping>
        <Mapping ArtAssetID="journal_character_header_seperator"                        FileName="misc\lm_journal_character_header_separator.tga"></Mapping>

        <Mapping ArtAssetID="housing_enterneighborhood_bg_center"                        FileName="misc\lm_housing_enterNeighborhood_bg_center.tga"></Mapping>
        <Mapping ArtAssetID="housing_enterneighborhood_bg_left"                        FileName="misc\lm_housing_enterNeighborhood_bg_left.tga"></Mapping>
        <Mapping ArtAssetID="housing_enterneighborhood_bg_right"                        FileName="misc\lm_housing_enterNeighborhood_bg_right.tga"></Mapping>
       
        <!-- *** DEED BOOK & PARCHMENT*** -->
        <Mapping ArtAssetID="accomplishment_book_background"                                FileName="misc\lm_accomplishment_book_background.tga"></Mapping>
        <Mapping ArtAssetID="accomplishment_book_reward_top"                                FileName="misc\lm_accomplishment_book_reward_top.tga"></Mapping>
        <Mapping ArtAssetID="parchment_npcchat"                                                        FileName="misc\lm_parchment_npcchat.tga"></Mapping>

       
        <!-- *** CHAT *** Chat Window Tabs -->
        <Mapping ArtAssetID="chat_tab_tier1_middle_back_e"                        FileName="chat\lm_chat_tab_back_e.tga"></Mapping>
        <Mapping ArtAssetID="chat_tab_tier1_middle_back_n"                        FileName="chat\lm_chat_tab_back_n.tga"></Mapping>
        <Mapping ArtAssetID="chat_tab_tier1_middle_back_w"                        FileName="chat\lm_chat_tab_back_w.tga"></Mapping>
        <Mapping ArtAssetID="chat_tab_tier1_middle_front_e"                FileName="chat\lm_chat_tab_front_e.tga"></Mapping>
        <Mapping ArtAssetID="chat_tab_tier1_middle_front_n"                FileName="chat\lm_chat_tab_front_n.tga"></Mapping>
        <Mapping ArtAssetID="chat_tab_tier1_middle_front_w"                FileName="chat\lm_chat_tab_front_w.tga"></Mapping>
        <Mapping ArtAssetID="chat_unread_overlay"                                        FileName="chat\lm_unread_chat_overlay.tga"></Mapping>
       
        <!-- *** TRAITS *** Class, Race, Virtue and Legendary Traits selections and backgrounds -->
        <Mapping ArtAssetID="border_backgrounds_traits_class"                FileName="traits\lm_traits_displayborder_class.tga"></Mapping>
        <Mapping ArtAssetID="border_backgrounds_traits_legendary"        FileName="traits\lm_traits_displayborder_legendary.tga"></Mapping>
        <Mapping ArtAssetID="border_backgrounds_traits_race"                FileName="traits\lm_traits_displayborder_race.tga"></Mapping>
        <Mapping ArtAssetID="border_backgrounds_traits_virtues"        FileName="traits\lm_traits_displayborder_virtues.tga"></Mapping>       
        <Mapping ArtAssetID="backgrounds_traits_class"                                FileName="traits\lm_traits_background_class.tga"></Mapping>
        <Mapping ArtAssetID="backgrounds_traits_legendary"                        FileName="traits\lm_traits_background_legendary.tga"></Mapping>
        <Mapping ArtAssetID="backgrounds_traits_race"                                FileName="traits\lm_traits_background_race.tga"></Mapping>
        <Mapping ArtAssetID="backgrounds_traits_virtues"                        FileName="traits\lm_traits_background_virtues.tga"></Mapping>               
       
        <!-- *** INVENTORY *** -->
        <Mapping ArtAssetID="inv_backpack_slots"        FileName="inventory\lm_inv_backpack_slots.tga"></Mapping>       
        <Mapping ArtAssetID="inv_costume_overlay"        FileName="inventory\lm_inv_costume_overlay.tga"></Mapping>       
        <Mapping ArtAssetID="inv_slot_back"                        FileName="inventory\lm_inv_slot_back.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_bracelet1"        FileName="inventory\lm_inv_slot_bracelet1.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_bracelet2"        FileName="inventory\lm_inv_slot_bracelet2.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_feet"                FileName="inventory\lm_inv_slot_feet.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_hands"                FileName="inventory\lm_inv_slot_hands.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_head"                FileName="inventory\lm_inv_slot_head.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_leftear"                FileName="inventory\lm_inv_slot_leftear.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_leftring"        FileName="inventory\lm_inv_slot_leftring.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_lowerbody"        FileName="inventory\lm_inv_slot_lowerbody.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_neck"                FileName="inventory\lm_inv_slot_neck.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_pocket"                FileName="inventory\lm_inv_slot_pocket.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_rightear"        FileName="inventory\lm_inv_slot_rightear.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_rightring"        FileName="inventory\lm_inv_slot_rightring.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_shoulder"        FileName="inventory\lm_inv_slot_shoulder.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_upperbody"        FileName="inventory\lm_inv_slot_upperbody.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_weapon1"                FileName="inventory\lm_inv_slot_weapon1.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_weapon2"                FileName="inventory\lm_inv_slot_weapon2.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_weapon3"                FileName="inventory\lm_inv_slot_weapon3.tga"></Mapping>
        <Mapping ArtAssetID="inv_slot_weapon4"                FileName="inventory\lm_inv_slot_weapon4.tga"></Mapping>
        <!-- *** BAG ICONS  ***  -->
        <Mapping ArtAssetID="bag_inventory"                FileName="inventory\lm_inv_bag0.tga"></Mapping>
        <Mapping ArtAssetID="bag1"                                        FileName="inventory\lm_inv_bag1.tga"></Mapping>
        <Mapping ArtAssetID="bag2"                                        FileName="inventory\lm_inv_bag2.tga"></Mapping>
        <Mapping ArtAssetID="bag3"                                        FileName="inventory\lm_inv_bag3.tga"></Mapping>
        <Mapping ArtAssetID="bag4"                                        FileName="inventory\lm_inv_bag4.tga"></Mapping>


        <!-- *** UNIT FRAMES ***-->
        <Mapping ArtAssetID="level_background"                                                FileName="unit_frames\lm_uf_level_bg_blue.tga"></Mapping>
        <Mapping ArtAssetID="level_background_red"                                        FileName="unit_frames\lm_uf_level_bg_red.tga"></Mapping>       
        <Mapping ArtAssetID="player_vitals_backdrop"                                FileName="unit_frames\lm_uf_player.tga"></Mapping>
        <Mapping ArtAssetID="player_vitals_lowrescover"                        FileName="unit_frames\lm_uf_portrait_cover.tga"></Mapping>
        <Mapping ArtAssetID="swarm_vitals"                                                        FileName="unit_frames\lm_uf_opponent_swarm.tga"></Mapping>
        <Mapping ArtAssetID="opponent_vitals_backdrop"                                FileName="unit_frames\lm_uf_opponent_normal.tga"></Mapping>
        <Mapping ArtAssetID="opponent_vitals_backdrop_signature"        FileName="unit_frames\lm_uf_opponent_signature.tga"></Mapping>
        <Mapping ArtAssetID="opponent_vitals_backdrop_elite"                FileName="unit_frames\lm_uf_opponent_elite.tga"></Mapping>
        <Mapping ArtAssetID="opponent_vitals_backdrop_elitemaster"        FileName="unit_frames\lm_uf_opponent_elitemaster.tga"></Mapping>
 
        <!-- *** UNIT FRAMES GOOD NPC'S ***-->
        <Mapping ArtAssetID="opponent_vitals_backdrop_avenger_good"                FileName="unit_frames\lm_uf_ally_avenger_good.tga"></Mapping>
        <Mapping ArtAssetID="opponent_vitals_backdrop_defender_good"                FileName="unit_frames\lm_uf_ally_defender_good.tga"></Mapping>
        <Mapping ArtAssetID="opponent_vitals_backdrop_hero_good"                        FileName="unit_frames\lm_uf_ally_hero_good.tga"></Mapping>
        <Mapping ArtAssetID="opponent_vitals_backdrop_master_defender_good" FileName="unit_frames\lm_uf_ally_master_defender_good.tga"></Mapping>
        <Mapping ArtAssetID="opponent_vitals_backdrop_signature_good"                FileName="unit_frames\lm_uf_ally_signature_good.tga"></Mapping>

       
        <!-- *** PARTY UNIT FRAMES *** -->
        <Mapping ArtAssetID="player_vitals_backdrop_mini"                        FileName="unit_frames\lm_group_mini_player_bg.tga"></Mapping>
        <Mapping ArtAssetID="player_vitals_backdrop_mini_level"        FileName="unit_frames\lm_group_mini_level_bg.tga"></Mapping>
        <Mapping ArtAssetID="fellow_defeated_bg"                                        FileName="unit_frames\lm_group_defeated_bg.tga"></Mapping>
        <Mapping ArtAssetID="fellow_linkdead_bg"                                        FileName="unit_frames\lm_group_linkdead_bg.tga"></Mapping>               

        <!-- *** MISC UNIT FRAMES *** -->       
        <Mapping ArtAssetID="pet_vitals_backdrop_mini"                                FileName="unit_frames\lm_uf_pet.tga"></Mapping>
        <Mapping ArtAssetID="target_vitals_backdrop_mini"                        FileName="unit_frames\lm_uf_target_of_target.tga"></Mapping>
        <Mapping ArtAssetID="escort_vitals_backdrop_mini"                        FileName="unit_frames\lm_uf_npc_escort.tga"></Mapping>
       
        <!-- 2/20/2008 Fervor Meters (Champion) -->
        <Mapping ArtAssetID="fervor_5_Pips_1pips" FileName="misc\lm_fervor_1.tga"></Mapping>
        <Mapping ArtAssetID="fervor_5_Pips_2pips" FileName="misc\lm_fervor_2.tga"></Mapping>
        <Mapping ArtAssetID="fervor_5_Pips_3pips" FileName="misc\lm_fervor_3.tga"></Mapping>
        <Mapping ArtAssetID="fervor_5_Pips_4pips" FileName="misc\lm_fervor_4.tga"></Mapping>
        <Mapping ArtAssetID="fervor_5_Pips_5pips" FileName="misc\lm_fervor_5.tga"></Mapping>
        <Mapping ArtAssetID="fervor_5_Pips_empty" FileName="misc\lm_fervor_empty.tga"></Mapping>
        <!-- 2/20/2008 Focus Meters (Hunter) -->
        <Mapping ArtAssetID="fervor_9_Pips_1pips" FileName="misc\lm_focus_1.tga"></Mapping>
        <Mapping ArtAssetID="fervor_9_Pips_2pips" FileName="misc\lm_focus_2.tga"></Mapping>
        <Mapping ArtAssetID="fervor_9_Pips_3pips" FileName="misc\lm_focus_3.tga"></Mapping>
        <Mapping ArtAssetID="fervor_9_Pips_4pips" FileName="misc\lm_focus_4.tga"></Mapping>
        <Mapping ArtAssetID="fervor_9_Pips_5pips" FileName="misc\lm_focus_5.tga"></Mapping>
        <Mapping ArtAssetID="fervor_9_Pips_6pips" FileName="misc\lm_focus_6.tga"></Mapping>
        <Mapping ArtAssetID="fervor_9_Pips_7pips" FileName="misc\lm_focus_7.tga"></Mapping>
        <Mapping ArtAssetID="fervor_9_Pips_8pips" FileName="misc\lm_focus_8.tga"></Mapping>
        <Mapping ArtAssetID="fervor_9_Pips_9pips" FileName="misc\lm_focus_9.tga"></Mapping>
        <Mapping ArtAssetID="fervor_9_Pips_empty" FileName="misc\lm_focus_empty.tga"></Mapping>       


                <!-- Deed Book & Parchement Notes -->
        <Mapping ArtAssetID="accomplishment_book_background"                                                                                        FileName="..\graphics\misc\lm_accomplishment_book_background.tga"></Mapping>
        <Mapping ArtAssetID="accomplishment_book_reward_top"                                                                                        FileName="..\graphics\misc\lm_accomplishment_book_reward_top.tga"></Mapping>
        <Mapping ArtAssetID="parchment_npcchat"                                                                                                                FileName="..\graphics\misc\lm_parchment_npcchat.tga"></Mapping>

                <!-- Accomplishment Book -->
        <Mapping ArtAssetID="accomplishment_book_background" FileName="accomplishments\accomplishment_book_background.tga"></Mapping>

        <Mapping ArtAssetID="angmar_tab_highlight" FileName="accomplishments\tabs\angmar_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="angmar_tab_highlight_pressed" FileName="accomplishments\tabs\angmar_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="angmar_tab_normal" FileName="accomplishments\tabs\angmar_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="angmar_tab_pressed" FileName="accomplishments\tabs\angmar_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="angmar_tab_rollover" FileName="accomplishments\tabs\angmar_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="angmar_tab_rollover_highlight" FileName="accomplishments\tabs\angmar_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="shadows_of_angmar_tab_highlight" FileName="accomplishments\tabs\angmar_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="shadows_of_angmar_tab_highlight_pressed" FileName="accomplishments\tabs\angmar_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="shadows_of_angmar_tab_normal" FileName="accomplishments\tabs\angmar_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="shadows_of_angmar_tab_pressed" FileName="accomplishments\tabs\angmar_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="shadows_of_angmar_tab_rollover" FileName="accomplishments\tabs\angmar_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="shadows_of_angmar_tab_rollover_highlight" FileName="accomplishments\tabs\angmar_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="breeland_tab_highlight" FileName="accomplishments\tabs\breeland_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="breeland_tab_highlight_pressed" FileName="accomplishments\tabs\breeland_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="breeland_tab_normal" FileName="accomplishments\tabs\breeland_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="breeland_tab_pressed" FileName="accomplishments\tabs\breeland_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="breeland_tab_rollover" FileName="accomplishments\tabs\breeland_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="breeland_tab_rollover_highlight" FileName="accomplishments\tabs\breeland_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="class_tab_highlight" FileName="accomplishments\tabs\class_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="class_tab_highlight_pressed" FileName="accomplishments\tabs\class_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="class_tab_normal" FileName="accomplishments\tabs\class_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="class_tab_pressed" FileName="accomplishments\tabs\class_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="class_tab_rollover" FileName="accomplishments\tabs\class_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="class_tab_rollover_highlight" FileName="accomplishments\tabs\class_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="epic_tab_highlight" FileName="accomplishments\tabs\epic_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="epic_tab_highlight_pressed" FileName="accomplishments\tabs\epic_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="epic_tab_normal" FileName="accomplishments\tabs\epic_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="epic_tab_pressed" FileName="accomplishments\tabs\epic_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="epic_tab_rollover" FileName="accomplishments\tabs\epic_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="epic_tab_rollover_highlight" FileName="accomplishments\tabs\epic_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="dungeons_of_dol_guldur_tab_highlight" FileName="accomplishments\tabs\dungeons_of_dol_guldur_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="dungeons_of_dol_guldur_tab_highlight_pressed" FileName="accomplishments\tabs\dungeons_of_dol_guldur_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="dungeons_of_dol_guldur_tab_normal" FileName="accomplishments\tabs\dungeons_of_dol_guldur_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="dungeons_of_dol_guldur_tab_pressed" FileName="accomplishments\tabs\dungeons_of_dol_guldur_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="dungeons_of_dol_guldur_tab_rollover" FileName="accomplishments\tabs\dungeons_of_dol_guldur_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="dungeons_of_dol_guldur_tab_rollover_highlight" FileName="accomplishments\tabs\dungeons_of_dol_guldur_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="enedwaith_tab_highlight" FileName="accomplishments\tabs\enedwaith_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="enedwaith_tab_highlight_pressed" FileName="accomplishments\tabs\enedwaith_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="enedwaith_tab_normal" FileName="accomplishments\tabs\enedwaith_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="enedwaith_tab_pressed" FileName="accomplishments\tabs\enedwaith_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="enedwaith_tab_rollover" FileName="accomplishments\tabs\enedwaith_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="enedwaith_tab_rollover_highlight" FileName="accomplishments\tabs\enedwaith_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="eredluin_tab_highlight" FileName="accomplishments\tabs\eredluin_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="eredluin_tab_highlight_pressed" FileName="accomplishments\tabs\eredluin_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="eredluin_tab_normal" FileName="accomplishments\tabs\eredluin_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="eredluin_tab_pressed" FileName="accomplishments\tabs\eredluin_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="eredluin_tab_rollover" FileName="accomplishments\tabs\eredluin_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="eredluin_tab_rollover_highlight" FileName="accomplishments\tabs\eredluin_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="eregion_tab_highlight" FileName="accomplishments\tabs\eregion_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="eregion_tab_highlight_pressed" FileName="accomplishments\tabs\eregion_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="eregion_tab_normal" FileName="accomplishments\tabs\eregion_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="eregion_tab_pressed" FileName="accomplishments\tabs\eregion_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="eregion_tab_rollover" FileName="accomplishments\tabs\eregion_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="eregion_tab_rollover_highlight" FileName="accomplishments\tabs\eregion_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="ettenmoors_tab_highlight" FileName="accomplishments\tabs\ettenmoors_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="ettenmoors_tab_highlight_pressed" FileName="accomplishments\tabs\ettenmoors_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="ettenmoors_tab_normal" FileName="accomplishments\tabs\ettenmoors_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="ettenmoors_tab_pressed" FileName="accomplishments\tabs\ettenmoors_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="ettenmoors_tab_rollover" FileName="accomplishments\tabs\ettenmoors_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="ettenmoors_tab_rollover_highlight" FileName="accomplishments\tabs\ettenmoors_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="evendim_tab_highlight" FileName="accomplishments\tabs\evendim_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="evendim_tab_highlight_pressed" FileName="accomplishments\tabs\evendim_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="evendim_tab_normal" FileName="accomplishments\tabs\evendim_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="evendim_tab_pressed" FileName="accomplishments\tabs\evendim_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="evendim_tab_rollover" FileName="accomplishments\tabs\evendim_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="evendim_tab_rollover_highlight" FileName="accomplishments\tabs\evendim_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="forochel_tab_highlight" FileName="accomplishments\tabs\forochel_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="forochel_tab_highlight_pressed" FileName="accomplishments\tabs\forochel_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="forochel_tab_normal" FileName="accomplishments\tabs\forochel_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="forochel_tab_pressed" FileName="accomplishments\tabs\forochel_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="forochel_tab_rollover" FileName="accomplishments\tabs\forochel_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="forochel_tab_rollover_highlight" FileName="accomplishments\tabs\forochel_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="lonelands_tab_highlight" FileName="accomplishments\tabs\lonelands_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="lonelands_tab_highlight_pressed" FileName="accomplishments\tabs\lonelands_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="lonelands_tab_normal" FileName="accomplishments\tabs\lonelands_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="lonelands_tab_pressed" FileName="accomplishments\tabs\lonelands_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="lonelands_tab_rollover" FileName="accomplishments\tabs\lonelands_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="lonelands_tab_rollover_highlight" FileName="accomplishments\tabs\lonelands_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="lothlorien_tab_highlight" FileName="accomplishments\tabs\lothlorien_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="lothlorien_tab_highlight_pressed" FileName="accomplishments\tabs\lothlorien_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="lothlorien_tab_normal" FileName="accomplishments\tabs\lothlorien_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="lothlorien_tab_pressed" FileName="accomplishments\tabs\lothlorien_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="lothlorien_tab_rollover" FileName="accomplishments\tabs\lothlorien_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="lothlorien_tab_rollover_highlight" FileName="accomplishments\tabs\lothlorien_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="mistymountains_tab_highlight" FileName="accomplishments\tabs\mistymountains_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="mistymountains_tab_highlight_pressed" FileName="accomplishments\tabs\mistymountains_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="mistymountains_tab_normal" FileName="accomplishments\tabs\mistymountains_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="mistymountains_tab_pressed" FileName="accomplishments\tabs\mistymountains_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="mistymountains_tab_rollover" FileName="accomplishments\tabs\mistymountains_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="mistymountains_tab_rollover_highlight" FileName="accomplishments\tabs\mistymountains_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="mirkwood_southern_tab_highlight" FileName="accomplishments\tabs\mirkwood_southern_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="mirkwood_southern_tab_highlight_pressed" FileName="accomplishments\tabs\mirkwood_southern_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="mirkwood_southern_tab_normal" FileName="accomplishments\tabs\mirkwood_southern_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="mirkwood_southern_tab_pressed" FileName="accomplishments\tabs\mirkwood_southern_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="mirkwood_southern_tab_rollover" FileName="accomplishments\tabs\mirkwood_southern_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="mirkwood_southern_tab_rollover_highlight" FileName="accomplishments\tabs\mirkwood_southern_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="moria_book_8_tab_highlight" FileName="accomplishments\tabs\moria_book_8_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="moria_book_8_tab_highlight_pressed" FileName="accomplishments\tabs\moria_book_8_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="moria_book_8_tab_normal" FileName="accomplishments\tabs\moria_book_8_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="moria_book_8_tab_pressed" FileName="accomplishments\tabs\moria_book_8_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="moria_book_8_tab_rollover" FileName="accomplishments\tabs\moria_book_8_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="moria_book_8_tab_rollover_highlight" FileName="accomplishments\tabs\moria_book_8_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="moria_tab_highlight" FileName="accomplishments\tabs\moria_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_highlight_pressed" FileName="accomplishments\tabs\moria_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_normal" FileName="accomplishments\tabs\moria_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_pressed" FileName="accomplishments\tabs\moria_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_rollover" FileName="accomplishments\tabs\moria_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_rollover_highlight" FileName="accomplishments\tabs\moria_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="moria_tab_highlight_upper" FileName="accomplishments\tabs\moria_tab_highlight_upper.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_highlight_pressed_upper" FileName="accomplishments\tabs\moria_tab_highlight_pressed_upper.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_normal_upper" FileName="accomplishments\tabs\moria_tab_normal_upper.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_pressed_upper" FileName="accomplishments\tabs\moria_tab_pressed_upper.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_rollover_upper" FileName="accomplishments\tabs\moria_tab_rollover_upper.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_rollover_highlight_upper" FileName="accomplishments\tabs\moria_tab_rollover_highlight_upper.tga"></Mapping>

        <Mapping ArtAssetID="moria_tab_highlight_central" FileName="accomplishments\tabs\moria_tab_highlight_central.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_highlight_pressed_central" FileName="accomplishments\tabs\moria_tab_highlight_pressed_central.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_normal_central" FileName="accomplishments\tabs\moria_tab_normal_central.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_pressed_central" FileName="accomplishments\tabs\moria_tab_pressed_central.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_rollover_central" FileName="accomplishments\tabs\moria_tab_rollover_central.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_rollover_highlight_central" FileName="accomplishments\tabs\moria_tab_rollover_highlight_central.tga"></Mapping>

        <Mapping ArtAssetID="moria_tab_highlight_lower" FileName="accomplishments\tabs\moria_tab_highlight_lower.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_highlight_pressed_lower" FileName="accomplishments\tabs\moria_tab_highlight_pressed_lower.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_normal_lower" FileName="accomplishments\tabs\moria_tab_normal_lower.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_pressed_lower" FileName="accomplishments\tabs\moria_tab_pressed_lower.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_rollover_lower" FileName="accomplishments\tabs\moria_tab_rollover_lower.tga"></Mapping>
        <Mapping ArtAssetID="moria_tab_rollover_highlight_lower" FileName="accomplishments\tabs\moria_tab_rollover_highlight_lower.tga"></Mapping>

        <Mapping ArtAssetID="moria_release_tab_highlight" FileName="accomplishments\tabs\moria_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="moria_release_tab_highlight_pressed" FileName="accomplishments\tabs\moria_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="moria_release_tab_normal" FileName="accomplishments\tabs\moria_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="moria_release_tab_pressed" FileName="accomplishments\tabs\moria_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="moria_release_tab_rollover" FileName="accomplishments\tabs\moria_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="moria_release_tab_rollover_highlight" FileName="accomplishments\tabs\moria_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="northdowns_tab_highlight" FileName="accomplishments\tabs\northdowns_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="northdowns_tab_highlight_pressed" FileName="accomplishments\tabs\northdowns_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="northdowns_tab_normal" FileName="accomplishments\tabs\northdowns_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="northdowns_tab_pressed" FileName="accomplishments\tabs\northdowns_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="northdowns_tab_rollover" FileName="accomplishments\tabs\northdowns_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="northdowns_tab_rollover_highlight" FileName="accomplishments\tabs\northdowns_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="race_tab_highlight" FileName="accomplishments\tabs\race_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="race_tab_highlight_pressed" FileName="accomplishments\tabs\race_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="race_tab_normal" FileName="accomplishments\tabs\race_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="race_tab_pressed" FileName="accomplishments\tabs\race_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="race_tab_rollover" FileName="accomplishments\tabs\race_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="race_tab_rollover_highlight" FileName="accomplishments\tabs\race_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="shire_tab_highlight" FileName="accomplishments\tabs\shire_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="shire_tab_highlight_pressed" FileName="accomplishments\tabs\shire_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="shire_tab_normal" FileName="accomplishments\tabs\shire_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="shire_tab_pressed" FileName="accomplishments\tabs\shire_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="shire_tab_rollover" FileName="accomplishments\tabs\shire_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="shire_tab_rollover_highlight" FileName="accomplishments\tabs\shire_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="skirmish_instance_tab_highlight" FileName="accomplishments\tabs\skirmish_instance_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_instance_tab_highlight_pressed" FileName="accomplishments\tabs\skirmish_instance_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_instance_tab_normal" FileName="accomplishments\tabs\skirmish_instance_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_instance_tab_pressed" FileName="accomplishments\tabs\skirmish_instance_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_instance_tab_rollover" FileName="accomplishments\tabs\skirmish_instance_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_instance_tab_rollover_highlight" FileName="accomplishments\tabs\skirmish_instance_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="skirmish_lieutenant_tab_highlight" FileName="accomplishments\tabs\skirmish_lieutenant_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_lieutenant_tab_highlight_pressed" FileName="accomplishments\tabs\skirmish_lieutenant_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_lieutenant_tab_normal" FileName="accomplishments\tabs\skirmish_lieutenant_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_lieutenant_tab_pressed" FileName="accomplishments\tabs\skirmish_lieutenant_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_lieutenant_tab_rollover" FileName="accomplishments\tabs\skirmish_lieutenant_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_lieutenant_tab_rollover_highlight" FileName="accomplishments\tabs\skirmish_lieutenant_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="skirmish_overall_tab_highlight" FileName="accomplishments\tabs\skirmish_overall_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_overall_tab_highlight_pressed" FileName="accomplishments\tabs\skirmish_overall_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_overall_tab_normal" FileName="accomplishments\tabs\skirmish_overall_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_overall_tab_pressed" FileName="accomplishments\tabs\skirmish_overall_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_overall_tab_rollover" FileName="accomplishments\tabs\skirmish_overall_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_overall_tab_rollover_highlight" FileName="accomplishments\tabs\skirmish_overall_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="skirmish_soldier_tab_highlight" FileName="accomplishments\tabs\skirmish_soldier_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_soldier_tab_highlight_pressed" FileName="accomplishments\tabs\skirmish_soldier_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_soldier_tab_normal" FileName="accomplishments\tabs\skirmish_soldier_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_soldier_tab_pressed" FileName="accomplishments\tabs\skirmish_soldier_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_soldier_tab_rollover" FileName="accomplishments\tabs\skirmish_soldier_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="skirmish_soldier_tab_rollover_highlight" FileName="accomplishments\tabs\skirmish_soldier_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="southern_mirkwood_tab_highlight" FileName="accomplishments\tabs\southern_mirkwood_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="southern_mirkwood_tab_highlight_pressed" FileName="accomplishments\tabs\southern_mirkwood_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="southern_mirkwood_tab_normal" FileName="accomplishments\tabs\southern_mirkwood_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="southern_mirkwood_tab_pressed" FileName="accomplishments\tabs\southern_mirkwood_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="southern_mirkwood_tab_rollover" FileName="accomplishments\tabs\southern_mirkwood_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="southern_mirkwood_tab_rollover_highlight" FileName="accomplishments\tabs\southern_mirkwood_tab_rollover_highlight.tga"></Mapping>

        <Mapping ArtAssetID="trollshaws_tab_highlight" FileName="accomplishments\tabs\trollshaws_tab_highlight.tga"></Mapping>
        <Mapping ArtAssetID="trollshaws_tab_highlight_pressed" FileName="accomplishments\tabs\trollshaws_tab_highlight_pressed.tga"></Mapping>
        <Mapping ArtAssetID="trollshaws_tab_normal" FileName="accomplishments\tabs\trollshaws_tab_normal.tga"></Mapping>
        <Mapping ArtAssetID="trollshaws_tab_pressed" FileName="accomplishments\tabs\trollshaws_tab_pressed.tga"></Mapping>
        <Mapping ArtAssetID="trollshaws_tab_rollover" FileName="accomplishments\tabs\trollshaws_tab_rollover.tga"></Mapping>
        <Mapping ArtAssetID="trollshaws_tab_rollover_highlight" FileName="accomplishments\tabs\trollshaws_tab_rollover_highlight.tga"></Mapping>

       
        <!-- 3/14/2008 Unit Frames Positioning Tweaks-->
        <PanelFile ID="ID_UISkin_AvatarPanel">
                <Element ID="Toolbar_Quickslot_Extended_Scaler" X="283" Y="526" Width="460" Height="175">
                        <Element ID="Toolbar_Quickslot_Extended" X="40" Y="0" Width="420" Height="175"></Element>
                </Element>
               
                <Element ID="AvatarPanel" X="2" Y="2" Width="274" Height="176">
                        <Element ID="VitalsParent" X="0" Y="20" Width="274" Height="156">
                                <Element ID="VitalsBg" X="88" Y="42" Width="175" Height="27"></Element>
                                <Element ID="VitalsField" X="96" Y="34" Width="168" Height="42"></Element>
                                <Element ID="AvatarPanel_BG" X="-1" Y="1" Width="273" Height="105"></Element>
                                <Element ID="PlayerPortrait" X="21" Y="21" Width="64" Height="64"></Element>
                                <Element ID="PlayerVitals_Animations" X="2" Y="0" Width="277" Height="104"></Element>
                                <Element ID="AvatarPanel_COVER_LOWRES" X="22" Y="21" Width="64" Height="62"></Element>
                                <Element ID="PlayerLevel_BG" X="21" Y="78" Width="65" Height="32"></Element>
                                <Element ID="PlayerLeaderIcon" X="74" Y="68" Width="16" Height="16"></Element>
                                <Element ID="PlayerAssistantIcon" X="74" Y="68" Width="16" Height="16"></Element>
                                <Element ID="PlayerVoiceChat" X="46" Y="6" Width="20" Height="20"></Element>                        <!-- x71 to x46, y11 to y6-->
                                <Element ID="PlayerVoiceChatSquelched" X="46" Y="6" Width="20" Height="20"></Element>        <!-- x71 to x46, y11 to y6-->
                                <Element ID="PlayerSendingData" X="46" Y="6" Width="20" Height="20"></Element>                        <!-- x71 to x46, y11 to y6-->
                                <Element ID="PlayerName" X="97" Y="3" Width="176" Height="36"></Element>        <!-- x87 to y97-->
                                <Element ID="PlayerEffectDisplay" X="92" Y="74" Width="169" Height="64"></Element>
                                <Element ID="PlayerLevel" X="35" Y="83" Width="32" Height="17"></Element>        <!-- y84 to y83-->
                                <Element ID="PlayerPVP_Info" X="-4" Y="-3" Width="34" Height="98">
                                        <Element ID="PlayerPVP_RankDisplay" X="2" Y="70" Width="32" Height="32"></Element>        <!-- y0 to y70-->
                                        <Element ID="PlayerPVP_PrestigeDisplay" X="0" Y="20" Width="34" Height="78"></Element>
                                </Element>
                        </Element>
                </Element>
               
        </PanelFile>


        <PanelFile ID="ID_UISkin_OpponentPanel">
                <Element ID="OpponentPanel" X="268" Y="2" Width="284" Height="130">
                        <Element ID="VitalsParent" X="0" Y="20" Width="284" Height="110">
                       
                                <Element ID="Opponent_SelectionField" X="7" Y="0" Width="272" Height="120">
                                        <Element ID="OpponentsVitals_BG" X="10" Y="40" Width="176" Height="32"></Element>
                                        <Element ID="OpponentVitalsField" X="10" Y="34" Width="168" Height="42"></Element>
                                        <Element ID="OpponentPanel_BG" X="-1" Y="1" Width="277" Height="104"></Element>
                                        <Element ID="OpponentClass" X="173" Y="72" Width="20" Height="20"></Element>        <!-- x179 to x173-->
                                        <Element ID="OpponentPortrait" X="186" Y="21" Width="64" Height="64">
                                                <Element ID="Target_Image" X="0" Y="0" Width="64" Height="64"></Element>
                                        </Element>
                                        <Element ID="OpponentName" X="-5" Y="3" Width="176" Height="36"></Element>        <!-- x5 to x-5 -->
                                        <Element ID="OpponentEffectDisplay" X="9" Y="74" Width="170" Height="44"></Element>
                                        <Element ID="OpponentVitals_Animations" X="-4" Y="-1" Width="277" Height="104"></Element>
                                        <Element ID="OpponentPanel_COVER_LOWRES" X="186" Y="22" Width="64" Height="62"></Element>
                                        <Element ID="OpponentLevel_BG" X="185" Y="78" Width="65" Height="32"></Element>
                                        <Element ID="OpponentLevel" X="200" Y="83" Width="32" Height="17"></Element>        <!-- y84 to y83-->
                                        <Element ID="OpponentPVP_RankDisplay" X="242" Y="67" Width="32" Height="32"></Element>        <!-- y-3 to y67-->
                                        <Element ID="OpponentPVP_PrestigeDisplay" X="242" Y="17" Width="34" Height="78"></Element>
                                </Element>
                               
                                <Element ID="InanimateObject_SelectionField" X="28" Y="1" Width="228" Height="84">
                                        <Element ID="InanimateObjectPanel_BG" X="7" Y="26" Width="215" Height="51"></Element>
                                        <Element ID="InanimateObjectForeground" X="-2" Y="19" Width="231" Height="66"></Element>
                                        <Element ID="InanimateObjectName" X="11" Y="29" Width="205" Height="47"></Element>
                                </Element>
                               
                        </Element>
                </Element>
        </PanelFile>       
       
        <!-- 3/22/2008 Mini-Map Positioning Tweaks-->
        <PanelFile ID="ID_UISkin_MinimapWindow">
                <Element ID="MinimapWindow" X="814" Y="36" Width="170" Height="170">
                        <Element ID="MinimapFogOfWarDisplay" X="0" Y="-1" Width="2048" Height="1536"></Element>
                        <Element ID="MinimapMapImage" X="0" Y="-1" Width="2048" Height="1536"></Element>
                        <Element ID="RadarMapImage" X="0" Y="0" Width="600" Height="600"></Element>
                        <Element ID="MinimapPlayerMarker" X="0" Y="3" Width="28" Height="28"></Element>
                        <Element ID="Minimap_Frame" X="-34" Y="-33" Width="237" Height="237"></Element>
                        <Element ID="ToolbarButton_AreaText_DangerousArea_TutorialHighlight" X="-19" Y="200" Width="203" Height="16"></Element>
                        <Element ID="AreaText_Label" X="-19" Y="200" Width="203" Height="32"></Element>
                        <Element ID="TimeOfDay" X="27" Y="-6" Width="22" Height="22"></Element>                <!-- X9,Y5 to X27, Y-6-->
                        <Element ID="Mood" X="127" Y="148" Width="22" Height="22"></Element>
                        <Element ID="MapZoom" X="147" Y="127" Width="25" Height="25"></Element>
                        <Element ID="PerkBuy_DestinyPoints" X="119" Y="-6" Width="25" Height="25"></Element>        <!-- X137, Y5 to X119, Y-6 -->
                        <Element ID="WebJournalButton" X="152" Y="24" Width="25" Height="25"></Element>
                        <Element ID="HousingPanel_Button" X="9" Y="140" Width="25" Height="20"></Element>
                        <Element ID="HousingPanel_DecoButton" X="25" Y="152" Width="25" Height="25"></Element>
                </Element>
        </PanelFile>       

</opt>

Take into consideration that this is a work in progress and there may be some things in this code that I have used from others authors work. For that please be aware that if and when I release this, the authors work who I have used will be noted and due credit given. :D Thanks in advance to any who can help me with this issue.

~~Thay

daimon 11-04-2010 05:11 AM

Ah so you're wondering why they are not showing up. I misunderstood your question, sorry.

now lets see... your mainbar height is 200.
Your xpbar's Y value is 251. It's hidden because of that. If the mainbar is 200 pixels high you can use xpbar's y value between 1 and 192 as the xpbar itself is 8 pixels high. Same thing with the quickslot bar.

LevelMeter_Overlay doesn't show up in the current listings. I can't remember what the deal was with it.

I can't see what's wrong with the meters though. they seem to be correct as far as i can tell.

Thayilis 11-04-2010 06:00 AM

Hrm. Well I tired adjusting the Y value down to 192 and 191. I even tried setting it higher while increasing the mainbar height. Still doesn't want to work. I did notice that every time I try to make a new version of the toolbar targa file by copying the old image and editing the size of it (either with Gimp or paint.net) that it seems to corrupt the file somehow. So maybe there is an issue the image itself? Could that be the reason why the meters and experience bar aren't showing up? Or am I just a moron? lol :D

Thanks again for all your help Daimon! :)

~~Thay


All times are GMT -5. The time now is 10:42 AM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI