View Single Post
  #3  
Unread 04-11-2010, 03:25 PM
daimon's Avatar
daimon daimon is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Finland
Posts: 466
Basic structure for Skindefinition.xml would be:
HTML Code:
    <opt>                                   needed to start the file
        <SkinName Name="SKINNAME">            gives the #NAME# for the skin
            </SkinName>                     ends the naming tag
            
        <Panelfile>                         includes numeric values for panels
            <Element ID="PANELNAME">          child element for panelfile-tag
                </Element>                  ends element-tag
            </Panelfile>                    ends panelfile-tag
            
        <Mapping ArtAssetID="PIC.TGA">        refers to a picture used for skin
            </Mapping>                      ends mapping-tag
    </opt>                                  ends the file
If you're missing even a single </Element> tag that should be there in the correct location the skin won't show up in Lotro.

The problem might be a much more simpler too, hard to say.
__________________
~·~ DaimonUI ~·~
avatar by Humon
Reply With Quote