shneekeythelost
Dalayan Beginner
Okay, this is for all you UI people out there. I used to be an okay hand at playing around with custom UI's back when I played Live, and I'm trying to get a decent setup to play SoD with. I'm not trying to break anything, of course, just make the layout a bit easier, like putting the stats and xp bar on the player window so I don't have to keep opening the inventory window for that information. Stuff like that.
Right now, I'm modifying a Player window from Live that Turlo made to suit my purposes, but apparently the Player_ManaTotals label is different. If anyone could help me with this label so I can fix it, this would be appreciated.
Here's the code that is giving me a problem:
<!-- Mana Totals -->
<Label item ="Player_ManaTotals">
<ScreenID>ManaNumberLabel</ScreenID>
<EQType>128</EQType>
<RelativePosition>true</RelativePosition>
<Font>2</Font>
<Location>
<X>75</X>
<Y>15</Y>
</Location>
<Size>
<CX>70</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
Right now, I'm modifying a Player window from Live that Turlo made to suit my purposes, but apparently the Player_ManaTotals label is different. If anyone could help me with this label so I can fix it, this would be appreciated.
Here's the code that is giving me a problem:
<!-- Mana Totals -->
<Label item ="Player_ManaTotals">
<ScreenID>ManaNumberLabel</ScreenID>
<EQType>128</EQType>
<RelativePosition>true</RelativePosition>
<Font>2</Font>
<Location>
<X>75</X>
<Y>15</Y>
</Location>
<Size>
<CX>70</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
Last edited: