Posted: Wed Apr 21, 2004 11:14 pm
hps wont go over 9999 now ;( need a 5th number
Need to talk about MacroQuest to other MacroQuest users?
https://mq64.org/phpBB3/
Code: Select all
<Label item="Player_ATKNum">
<TextColor>
<B>255</B>
<G>255</G>
<R>255</R>
</TextColor>
<EQType>23</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>35</X>
<Y>103</Y>
</Location>
<Size>
<CX>24</CX>
<CY>14</CY>
</Size>
<Text>1888</Text>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>Code: Select all
<Label item="Player_HPNumber">
<Font>2</Font>
<ScreenID>PlayerHPNumber</ScreenID>
<EQType>17</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>9</X>
<Y>19</Y>
</Location>
<!-- <Location>
<X>54</X>
<Y>19</Y>
</Location>-->
<Size>
<CX>33</CX>
<CY>14</CY>
</Size>
<Text>10000</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="Player_HPDivider">
<Font>3</Font>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>44</X>
<Y>19</Y>
</Location>
<!--<Location>
<X>97</X>
<Y>19</Y>
</Location>-->
<Size>
<CX>7</CX>
<CY>14</CY>
</Size>
<Text>/</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<Label item="Player_HPMax">
<Font>2</Font>
<ScreenID>PlayerMaxHP</ScreenID>
<EQType>18</EQType>
<RelativePosition>true</RelativePosition>
<Location>
<X>49</X>
<Y>19</Y>
</Location>
<!-- <Location>
<X>105</X>
<Y>19</Y>
</Location>-->
<Size>
<CX>33</CX>
<CY>14</CY>
</Size>
<Text>10000</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignLeft>true</AlignLeft>
</Label>
<Label item="MQ_ManaNumber">
<Font>2</Font>
<ScreenID>ManaNumber</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Me.CurrentMana}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>85</X>
<Y>19</Y>
</Location>
<!-- <Location>
<X>54</X>
<Y>19</Y>
</Location>-->
<Size>
<CX>33</CX>
<CY>14</CY>
</Size>
<Text>10000</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="MQ_ManaDivider">
<Font>3</Font>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>120</X>
<Y>19</Y>
</Location>
<!--<Location>
<X>97</X>
<Y>19</Y>
</Location>-->
<Size>
<CX>7</CX>
<CY>14</CY>
</Size>
<Text>/</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<Label item="MQ_ManaMax">
<Font>2</Font>
<ScreenID>ManaMax</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Me.MaxMana}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>129</X>
<Y>19</Y>
</Location>
<!-- <Location>
<X>105</X>
<Y>19</Y>
</Location>-->
<Size>
<CX>33</CX>
<CY>14</CY>
</Size>
<Text>10000</Text>
<TextColor>
<R>0</R>
<G>100</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignLeft>true</AlignLeft>
</Label>