View Single Post
  #165  
Unread 04-09-2005, 07:58 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

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
Reply With Quote