
05-05-2005, 05:02 AM
|
 |
A Griffon
|
|
Join Date: Mar 2005
Server: Unkown
Posts: 588
|
|
Quote:
|
Originally Posted by Ricki
Its probably the bugged ini file.. i wish there was a way to fix it other than start over.. i just don't feel like tryin to reset all my windows rofl. As for setting it to automatically dock when opened, i can't find that in the doc file, but no biggie.
And yes, i know the dock is in the proper location lol.. This only occurs when first loading the ui.. quickest way for me to fix it is to either zoom in, then out or just close inventory and reopen it. /boggle
Well i just thought maybe there would be a quick fix for it, but i guess not hehe. Thanks though
|
I believe this was what he was refering too.
Quote:
|
Originally Posted by FetishClassic.doc Page 12
Inventory
Shrink by Default: Open the inventory file eq2ui_inventory_inventory.xml in Notepad. The 8th line of code reads:
" PackLocation="
Replace with the following code (all one line):
Shrink.Checked=true Shrink.Activated=true" OnHide="Shrink.Checked=false Shrink.Activated=false" PackLocation="
Save and Exit.
Collapse by Default: Open the inventory file eq2ui_inventory_inventory.xml in Notepad. The 8th line of code reads:
" PackLocation="
Replace with the following code (all one line):
Collapse.Checked=true Collapse.Activated=true" OnHide="Collapse.Checked=false Collapse.Activated=false" PackLocation="
Save and Exit.
Shrink & Collapse by Default: Open the inventory file eq2ui_inventory_inventory.xml in Notepad. The 8th line of code reads:
" PackLocation="
Replace with the following code (all one line):
Shrink.Checked=true Shrink.Activated=true Collapse.Checked=true Collapse.Activated=true" OnHide="Shrink.Checked=false Shrink.Activated=false Collapse.Checked=false Collapse.Activated=false" PackLocation="
Save and Exit.
|
|