View Single Post
  #172  
Unread 04-09-2005, 06:39 PM
Dadditude's Avatar
Dadditude Dadditude is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Feb 2005
Server: Mistmoore
Posts: 103
Default

Quote:
Originally Posted by Zonx
Main Map dropdowns can be disabled as follows:

1) open the eq2map directory.
2) Rename or delete plugin4.xml
3) Dupe plugin5.xml and rename it plugin4.xml
4) Open the new plugin4.xml in NotePad and change Name="TM_Plugin5" to Name="TM_Plugin4"

Adding ShadowStyles to Quest Helper:

1) Open eq2ui_journal_active.xml
2) Search for Name="StageTreeViewStyle"
3) Replace the entire object (from preceeding < to following >) with this:
Code:
<TreeViewStyle CellHeight="15" CellPadding="1,1" DefaultTextShadowStyle="/ShadowStyles.ChatSimple.Outline1" DefaultTextShadowStyle="/ShadowStyles.Outline1" DefaultTextStyle="/Fonts.FontZapf15" GridColor="#FFFFFF" ImageStyleChecked="CheckboxStyles.widget_check_on" ImageStyleCollapsed="CheckboxStyles.widget_tree_expand" ImageStyleExpanded="CheckboxStyles.widget_tree_contract" ImageStyleUnchecked="CheckboxStyles.widget_check_off" Name="StageTreeViewStyle" SelectionColorBackground="#334455" SelectionColorRect="#334455" SelectionTextShadowStyle="/ShadowStyles.Outline1"/>
4) Imediately following that object should be the StageTreeView object. Change its Style to Style="StageTreeViewStyle"
5) Search for Name=TimerValue"
6) Insert ShadowStyle="/ShadowStyles.Outline1"

Suggest you backup this change incase you accidentally replace the file at some point
I thought I followed your directions to the letter, but when I get in game, the text is not there at all. I have attached my file so that you can maybe see what I did wrong.
Attached Files
File Type: xml eq2ui_journals_active.xml (6.0 KB, 361 views)
__________________
Reply With Quote