View Single Post
  #6  
Unread 03-22-2020, 05:55 PM
ziplock9000 ziplock9000 is offline
A Crazed Gnoll
 
Join Date: Feb 2006
Server: Antonia Bayle
Posts: 20
Default

Thanks mate, much appreciated.

For anyone else:

eq2ui_mainhud_groupmembers.xml

Change:
<Page BackgroundColor="#0000FF" BackgroundOpacity="0.500" Location="1,1" Name="CueP" ScrollExtent="203,24" Size="203,24" Visible="false" />
<Page BackgroundColor="#FF0000" BackgroundOpacity="0.500" Location="1,1" Name="CueH" ScrollExtent="203,24" Size="203,24" Visible="false" />

To
<Page BackgroundColor="#0000FF" BackgroundOpacity="0.800" Location="1,1" Name="CueP" ScrollExtent="203,24" Size="203,24" Visible="false" />
<Page BackgroundColor="#FF0000" BackgroundOpacity="0.800" Location="1,1" Name="CueH" ScrollExtent="203,24" Size="203,24" Visible="false" />

So there's still a little transparency for when they overlap.

Now if only EQ2 would do CSS blink

Last edited by ziplock9000 : 03-22-2020 at 06:04 PM.
Reply With Quote