LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   Interface Help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=3)
-   -   Strange visual bug since update 6.1 (https://www.lotrointerface.com/forums/showthread.php?t=1787)

Eili 04-17-2012 03:21 AM

Strange visual bug since update 6.1
 
Since this morning, i have a strange circle appearing on my screen each time i use the inventory, or receive a new item, or a new item quest.

As soon as i mouse over the new items in the inventory the circle vanish



I tried to click on it, to move it but there is nothing to detect it really.

Do you think it is something i could have forget in one of my previous update ? All the icons are invisible in my UI, could that be a new icone ? or a changed one ?

I am just lost because it goes off and on with mousing and i did nothing for that.

THank you for any answer

Neophron 04-17-2012 04:08 AM

Bag icon overlay
 
That circle that you see is the new bag icon overlay.
It appears when you have new items in your bag and removes when you open your bag. A lot of skins dont have visuals anymore of the bag icon so it appears somewhere on your screen. I'm not really in to modding the UI yet but maybe someone else can figure out how to remove this overlay.

Eili 04-17-2012 04:14 AM

Oh Thank you! i searched into my UI in case so i am happy to k now this really comes with 6.1 and nothing wrong on my side.

I will wait for Narrel then in the hope that he will send us the update even if not very big.

Brygard2007 04-17-2012 04:54 AM

I search the old skin pack zip and I didn't see it.

There might be an alternative to remove it but requires quite a few codes for the:
Quote:

<PanelFile ID="ID_UISkin_Toolbar">
probably this esample section:
Quote:

<Element ID="ToolbarButton_Slot_4" X="129" Y="147" Width="25" Height="25">
<Element ID="CustomizableSlotButton_BuyNowButton" X="0" Y="0" Width="25" Height="25"> </Element>
<Element ID="CustomizableSlotButton_NewInfoHighlight" X="0" Y="0" Width="25" Height="25"> </Element>
<Element ID="CustomizableSlotButton_TutorialHighlight" X="0" Y="0" Width="25" Height="25">
<Element ID="TutorialHighlighter_LeftBorder" X="0" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_BottomBorder" X="3" Y="22" Width="19" Height="3"> </Element>
<Element ID="TutorialHighlighter_RightBorder" X="22" Y="0" Width="3" Height="25"> </Element>
<Element ID="TutorialHighlighter_TopBorder" X="3" Y="0" Width="19" Height="3"> </Element>
</Element>
Most notable but not sure could be the:
Quote:

<Element ID="CustomizableSlotButton_NewInfoHighlight" X="0" Y="0" Width="25" Height="25"> </Element>
Would have to set the width and height to 1 instead 25.

I haven't tried it.
I rather wait for the new skinpack when it's uploaded,hopefully soon.

Firedancer 04-17-2012 08:50 AM

Until we get a new asset pack wit h the image or xml needed to get rid of it, just open the Options window, go to UI Settings, then at the top of that should be toolbar settings for the round buttons seen on the toolbar. Just change bag1 thru bag 5 to other stuff and the round highlight will go away.

Eili 04-17-2012 12:22 PM

Good solution in the meantime.

Thank you

Grymwulf 04-21-2012 11:54 AM

<PanelFile ID="ID_UISkin_Toolbar">
<Element ID="ToolbarField" X="700" Y="1000" Width="495" Height="200">
<Element ID="ToolbarButton_Slot_1" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_Slot_2" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_Slot_3" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_Slot_4" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_Slot_5" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_Slot_6" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_Slot_7" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_RightSlot_1" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_RightSlot_2" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_RightSlot_3" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_RightSlot_4" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_RightSlot_5" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_RightSlot_6" X="1" Y="201" Width="1" Height="1"></Element>
<Element ID="ToolbarButton_RightSlot_7" X="11" Y="201" Width="1" Height="1"></Element>
</Element>
</PanelFile>

It should be those. Just set width and height to 1 and it should make them dissapear. That is if you don't want to use those buttons at all. Elsewise you'll have to wait for the id's of the overlay for it.


All times are GMT -5. The time now is 11:48 AM.

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