Thread: I key inventory
View Single Post
  #4  
Unread 03-06-2008, 09:11 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

My best guess would be this change in eq2ui_inventory_inventory.xml, from Lines 50 - 58:

Original:
Code:
" OnShow="show_window="Inventory.FetishDock" 
hide_window="Inventory.FetishDock"
show_window="Inventory.FetishDock" 
hide_window="Inventory.FetishDock"
hide_window="MainHUD.Compass"
show_window="MainHUD.Compass" 
hide_window="MainHUD.Compass"
show_window="MainHUD.Compass" 
" PackLocation="FFF,FFF" PackLocationProp="0000/0001,0000/0001" ScrollExtent="269,475" show_window="Inventory.FetishDock" Size="269,475" UserMovable="true" version="2.1.0" ZoomLoc="1011,549">
New:
Code:
" OnShow="Shrink.activated=true
OnShow=(show_window="Inventory.FetishDock"
hide_window="Inventory.FetishDock"
show_window="Inventory.FetishDock"
hide_window="Inventory.FetishDock"
hide_window="MainHUD.Compass"
show_window="MainHUD.Compass"
hide_window="MainHUD.Compass"
show_window="MainHUD.Compass")
" PackLocation="FFF,FFF" PackLocationProp="0000/0001,0000/0001" ScrollExtent="269,475" show_window="Inventory.FetishDock" Size="269,475" UserMovable="true" version="2.1.0" ZoomLoc="1011,549">
__________________
"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