PDA

View Full Version : XML for inventory magnifying glass?


artificeren
01-23-2013, 03:37 PM
So the new magnifying glass on the inventory bags has ruined the effect of my chrome-less bags for my skin. Anybody know how to hide it?

grezgorz
01-30-2013, 04:16 PM
I'd also be very interested to know this.

moebius92
01-31-2013, 03:11 AM
ArtAssetID is "finditems16".

wmrojer
01-31-2013, 06:33 AM
The element ID is "Backpack_Base_FindItems_Button" and it is on the same level as "Backpack_Base_Close_Button".

Example code (Not standard values)
<PanelFile ID="ID_UISkin_BackpackView6_Template">
<Element ID="BackpackView6_Template" X="100" Y="100" Width="197" Height="126">
.
.
<Element ID="Backpack_Base_Close_Button" X="181" Y="0" Width="16" Height="16"> </Element>
<Element ID="Backpack_Base_FindItems_Button" X="163" Y="-3" Width="16" Height="16"> </Element>
</Element>
</PanelFile>

Adra
01-31-2013, 06:06 PM
TYVM wmrojer ! :) :)