View Single Post
Old 04-16-2012, 11:30 PM   #240
Luolas
A Snow Cougar
 
Join Date: Jun 2003
Server: E. Marr
Posts: 40
Interface Author - Click to view interfaces
Default

In EQUI_BigBankWnd.xml dated Thursday, ‎March ‎01, ‎2012, ‏‎2:48:52 PM

Ok, first time editing a UI xml file, but this was driving me crazy so I dove in.

Bank Bags 7 & 8(BankBagSet6 & 7) slot 7s (BankBag6_6 & 7_6) are inaccessible without moving either bag to a different bag slot. I found by deleting line 3453 and line 3899 it would correct the error.

In section there is a 25th "Pieces" in BankBagSet6 and BankBagSet7
Line 3409 <Screen item="BankBagSet6">
Line 3453 <Pieces>BankBag6_24</Pieces>

Line 3855 <Screen item="BankBagSet7">
Line 3899 <Pieces>BankBag7_24</Pieces>

And
Line 3418 <CY>56</CY>
looks like it should be <CY>53</CY>

And all BankBagSet's starting with BankBagSet6 have 25 InvSlot's, since they are not used not a big deal, (kinda like declaring a variable you don't use), but it's there.

Thanks for the UI, and all your work, those untouchable bank slots were driving me batty!

Luolas
Luolas is offline   Reply With Quote