![]() |
|
#2
|
||||
|
Quote:
Too add this % bar you add a Label element into EQUI_Inventory.XML, You gotta position it with <location> and the rest, EQtype is 26 for XP percent. For example, <Label item="IW_XPPerc"> <ScreenID>XPPercNumber</ScreenID> <EQType>26</EQType> <Font>5</Font> <RelativePosition>true</RelativePosition> <Location> <X>610</X> <Y>240</Y> </Location> <Size> <CX>60</CX> <CY>28</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> </Label> At bottom add it to the screen window Under: <Screen item="InventoryWindow"> Add: <Pieces>IW_XPPercNumber</Pieces> | |||
|
|