Thread: Group Window
View Single Post
  #6  
Unread 05-21-2007, 02:10 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Strange, those buttons should be non-functional during combat.

To remove, search this text and replace with nothing:

Code:
<Button LocalTooltip="Leave Group" Location="105,6" Name="Leave" OnHoverIn="Opacity=1.000" OnHoverOut="Opacity=0.000" OnPress="Leave" Opacity="0.000" ScrollExtent="16,16" Size="16,16" Style="/WindowElements.WindowFrame.data.close.style" Tooltip="Leave Group"></Button>
Code:
<Button LocalTooltip="Kick" Location="105,6" MouseOverTextColor="#FF0000" Name="Kick" NormalTextColor="#FFFFFF" OnHoverIn="Opacity=1.000" OnHoverOut="Opacity=0.000" OnPress="kickfromgroup" Opacity="0.000" ScrollExtent="16,16" Size="16,16" Style="/WindowElements.WindowFrame.data.close.style" Tooltip="Kick"></Button>
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.

Last edited by gm9 : 05-21-2007 at 02:15 AM.
Reply With Quote