SidlWidl MQ'd

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

Moderator: MacroQuest Developers

premodeja
a lesser mummy
a lesser mummy
Posts: 51
Joined: Wed Aug 04, 2004 12:11 pm

SidlWidl MQ'd

Post by premodeja » Sat Dec 31, 2005 10:43 am

This is not complete and not tested as I have not played at all this week, but should give a base for others to add and use. Thanks to Gimp's ui, I went through and extracted elements easily.

Edit: I was in a rush, so I did not have a link. For those not familiar, it is a gui editor. h**p://www.eqinterface.com/index.php?section=sidlwidl

Add to EQToolboxTemplates.XML

Code: Select all

<view name="MQ Types">
       <template name="HP Regen">  
		<Label item="MQ_HpRegen">
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.HPRegen}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>120</X>
      <Y>42</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>100</R>
      <G>100</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
  </Label>
	</template>
       <template name="Mana Regen">  
		<Label item="MQ_ManaRegen">
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.ManaRegen}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>120</X>
      <Y>55</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>100</R>
      <G>100</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
  </Label>
	</template>
<template name="Endurance Regen">  
		<Label item="MQ_EnduranceRegen">
    <Font>1</Font>
    <EQType>9999</EQType>
    <TooltipReference>${Me.EnduranceRegen}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>120</X>
      <Y>67</Y>
    </Location>
    <Size>
      <CX>25</CX>
      <CY>14</CY>
    </Size>
    <TextColor>
      <R>100</R>
      <G>100</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
  </Label>
	</template>
<template name="Grp Class1">  
		<Label item="MQ_Class1">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[1].Class.ShortName}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>81</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Class2">  
		<Label item="MQ_Class2">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[2].Class.ShortName}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>81</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Class3">  
		<Label item="MQ_Class3">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[3].Class.ShortName}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>81</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Class4">  
		<Label item="MQ_Class4">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[4].Class.ShortName}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>81</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Class5">  
		<Label item="MQ_Class5">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${Group.Member[5].Class.ShortName}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>81</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Level1">  
		<Label item="MQ_Level1">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[1].Level}!=70,${Group.Member[1].Level},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>84</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>true</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
	</template>
<template name="Grp Level2">  
		<Label item="MQ_Level2">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[2].Level}!=70,${Group.Member[2].Level},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>84</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>true</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
	</template>
<template name="Grp Level3">  
		<Label item="MQ_Level3">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[3].Level}!=70,${Group.Member[3].Level},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>84</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>true</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
	</template>
<template name="Grp Level4">  
		<Label item="MQ_Level4">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[4].Level}!=70,${Group.Member[4].Level},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>84</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>true</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
	</template>
<template name="Grp Level5">  
		<Label item="MQ_Level5">
      <Font>1</Font>
      <EQType>9999</EQType>
      <TooltipReference>${If[${Group.Member[5].Level}!=70,${Group.Member[5].Level},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>84</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>20</CX>
         <CY>14</CY>
      </Size>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>true</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>
	</template>
<template name="Grp Visible1">  
		<Label item="MQ_Visible1">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${If[${Group.Member[1].ID},${If[${Group.Member[1].Invis},,VIS]},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>104</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Visible2">  
		<Label item="MQ_Visible2">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${If[${Group.Member[2].ID},${If[${Group.Member[2].Invis},,VIS]},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>104</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Visible3">  
		<Label item="MQ_Visible3">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${If[${Group.Member[3].ID},${If[${Group.Member[3].Invis},,VIS]},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>104</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Visible4">  
		<Label item="MQ_Visible4">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${If[${Group.Member[4].ID},${If[${Group.Member[4].Invis},,VIS]},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>104</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Visible5">  
		<Label item="MQ_Visible5">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${If[${Group.Member[5].ID},${If[${Group.Member[5].Invis},,VIS]},]}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>104</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>255</R>
         <G>0</G>
         <B>0</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Distance1">  
		<Label item="MQ_Distance1">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${Group.Member[1].Distance.Int}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>134</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Distance2">  
		<Label item="MQ_Distance2">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${Group.Member[2].Distance.Int}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>134</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Distance3">  
		<Label item="MQ_Distance3">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${Group.Member[3].Distance.Int}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>134</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Distance4">  
		<Label item="MQ_Distance4">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${Group.Member[4].Distance.Int}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>134</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Grp Distance5">  
		<Label item="MQ_Distance5">
      <Font>1</Font>
      <EQType>9999</EQType> 
      <TooltipReference>${Group.Member[5].Distance.Int}</TooltipReference> 
      <RelativePosition>true</RelativePosition>
      <Location>
         <X>134</X>
         <Y>0</Y>
      </Location>
      <Size>
         <CX>35</CX>
         <CY>14</CY>
      </Size>
      <Text></Text>
      <TextColor>
         <R>200</R>
         <G>200</G>
         <B>200</B>
      </TextColor>
      <NoWrap>true</NoWrap>
      <AlignLeft>false</AlignLeft>
      <AlignCenter>false</AlignCenter>
      <AlignRight>true</AlignRight>
   </Label>
	</template>
<template name="Target Name">  
		<Label item="MQ_Target_Name">
		<Font>2</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Target.Invis},(${Target.CleanName}),${Target.CleanName}]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>2</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>100</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	</template>
<template name="Target Guild">  
		<Label item="MQ_Target_Guild">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Target.Guild.Length},${Target.Guild},]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>2</Y>
		</Location>
		<Size>
			<CX>100</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<AlignRight>true</AlignRight>
	</Label>
	</template>
<template name="Target Class">  
		<Label item="MQ_Target_Class">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${Target.Class.ShortName}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>106</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>25</CX>
			<CY>14</CY>
		</Size>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	</template>
<template name="Target Level">  
		<Label item="MQ_Target_Level">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Target.Level}!=${Me.Level},${Target.Level},]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>130</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
	</template>
<template name="Target Distance">  
		<Label item="MQ_Target_Distance">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${Target.Distance}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>150</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>false</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	</template>
<template name="Target LoS">  
		<Label item="MQ_Target_LoS">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Target.ID},${If[!${Target.LineOfSight},!LoS,]},]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>170</X>
			<Y>0</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>255</R>
			<G>0</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>false</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
	</template>
<template name="Target StatusPetMaster">  
		<Label item="MQ_Target_StatusPetMaster">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Target.Master.Name.Length},Owner ${Target.Master.CleanName},]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>135</X>
			<Y>14</Y>
		</Location>
		<Size>
			<CX>80</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>0</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
        </template>
<template name="Target StatusInRaid">  
		<Label item="MQ_Target_StatusInRaid">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Raid.Member[${Target.Name}].ID},in group ${Raid.Member[${Target.Name}].Group},${If[${Group.Member[${Group.Member[${Target.Name}]}].ID},in group,]}]}</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>135</X>
			<Y>14</Y>
		</Location>
		<Size>
			<CX>80</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
        </template>
<template name="Target ToT Name">  
		<Label item="MQ_ToT_Name">
		<Font>2</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Me.TargetOfTarget.Invis},(${Me.TargetOfTarget.CleanName}),${Me.TargetOfTarget.CleanName}]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>2</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>100</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
        </template>
<template name="Target ToT Guild">  
		<Label item="MQ_ToT_Guild">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Me.TargetOfTarget.Guild.Length},${Me.TargetOfTarget.Guild},]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>0</X>
			<Y>30</Y>
		</Location>
		<Size>
			<CX>100</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>false</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>	
        </template>
<template name="Target ToT Level">  
		<Label item="MQ_ToT_Level">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${Me.TargetOfTarget.Level}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>130</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<AlignLeft>true</AlignLeft>
	</Label>
        </template>
<template name="Target ToT Class">  
		<Label item="MQ_ToT_Class">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${Me.TargetOfTarget.Class.ShortName}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>106</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>25</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
        </template>
<template name="Target ToT Distance">  
		<Label item="MQ_ToT_Distance">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${Me.TargetOfTarget.Distance}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>150</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>false</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
        </template>
<template name="Target ToT LoS">  
		<Label item="MQ_ToT_LoS">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Me.TargetOfTarget.ID},${If[!${Me.TargetOfTarget.LineOfSight},!LoS,]},]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>170</X>
			<Y>28</Y>
		</Location>
		<Size>
			<CX>35</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>255</R>
			<G>0</G>
			<B>0</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>false</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>true</AlignRight>
	</Label>
        </template>
<template name="Target ToT StatusPetMaster">  
		<Label item="MQ_ToT_StatusPetMaster">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Me.TargetOfTarget.Master.Name.Length},Owner ${Me.TargetOfTarget.Master.CleanName},]}</TooltipReference>  
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>135</X>
			<Y>42</Y>
		</Location>
		<Size>
			<CX>80</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>0</R>
			<G>240</G>
			<B>240</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
        </template>
<template name="Target ToT StatusInRaid">  
		<Label item="MQ_ToT_StatusInRaid">
		<Font>1</Font>
		<EQType>9999</EQType>  
		<TooltipReference>${If[${Raid.Member[${Me.TargetOfTarget.Name}].ID},in group ${Raid.Member[${Me.TargetOfTarget.Name}].Group},${If[${Group.Member[${Group.Member[${Me.TargetOfTarget.Name}]}].ID},in group,]}]}</TooltipReference>
		<RelativePosition>true</RelativePosition>
		<Location>
			<X>135</X>
			<Y>42</Y>
		</Location>
		<Size>
			<CX>80</CX>
			<CY>14</CY>
		</Size>
		<Text></Text>
		<TextColor>
			<R>200</R>
			<G>200</G>
			<B>200</B>
		</TextColor>
		<NoWrap>true</NoWrap>
		<AlignLeft>true</AlignLeft>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>
        </template>
</view>

</Templates>
[quote][b]dont_know_at_all wrote:[/b]
I, for one, welcome our new bot overlords.[/quote]










xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: SidlWidl MQ'd

Post by xyilla » Thu Jan 08, 2026 7:07 pm