View Single Post
  #1  
Unread 07-30-2012, 02:38 PM
Theowyn Theowyn is offline
The Undefeated
 
Join Date: Dec 2010
Posts: 6
Quick help with 2 things please

Hi! I'm playing again and I wanted to use my old UI, but I have a new computer with 1920x1080 resolution, and I can't figure out how to fix it, If you please could

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

<opt>


<SkinName Name="RoMalike"></SkinName>

<!-- Toolbar -->
 <Mapping ArtAssetID="letterbox_bottom" FileName="..\Graphics\letterbox_bottom_XP.tga"></Mapping>


<!-- ====================================================================================== -->
<!-- === POSITION ====================================================================== -->
<!-- ====================================================================================== -->

<PanelFile ID="ID_UISkin_Toolbar">
	<!-- Edit this line for different resolution -->
	<Element ID="ToolbarField" X="448" Y="880" Width="1024" Height="200">

		<Element ID="ToolBarButton_MainMenu" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="AutoAttackIndicatorButton" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ViolentModeIndicator" X="55" Y="129" Width="1" Height="1"> </Element>
		<Element ID="Toolbar_Quickslot" X="0" Y="0" Width="1" Height="1"></Element>
		<Element ID="QuickslotBar_DockedShift" X="0" Y="0" Width="1" Height="1"></Element>
		<Element ID="ToolbarButton_CustomizeSlots" X="0" Y="0" Width="1" Height="1"></Element>
		<Element ID="GamePlay_FervorPipDisplay" X="450" Y="190" Width="199" Height="19"></Element>
  		<Element ID="GamePlay_AimPipDisplay" X="450" Y="190" Width="199" Height="19"></Element>
		<Element ID="ToolbarButton_Slot_1" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_Slot_2" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_Slot_3" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_Slot_4" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_Slot_5" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_Slot_6" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_Slot_7" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_RightSlot_1" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_RightSlot_2" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_RightSlot_3" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_RightSlot_4" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_RightSlot_5" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_RightSlot_6" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="ToolbarButton_RightSlot_7" X="0" Y="0" Width="1" Height="1"> </Element>
		<Element ID="Toolbar_WebstoreButton" X="0" Y="0" Width="1" Height="1"> </Element>
	</Element>
</PanelFile>



    <!--  Hunter Focus --> 
    <Mapping ArtAssetID="fervor_9_Pips_empty" FileName="..\Graphics\vitals\fervor_9_Pips_empty.tga" />
    <Mapping ArtAssetID="fervor_9_Pips_1pips" FileName="..\Graphics\vitals\fervor_9_Pips_1pips.tga" />
    <Mapping ArtAssetID="fervor_9_Pips_2pips" FileName="..\Graphics\vitals\fervor_9_Pips_2pips.tga" />
    <Mapping ArtAssetID="fervor_9_Pips_3pips" FileName="..\Graphics\vitals\fervor_9_Pips_3pips.tga" />
    <Mapping ArtAssetID="fervor_9_Pips_4pips" FileName="..\Graphics\vitals\fervor_9_Pips_4pips.tga" />
    <Mapping ArtAssetID="fervor_9_Pips_5pips" FileName="..\Graphics\vitals\fervor_9_Pips_5pips.tga" />
    <Mapping ArtAssetID="fervor_9_Pips_6pips" FileName="..\Graphics\vitals\fervor_9_Pips_6pips.tga" />
    <Mapping ArtAssetID="fervor_9_Pips_7pips" FileName="..\Graphics\vitals\fervor_9_Pips_7pips.tga" />
    <Mapping ArtAssetID="fervor_9_Pips_8pips" FileName="..\Graphics\vitals\fervor_9_Pips_8pips.tga" />
    <Mapping ArtAssetID="fervor_9_Pips_9pips" FileName="..\Graphics\vitals\fervor_9_Pips_9pips.tga" />

</opt>
-The Button, which I think to be the right slot number 7, won't go away.
-I'd like the focus bar on top of the casting bar.
EDIT: -actually, 3 things, could you tell me how to make disappear the experience bar and all it's elements?



just that, please help ^^

Last edited by Theowyn : 07-30-2012 at 02:47 PM.
Reply With Quote