View Single Post
  #2  
Unread 06-23-2006, 04:46 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Its probably possible but would require some effort to determine exactly what each bag's window name is.

Each bag window gets a unique window name by the client that has nothing to do with anything in the XML. Basically the client uses the bag.xml file as a template for creating several instances of the bag window. Each instance gets a name assigned by the client.

Another option is to configure bags automatically based on the number of slots. I set something like this up way back before the bags got bigger but ditched it. The code gets extreamly bloated with code to support 36 separate layouts.
Reply With Quote