LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   Graphics modification help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=24)
-   -   Simple interface suggestion, shouldn't take long at all (https://www.lotrointerface.com/forums/showthread.php?t=776)

snowbro6 07-20-2009 11:03 AM

Simple interface suggestion, shouldn't take long at all
 
Would anybody be willing to help me by making an interface without the exp bar at the bottom? You can cover it up or whatever you want, I just don't want to be able to see it at the bottom because it makes my leveling feel like it takes forever. Can anyone help? Doesn't seem like it would be that hard of a job.

Grimgroth 07-20-2009 11:51 AM

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 :)

snowbro6 07-20-2009 11:28 PM

Thank you! That worked famously. For some reason it's just a lot easier for me to level up when i'm not constantly staring at the experience bar. I feel like it goes a lot faster.


All times are GMT -5. The time now is 09:17 PM.

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