View Single Post
  #2  
Unread 01-08-2011, 02:36 AM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

1. Not sure, it sounds like it would be a game issue and not the window. Kinda strange.

2. Right-click the bar and enable spinners. You can then drag from the area between the bank arrows.

3. Easy fix, I got the same request back on the tradeskill window recipe list, so I'll make the same change here.

4. I think it's actually the icon backgrounds themself that are black, but also the window can have a black background for any overflow area to keep the window square. If you are referring to the icon background color itself, then you could try modify the xml file (which is just currently defaulting to black).

Open eq2ui_inventory_bag.xml and find line 5 that looks like this:

Code:
<IconBank BackgroundOpacity="1.000" Dragable="true" font="/TextStyles.Normal.NormalStyle" framecolor="#B5935A" iconframepadding="0" iconpadding="0" iconsize="42" iconstyle="/IconStyles.examine" Location="4,4" Name="Icons" PackSize="a,a" renderframe="true" renderoutlines="false" ScrollExtent="171,389" Size="171,389" textcolor="#FFFFFF" textmargin="2,-1,2,-2" treatasbutton="false" />
Replace with this:
Code:
<IconBank BackgroundColor="#733D1A" BackgroundOpacity="1.000" Dragable="true" font="/TextStyles.Normal.NormalStyle" framecolor="#B5935A" iconframepadding="0" iconpadding="0" iconsize="42" iconstyle="/IconStyles.examine" Location="4,4" Name="Icons" PackSize="a,a" renderframe="true" renderoutlines="false" ScrollExtent="171,389" Size="171,389" textcolor="#FFFFFF" textmargin="2,-1,2,-2" treatasbutton="false" />
Should give you a decent brown background. Didn't test it in-game though.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote