LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   Interface Requests (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=5)
-   -   Hide Vitals and Target (https://www.lotrointerface.com/forums/showthread.php?t=3900)

Maphyr 05-08-2022 02:41 PM

Hide Vitals and Target
 
I want to hide to default Vitals panel for myself and my target.

I'm using a plugin from Souru for both of these, named Vital Self and Vital Target.

How can I hide the default panels?

dt192 05-09-2022 02:07 AM

Save this to Documents\The Lord of the Rings Online\ui\skins\HideVitals\SkinDefinition.xml or add the two panel parts to your current skin.

Code:

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

<opt>
 
  <SkinName Name="Hide Vitals" />

  <PanelFile ID="ID_UISkin_AvatarPanel">
    <Element ID="AvatarPanel">
      <Element ID="VitalsParent" X="-10000" Y="0" Width="1" Height="1"/>
      <Element ID="HiddenDragBox_DragBox" X="-10000" Y="0" Width="1" Height="1"/>
      <Element ID="HiddenDragBox_DragBar" X="-10000" Y="0" Width="1" Height="1"/>
      <Element ID="HiddenDragBox_TitleText" X="-10000" Y="0" Width="1" Height="1"/>
    </Element>
  </PanelFile>

  <PanelFile ID="ID_UISkin_OpponentPanel">
    <Element ID="OpponentPanel">
      <Element ID="LockOnOverlay" X="-10000" Y="0" Width="1" Height="1"/>
      <Element ID="VitalsParent" X="-10000" Y="0" Width="1" Height="1"/>
      <Element ID="HiddenDragBox_DragBox" X="-10000" Y="0" Width="1" Height="1"/>
      <Element ID="HiddenDragBox_DragBar" X="-10000" Y="0" Width="1" Height="1"/>
      <Element ID="HiddenDragBox_TitleText" X="-10000" Y="0" Width="1" Height="1"/>
    </Element>
  </PanelFile>

</opt>



All times are GMT -5. The time now is 06:24 AM.

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