02-22-2011, 10:12 PM
That is extremely odd that you are having such issues, because I am currently using GnD with the newest version of MultiSlots and am not having any of the problems you describe. (even with my rewritten Mog menus) I am able to see details on items within the selectable ITEMS window in the Equip menu by use of the Shift key and the details window vanishes properly when I press Shift again.
EDIT: Correction.
Go to Grouping & Details
Go to Module 4: Windows
Go to line 457.
Change
to
That should fix an overlap issue that isn't visible in my current project (er... using mog menus).
Insofar as changing the color of the weapon's name based on quality... It sounds interesting. The color may be visible within the ITEM SELECT menu (for both Item and Equip menus) and/or the CURRENTLY EQUIPPED menu. But that would be the discussion for another topic (either script request or RGSS support). *hint hint*
EDIT: Correction.
Go to Grouping & Details
Go to Module 4: Windows
Go to line 457.
Change
Code:
self.z += 10
Code:
self.z += 1000
Insofar as changing the color of the weapon's name based on quality... It sounds interesting. The color may be visible within the ITEM SELECT menu (for both Item and Equip menus) and/or the CURRENTLY EQUIPPED menu. But that would be the discussion for another topic (either script request or RGSS support). *hint hint*