Thread: DoV updates
View Single Post
  #17  
Unread 02-25-2011, 05:15 PM
DiggityMan's Avatar
DiggityMan DiggityMan is offline
A Dragoon Sith
Interface Author - Click to view interfaces
 
Join Date: Aug 2010
Server: Oasis
Posts: 95
Default

Hey just a few things I am not currently playing as I am taking into account some family issues. I got Married. go me.. lol But I've updated your UI just to see what changed. 2 things i have that you could add one is a typo and other is an option.

I noticed that if i right click the EXP Bar (eq2ui_mainhud_experience.xml)
I could disable combat and quest so i just added a text over the exp bar that says "EXP Disabled"

PHP Code:
        <Text AbsorbsInput="false" DynamicData="/GameData.Self.CombatExperienceDisabled" DynamicDataFilter="0001" Font="/TextStyles.Large.LargeStyle" Location="-80,0" Name="CombatExperienceDisabled" PackLocation="cfc" ScrollExtent="220,20" ShadowStyle="/ShadowStylesNew.OutlineDrop.style" Size="220,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F0D080" UserMovable="true" UserResizable="true" Visible="false">Combat XP Disabled</Text>
        <
Text AbsorbsInput="false" DynamicData="/GameData.Self.QuestExperienceDisabled" DynamicDataFilter="0001" Font="/TextStyles.Large.LargeStyle" Location="80,0" Name="QuestExperienceDisabled" PackLocation="cfc" ScrollExtent="220,20" ShadowStyle="/ShadowStylesNew.OutlineDrop.style" Size="220,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F0D080" UserMovable="true" UserResizable="true" Visible="false">Quest XP Disabled</Text
After the first button in the Page

and second it is called Multi-Attack. So in the Startbutton.xml it still has a DA
PHP Code:
            <Text AbsorbsInput="false" Font="/TextStyles.Small.SmallStyle" Location="0,1" Margin="0,0,5,0" MaxLines="1" Name="Label" ScrollExtent="24,20" Size="24,20" TextAlignmentVertical="Center" TextColor="#C7CFC7">MA:</Text
__________________
*On Leave Got Married*

Reply With Quote