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

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

RogerWilco
a ghoul
a ghoul
Posts: 86
Joined: Thu Aug 28, 2003 4:05 am

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

Post by RogerWilco » 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>  

Teh_ish
UI Guru
Posts: 168
Joined: Wed Nov 05, 2003 12:18 am

Post by Teh_ish » Wed Nov 19, 2003 12:01 am

You probably have one of the older versions of MQ2. That's a bug that was fixed a while back. Update
OMGWTFBBQ

RogerWilco
a ghoul
a ghoul
Posts: 86
Joined: Thu Aug 28, 2003 4:05 am

Post by RogerWilco » Wed Nov 19, 2003 8:25 am

Yeah I had MQ2 from 11/17 :P

THanks Ter_ish

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