View Single Post
  #6  
Unread 10-03-2015, 09:29 PM
Mysstie's Avatar
Mysstie Mysstie is offline
A Griffon
 
Join Date: Oct 2008
Server: Oasis
Posts: 168
Default

If you edit eq2ui_mainhid_startbutton.xml and change the part with the resists around line 326 to:
Code:
        <Page Location="988,-2" MaximumSize="64,20" MinimumSize="64,20" Name="Physical" ScrollExtent="64,20" Size="64,20">
            <Text AbsorbsInput="false" Font="/TextStyles.Small.SmallStyle" Location="0,1" Margin="0,0,5,0" Name="Label" ScrollExtent="40,20" Size="40,20" TextAlignmentVertical="Center" TextColor="#C7CFC7">Phys:</Text>
            <Text DynamicData="/GameData.Stats.Physical" Font="/TextStyles.Normal.NormalStyle" Location="27,2" Name="Value" ScrollExtent="34,16" Size="34,16" TextAlignment="Center" TextAlignmentVertical="Center">99999</Text>
        </Page>
        <Page Location="1052,-2" MaximumSize="61,20" MinimumSize="61,20" Name="Arcane" ScrollExtent="61,20" Size="61,20">
            <Text AbsorbsInput="false" Font="/TextStyles.Small.SmallStyle" Location="0,1" Margin="0,0,5,0" Name="Label" ScrollExtent="40,20" Size="40,20" TextAlignmentVertical="Center" TextColor="#C7CFC7">Arc:</Text>
            <Text DynamicData="/GameData.Stats.Arcane" Font="/TextStyles.Normal.NormalStyle" Location="19,2" Name="Value" ScrollExtent="39,16" Size="39,16" TextAlignment="Center" TextAlignmentVertical="Center">999999</Text>
        </Page>
        <Page Location="1108,-2" MaximumSize="63,20" MinimumSize="63,20" Name="Noxious" ScrollExtent="63,20" Size="63,20">
            <Text AbsorbsInput="false" Font="/TextStyles.Small.SmallStyle" Location="0,1" Margin="0,0,5,0" Name="Label" ScrollExtent="40,20" Size="40,20" TextAlignmentVertical="Center" TextColor="#C7CFC7">Nox:</Text>
            <Text DynamicData="/GameData.Stats.Noxious" Font="/TextStyles.Normal.NormalStyle" Location="22,2" Name="Value" ScrollExtent="39,16" Size="39,16" TextAlignment="Center" TextAlignmentVertical="Center">999999</Text>
        </Page>
        <Page Location="1166,-2" MaximumSize="63,20" MinimumSize="63,20" Name="Elemental" ScrollExtent="63,20" Size="63,20">
            <Text AbsorbsInput="false" Font="/TextStyles.Small.SmallStyle" Location="0,1" Margin="0,0,5,0" Name="Label" ScrollExtent="40,20" Size="40,20" TextAlignmentVertical="Center" TextColor="#C7CFC7">Ele:</Text>
            <Text DynamicData="/GameData.Stats.Elemental" Font="/TextStyles.Normal.NormalStyle" Location="18,2" Name="Value" ScrollExtent="39,16" Size="39,16" TextAlignment="Center" TextAlignmentVertical="Center">999999</Text>
        </Page>
That will let resists of 6 digits show: http://i.imgur.com/Mk1OlZZ.png
__________________
- Mysstie
Reply With Quote