View Single Post
Old 07-24-2004, 08:03 PM   #9
Nift
A Treant
 
Join Date: Sep 2002
Posts: 27
Default

Sorry all been away a few days. I gave this a try but I am at work so can not test it. I would bet the locations numbers need to be adjusted. I have added the <!-- Added --> tags were I added to the file for assistance.

Will also just post what I added were.

Under ATKNumber label set added two new labels sets.
Code:
<!-- ADDED --> <Label item ="IW_Mananumberlabel"> <ScreenID>Mananumberlabel</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>340</X> <Y>45</Y> </Location> <Size> <CX>64</CX> <CY>14</CY> </Size> <Text>MANA</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="IW_ManaNumber"> <ScreenID>ManaNumber</ScreenID> <EQType>128</EQType> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>366</X> <Y>45</Y> </Location> <Size> <CX>80</CX> <CY>14</CY> </Size> <Text>0</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="IW_ENDLabel"> <ScreenID>ENDLabel</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>340</X> <Y>57</Y> </Location> <Size> <CX>64</CX> <CY>14</CY> </Size> <Text>Endurance</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="IW_ENDNumber"> <ScreenID>ENDNumber</ScreenID> <EQType>129</EQType> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>366</X> <Y>57</Y> </Location> <Size> <CX>80</CX> <CY>14</CY> </Size> <Text>0</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label> <!-- END ADDED -->



Then in the bottom of the file in the pieces I added:

Code:
<!-- Added --> <Pieces>IW_Mananumberlabel</Pieces> <Pieces>IW_ManaNumber</Pieces> <Pieces>IW_ENDLabel</Pieces> <Pieces>IW_ENDNumber</Pieces> <!-- Added -->


Attached is the edited file. I hope this helps you.
Attached Files
File Type: xml EQUI_Inventory.xml (49.9 KB, 13 views)
Nift is offline   Reply With Quote