lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > Developer Discussions > XML modification help (L)

Reply
Thread Tools Display Modes
  #1  
Unread 08-13-2009, 10:01 AM
Fatal Fatal is offline
The Wary
 
Join Date: Aug 2009
Posts: 3
[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

Last edited by Fatal : 08-14-2009 at 06:02 AM.
Reply With Quote
  #2  
Unread 08-14-2009, 05:50 AM
Fatal Fatal is offline
The Wary
 
Join Date: Aug 2009
Posts: 3
Thumbs up

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

Last edited by Fatal : 08-14-2009 at 05:59 AM.
Reply With Quote
  #3  
Unread 08-18-2009, 10:13 PM
Uthboth's Avatar
Uthboth Uthboth is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Boise, Idaho USA
Posts: 48
Nice, thanks.
Reply With Quote
  #4  
Unread 08-24-2009, 11:20 PM
Uthboth's Avatar
Uthboth Uthboth is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Location: Boise, Idaho USA
Posts: 48
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.
Reply With Quote
  #5  
Unread 10-25-2009, 09:07 PM
Fatal Fatal is offline
The Wary
 
Join Date: Aug 2009
Posts: 3
Quote:
Originally Posted by Uthboth
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.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 05:26 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui