View Single Post
  #18  
Unread 01-04-2007, 05:59 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

If you don't ever want to use ClickStrike, remove the include for it from eq2ui_mainhud.xml

Removing ClickCures is more complicated since its integrated with the Player and Group windows. The esiest thing to do would be to add this code bit to the first page object of that file...
Code:
OnShow="visible=false"
This should automatically hide the window any time its activated.
Reply With Quote