View Single Post
  #5  
Unread 06-06-2005, 04:40 PM
Dolby's Avatar
Dolby Dolby is offline
Bacon Eater
Premium Member
EQ2Interface Admin
This person is a EQ2Map developer.
 
Join Date: Feb 2004
Posts: 2,452
Default

fixed, pushing fix to the patcher in a couple minutes. I just needed to add the following xml to the core_process.xml so that it would overlay the custom poi's over the games current poi's.

Code:
Parent.QM_Overlay.Icons.tutorial_island02.Visible=Parent.MapPage.Icons.tutorial_island02.Visible 
Parent.MapPage.Icons.tutorial_island02.OnHide='Parent.Parent.Parent.QM_Overlay.Icons.tutorial_island02.Visible=false' 
Parent.MapPage.Icons.tutorial_island02.OnShow='Parent.Parent.Parent.QM_Overlay.Icons.tutorial_island02.Visible=true'
Reply With Quote