LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   XML modification help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=23)
-   -   Bank Boxes (https://www.lotrointerface.com/forums/showthread.php?t=788)

Fatal 08-13-2009 10:01 AM

[RESOLVED] Bank Boxes
 
Hello,

I cannot find any UISkins except "ID_UISkin_GamePlay_BankBox" in the SkinDictionary to modify the Bank Boxes.
The mentioned UISkin seems to effect the "main big box" only. What about the other 6 additional Bank Boxes?

I want the boxes to be minified - it works for the big box though.
But I don't know how to address the other 6 bank boxes.

Thanks for any help.

Greets Fatal

Fatal 08-14-2009 05:50 AM

I found it last night indirectly over the "PanelViewer" I downloaded here.

So here is what I worked out for minified bank slots (inspired by rushl's "Ultra Mini-packs!"):
Code:

<!-- BANKSLOTS -->
<PanelFile ID="ID_UISkin_GamePlay_BankBox">
  <Element ID="GamePlay_BankBox" X="280" Y="750" Width="270" Height="178">
    <Element ID="BankDragbar" X="0" Y="0" Width="10" Height="178"> </Element>
    <Element ID="Bank_ItemList" X="10" Y="0" Width="210" Height="178"> </Element>
    <Element ID="BankGraphic" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="Bank_StorageLabel" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="Bank_PurchaseField" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="Bank_AdditionalStorageLabel" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="Bank_OpenSharedAccountBank" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="Bank_AdditionalStorageHelpLabel" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="Bank_AdditionalBagsList" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBackground" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="Bank_Base_Close_Button" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankView_TitleBar" X="0" Y="0" Width="1" Height="1"> </Element>
  </Element>
</PanelFile>


<PanelFile ID="ID_UISkin_BagTemplate">
  <Element ID="BankBagSlot_1" X="280" Y="120" Width="188" Height="105">
    <Element ID="BankBagGraphic" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagBackground" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagDragbar" X="0" Y="0" Width="10" Height="105"> </Element>
    <Element ID="BankBag_Base_Close_Button" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagView_TitleBar" X="0" Y="0" Width="1" Height="1"> </Element>       
    <Element ID="BankBag_ItemList" X="10" Y="0" Width="178" Height="105"> </Element>
  </Element>
  <Element ID="BankBagSlot_2" X="280" Y="225" Width="188" Height="105">
    <Element ID="BankBagGraphic" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagBackground" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagDragbar" X="0" Y="0" Width="10" Height="105"> </Element>
    <Element ID="BankBag_Base_Close_Button" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagView_TitleBar" X="0" Y="0" Width="1" Height="1"> </Element>       
    <Element ID="BankBag_ItemList" X="10" Y="0" Width="178" Height="105"> </Element>
  </Element>
  <Element ID="BankBagSlot_3" X="280" Y="330" Width="188" Height="105">
    <Element ID="BankBagGraphic" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagBackground" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagDragbar" X="0" Y="0" Width="10" Height="105"> </Element>
    <Element ID="BankBag_Base_Close_Button" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagView_TitleBar" X="0" Y="0" Width="1" Height="1"> </Element>       
    <Element ID="BankBag_ItemList" X="10" Y="0" Width="178" Height="105"> </Element>
  </Element>
  <Element ID="BankBagSlot_4" X="280" Y="435" Width="188" Height="105">
    <Element ID="BankBagGraphic" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagBackground" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagDragbar" X="0" Y="0" Width="10" Height="105"> </Element>
    <Element ID="BankBag_Base_Close_Button" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagView_TitleBar" X="0" Y="0" Width="1" Height="1"> </Element>       
    <Element ID="BankBag_ItemList" X="10" Y="0" Width="178" Height="105"> </Element>
  </Element>
  <Element ID="BankBagSlot_5" X="280" Y="540" Width="188" Height="105">
    <Element ID="BankBagGraphic" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagBackground" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagDragbar" X="0" Y="0" Width="10" Height="105"> </Element>
    <Element ID="BankBag_Base_Close_Button" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagView_TitleBar" X="0" Y="0" Width="1" Height="1"> </Element>       
    <Element ID="BankBag_ItemList" X="10" Y="0" Width="178" Height="105"> </Element>
  </Element>
  <Element ID="BankBagSlot_6" X="280" Y="645" Width="188" Height="105">
    <Element ID="BankBagGraphic" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagBackground" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagDragbar" X="0" Y="0" Width="10" Height="105"> </Element>
    <Element ID="BankBag_Base_Close_Button" X="0" Y="0" Width="1" Height="1"> </Element>
    <Element ID="BankBagView_TitleBar" X="0" Y="0" Width="1" Height="1"> </Element>       
    <Element ID="BankBag_ItemList" X="10" Y="0" Width="178" Height="105"> </Element>
  </Element>
 
</PanelFile>

What a hassle to find out! The BankBagSlot_X IDs are *NOT* in the SkinDictionary! Why?
Feel free to reuse it in your skins...

Greets Fatal

Uthboth 08-18-2009 10:13 PM

Nice, thanks.

Uthboth 08-24-2009 11:20 PM

I've run into a problem that I've only been able to work around by modifying the SkinDef itself. When I move my bank bags where I would like them and log out, once I log back in they're in the position listed in the SkinDef. Is there a work around for this or could there be something else messing with the positioning?

I'm using my own custom ui, I've gone through it and the only listing for the bank bags I have found is this one.

Fatal 10-25-2009 09:07 PM

Quote:

Originally Posted by Uthboth (Post 3511)
I've run into a problem that I've only been able to work around by modifying the SkinDef itself. When I move my bank bags where I would like them and log out, once I log back in they're in the position listed in the SkinDef. Is there a work around for this or could there be something else messing with the positioning?

I'm using my own custom ui, I've gone through it and the only listing for the bank bags I have found is this one.

You're right.
This is a common behaviour of Lotro's UI: The Bank Box positions are *NOT* saved persistent, just for one Lotro session. Next session the positions from the UI are used - so modify them there and you might be happy.

I've done this for me and also changed the background images, because without any background the minified bags are hard to see in dark areas. I used some background images form another UI I found here.


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

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