View Single Post
  #3  
Unread 12-04-2006, 08:15 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

I don't see how this could have anything to do with the recent changes to MainHUD.Map. The EQ2Maps version of MainHUD_Map is basicly some initialization scripts, a couple base level objects and a buncha includes. The only change made was to the initialization script. Nothing concerning mapStyles or POIs was affected.

If Condemed Catacombs is showing rather than The Down Bellow, its more likely a problem with the support for multiple zones that share the same map. In theory the client should know when to load icons_qey_catacomb01.xml rather than icons_qey_catacomb01_.xml. In fact it should be referencing the page names within those files, not the file names. All of that is managed by the client, not EQ2Maps.

Anyways, the only thing in my map that could potentially mess up map loads is the menu plugins, which isn't included in the default EQ2Map setup and realy was only ever an issue in multi-map zones. FAICT, its virtually bug free now. Some problems can still come up due to timing or a very specific series of clicks and events.

Best way to test this... stuff includes for the icon files mentioned above into the icon layer of the default map. Also add a root level include for the core_mapstyles.xml. My guess is you'll see exactly the same problem.
Reply With Quote