View Single Post
  #32  
Unread 04-13-2005, 04:14 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

...Zonx...

...The windows can't save their size settings properly if the window's MaximumSize as defined in the XML is smaller than the window...

STEP 4:

Remove any Minimumsize and Maximumsize parameters from the main bag page. (Or set the Maximumsize to the size for the 36-slot bag or some ridiculously high number.) This will be on the second line if opened in Notepad. Example, FetishNightfall bag:

<Page Activated="true" eq2usescomwndcontrols="true" Location="3,58" MaximumSize="134,23" MinimumSize="134,23" Name="Bag"

Replace with:

<Page Activated="true" eq2usescomwndcontrols="true" Location="3,58" Name="Bag"

Or, specific to Fetish Nightfall v3.3 bags:

<Page Activated="true" eq2usescomwndcontrols="true" Location="3,58" MaximumSize="134,313" MinimumSize="134,23" Name="Bag"

Attaching fixed version of Fetish Nightfall 3.3 bag to this post.




...That takes care of everyone but Laffs. Laffs, what bag mod are you using? (Attach it here if it's not in the download section.)
Attached Files
File Type: xml eq2ui_inventory_bag.xml (15.5 KB, 322 views)
__________________
If it ain't broke, it needs more features!

Last edited by Deathbane27 : 04-13-2005 at 04:29 AM.
Reply With Quote