View Single Post
  #165  
Unread 06-06-2005, 06:28 AM
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

Confirmed bug with the Event Filter Tab's Privacy checkbox. Temp fix for this is to change the following code in eq2ui_mainhud_guild.xml

from
Code:
DynamicData="/GameData.UIState.Guild.NotifyGuildMembersOnline" Location="18,435" Name="Privacy"
to
Code:
DynamicData="/GameData.UIState.Guild.GuildEventPrivacy" Location="18,435" Name="Privacy"
Reply With Quote