Page 1 of 1

having some issues with $char(hp,regen) with MQ2

Posted: Wed Nov 19, 2003 12:00 am
by RogerWilco
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>  

Posted: Wed Nov 19, 2003 12:01 am
by Teh_ish
You probably have one of the older versions of MQ2. That's a bug that was fixed a while back. Update

Posted: Wed Nov 19, 2003 8:25 am
by RogerWilco
Yeah I had MQ2 from 11/17 :P

THanks Ter_ish

it still messes up but for the most part it is right there