View Single Post
  #2  
Unread 07-20-2009, 11:51 AM
Grimgroth's Avatar
Grimgroth Grimgroth is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: May 2009
Posts: 12
This should work for the default UI :

1. Create a folder in ...\Documents\The Lord of the Rings Online\ui\skins\new_skin

2. Create a SkinDefinition.xml file in this folder (simple text file with the .xml extension).

3. Copy-paste the following code into this file :

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

  <SkinName Name="Default w/o xp"></SkinName>

  <PanelFile ID="toolbar">
    <Element ID="ToolbarField" X="CALCULATED_X" Y="1000" Width="1024" Height="192"> 
      <Element ID="LevelMeter" X="0" Y="0" Width="1" Height="1"> </Element> 
    </Element>
  </PanelFile>

</opt>
Note : replace CALCULATED_X by ( ( your_screen_width - 1024 ) / 2 ) - 13 to have the toolbar aligned with the other quickslots bars (for 1440×900 → X="195").

4. Save file, start lotro and select this skin in the options panels.

5. Restart LotRO

Last edited by Grimgroth : 07-20-2009 at 11:54 AM.
Reply With Quote