Tempus
Staff Emeritus
Anyone know why this doesn't work with SoD? It should display the Current / Max mana numbers.
Thanks for any input or suggestions.
Code:
<Label item="PW_Mana_Current">
<ScreenID>PW_Mana_CurrentLabel</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>75</X>
<Y>102</Y>
</Location>
<Size>
<CX>33</CX>
<CY>12</CY>
</Size>
<EQType>124</EQType>
<TextColor>
<R>52</R>
<G>159</G>
<B>250</B>
<Alpha>255</Alpha>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="PW_Mana_Divider">
<ScreenID>PW_Mana_DividerLabel</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>112</X>
<Y>102</Y>
</Location>
<Size>
<CX>33</CX>
<CY>12</CY>
</Size>
<Text>/</Text>
<TextColor>
<R>52</R>
<G>159</G>
<B>250</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<Label item="PW_Mana_Max">
<ScreenID>PW_Mana_MaxLabel</ScreenID>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>109</X>
<Y>102</Y>
</Location>
<Size>
<CX>33</CX>
<CY>12</CY>
</Size>
<EQType>125</EQType>
<TextColor>
<R>52</R>
<G>159</G>
<B>250</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
Thanks for any input or suggestions.