View Single Post
  #24  
Unread 04-05-2005, 01:39 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

My version is fully functional now, just working out the reset feature after zoning and its done.

Split all the maps into 3 menus, Fprt Area, Qey Area, and Misc. Selecting any map from any menu loads the map, its standard icons and overaly.

Not really expecting auto-update code support but it might be one of those things you consider to cool not to support

Each menu item requires a data object with the following fields:

command (for showing icons and layers)

Mapref (pointer to the map style. In most cases its MapStyles.internalzonename)

Name (for referencing the data object if needed in the future)

text (the menu display text)

There's also two button scripts, RevertIcons and HideIcons, that contain a list of every Icon and Overlay page.

Sadly I discovered the UI doesn't allow multiple includes of the same file, it strips all but the first occurance. Still good to have MapStyles in a seperate file. Easy to just dupe and rename to support other mods
Reply With Quote