having some issues with $char(hp,regen) with MQ2
Posted: Wed Nov 19, 2003 12:00 am
could someone please look at this and tell me if it looks right to them .. I just copy/paste from Lax's window to put into another UI I am altering....but for some reason the amount of regen is incorrect... showing I am regening 674 which is impossible.
Code: Select all
<Label item ="HP_Regen_Value">
<ScreenID>HP_Regen_Value</ScreenID>
<Location>
<X>27</X>
<Y>100</Y>
</Location>
<Size>
<CX>27</CX>
<CY>15</CY>
</Size>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Text>0</Text>
<EQType>9999</EQType>
<TooltipReference>$char(hp,regen)</TooltipReference>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
</Label>