LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   XML modification help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=23)
-   -   Chop a vital box in half (https://www.lotrointerface.com/forums/showthread.php?t=786)

wackafoo 08-11-2009 03:23 PM

Chop a vital box in half
 
On a skin I can not find anymore. There was a choped in half vital box.



How do i chop this in half so i can make the vital box go lower on my screen?

Uthboth 08-14-2009 11:46 PM

I don't know the accuracy of this statement and I have no way to go back and test it. Here is what I think may have happened to the vitals box.

When they changed the way the debuffs and the buffs work how they list the shortest cool-down on the right to prevent them from moving around so much it made the vitals box it's current size. I do not know of any skin that can change the base size of any ctrl-\ boxes.

That's my thought on what caused them to increase in size. I would like them to be shorter then they are because I keep mine on the bottom of my screen.

wackafoo 08-16-2009 04:17 AM

Ah was looking in my old pics and found a screenshot of it. Look how far down they are.


After finding the pic i was able to find the screenpack and use the codeing from it.
http://www.lotrointerface.com/downlo...Eorlingas.html

Now its much lower!

Uthboth 08-16-2009 03:31 PM

:eek:

Didn't know that was possible, now I can update mine. Thanks for the find.

Uthboth 08-16-2009 06:11 PM

I looked through the xml file and I can't find the line of code to change the vitals box. Would you please post the portion of the code that I would need to paste into the xml file that I'm currently using.

wackafoo 08-16-2009 08:32 PM

Quote:

Originally Posted by Uthboth (Post 3498)
<!-- 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="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>


there you go

Uthboth 08-16-2009 11:31 PM

Cool, thanks.


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

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