Well, I got it finished finally. Apparently SirCodeAlot is adding it into his next update... Anyway, here's the code
Code: Select all
<Label item="MQ_Spell1A">
<ScreenID>MQ_Spell1A</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${Int[${If[${Math.Calc[${Target.Distance}-${Me.Gem[1].Range}]}>0,${Math.Calc[${Target.Distance}-${Me.Gem[1].Range}]},]}]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>95</X>
<Y>12</Y>
</Location>
<Size>
<CX>100</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<Label item="MQ_Spell1B">
<ScreenID>MQ_Spell1B</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${If[${Math.Calc[(${Target.Distance}-${Me.Gem[1].Range})*-1]}>0,${If[${Target.ID}==NULL,"",${If[${Target.LineOfSight}==FALSE,0,]}]},]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>95</X>
<Y>12</Y>
</Location>
<Size>
<CX>100</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
<Label item="MQ_Spell1C">
<ScreenID>MQ_Spell1C</ScreenID>
<EQType>9999</EQType>
<Font>5</Font>
<TooltipReference>${If[${Math.Calc[(${Target.Distance}-${Me.Gem[1].Range})*-1]}>0,${If[${Target.ID}==NULL,"",${If[${Target.LineOfSight}==TRUE,"Cast",]}]},]}</TooltipReference>
<RelativePosition>true</RelativePosition>
<Location>
<X>95</X>
<Y>12</Y>
</Location>
<Size>
<CX>100</CX>
<CY>20</CY>
</Size>
<Text>100</Text>
<TextColor>
<R>0</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
</Label>
That's it.. PM me when you get your UI up No_Idea_At_All, I'd like to check it out.