OK I been workin on this and Ive made it casue its low lag and Im workin on a plugin atm to integrate this into the plugin .. Im sorry but I dont have any where to host an image or screenshot of it or Id be glad to throw up a screen shot..
Window has all the following to elimate 3 different windows and once I get the plugin made Im hoping to eliminate the hot button window as well..
-Spell Bar
-Target window w/ MQ integrated Level/Class/Guild/ X,Y Corrdinates
-Player Info has Color Gustom Gauges for HP , Mana, XP , and AA as well as Max and Current HP / Mana in additon to MQ integration for Mana and HP regen .
-10 Customizable buttons for MQ 2 functionality for the plugin I will be building or for people who would like to use this for their own plugin, the buttons are basically for expansion purposes and can be used for any MQ2 plugin intgration once defined...
**Heres the source code**
Code: Select all
<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<Button item="MQ_Button10">
<ScreenID>MQ_button10</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>341</X>
<Y>111</Y>
</Location>
<Size>
<CX>30</CX>
<CY>30</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>MQ10</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>2</Font>
</Button>
<Button item="MQ_button9">
<ScreenID>MQ_Button9</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>306</X>
<Y>111</Y>
</Location>
<Size>
<CX>30</CX>
<CY>30</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>MQ9</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>2</Font>
</Button>
<Button item="MQ_button8">
<ScreenID>MQ_button8</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>271</X>
<Y>111</Y>
</Location>
<Size>
<CX>30</CX>
<CY>30</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>MQ8</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>2</Font>
</Button>
<Button item="MQ_Button7">
<ScreenID>MQ_Button7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>236</X>
<Y>111</Y>
</Location>
<Size>
<CX>30</CX>
<CY>30</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>MQ7</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>2</Font>
</Button>
<Button item="MQ_Button6">
<ScreenID>MQ_Button6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>201</X>
<Y>111</Y>
</Location>
<Size>
<CX>30</CX>
<CY>30</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>MQ6</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>2</Font>
</Button>
<Button item="MQ_Button5">
<ScreenID>MQ_Button5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>166</X>
<Y>111</Y>
</Location>
<Size>
<CX>30</CX>
<CY>30</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>MQ5</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>2</Font>
</Button>
<Button item="MQ_Button4">
<ScreenID>MQ_Button4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>131</X>
<Y>111</Y>
</Location>
<Size>
<CX>30</CX>
<CY>30</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>MQ4</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>2</Font>
</Button>
<Button item="MQ_Button3">
<ScreenID>MQ_Button3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>96</X>
<Y>111</Y>
</Location>
<Size>
<CX>30</CX>
<CY>30</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>MQ3</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>2</Font>
</Button>
<Button item="MQ_Button2">
<ScreenID>MQ_Button2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>61</X>
<Y>111</Y>
</Location>
<Size>
<CX>30</CX>
<CY>30</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>MQ2</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>2</Font>
</Button>
<Button item="MQ_Button1">
<ScreenID>MQ_Button1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>26</X>
<Y>111</Y>
</Location>
<Size>
<CX>30</CX>
<CY>30</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<Style_Checkbox>false</Style_Checkbox>
<Text>MQ1</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_BtnNormal</Normal>
<Pressed>A_BtnPressed</Pressed>
<Flyby>A_BtnFlyby</Flyby>
<Disabled>A_BtnDisabled</Disabled>
<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
<Font>2</Font>
</Button>
<Label item="Mana Regen">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<Size>
<CX>35</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>360</X>
<Y>91</Y>
</Location>
<EQType>9999</EQType>
<TooltipReference>${Me.ManaRegen}</TooltipReference>
</Label>
<Label item="HPREG">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<Size>
<CX>36</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>360</X>
<Y>78</Y>
</Location>
<EQType>9999</EQType>
<TooltipReference>${Me.HPRegen}</TooltipReference>
</Label>
<Label item="Mana Current">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>XXXX</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<Size>
<CX>36</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>322</X>
<Y>91</Y>
</Location>
<EQType>9999</EQType>
<TooltipReference>${Me.CurrentMana}</TooltipReference>
</Label>
<Label item="Mana">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>Mana</Text>
<TextColor>
<R>0</R>
<G>0</G>
<B>255</B>
</TextColor>
<Size>
<CX>34</CX>
<CY>16</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>244</X>
<Y>91</Y>
</Location>
</Label>
<Label item="ManaMax">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>XXXX</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<Size>
<CX>36</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>283</X>
<Y>91</Y>
</Location>
<EQType>9999</EQType>
<TooltipReference>${Me.MaxMana}</TooltipReference>
</Label>
<Label item="HP Current">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>XXXX</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<Size>
<CX>38</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>322</X>
<Y>78</Y>
</Location>
<EQType>9999</EQType>
<TooltipReference>${Me.CurrentHPs}</TooltipReference>
</Label>
<Label item="HP Max">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>XXXX</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<Size>
<CX>38</CX>
<CY>13</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>283</X>
<Y>78</Y>
</Location>
<EQType>9999</EQType>
<TooltipReference>${Me.MaxHPs}</TooltipReference>
</Label>
<Label item="HP">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>HP</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<Size>
<CX>23</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>245</X>
<Y>78</Y>
</Location>
</Label>
<Label item="Y Corrdinates">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>Y Corrdinates</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<Size>
<CX>60</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>157</X>
<Y>61</Y>
</Location>
<EQType>9999</EQType>
<TooltipReference>${Target.Y}</TooltipReference>
</Label>
<Label item="Y">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>Y</Text>
<TextColor>
<R>0</R>
<G>0</G>
<B>255</B>
</TextColor>
<Size>
<CX>18</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>136</X>
<Y>61</Y>
</Location>
</Label>
<Label item="X Corrdinates">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<Text>X Corrdinates</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<Size>
<CX>62</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>157</X>
<Y>80</Y>
</Location>
<EQType>9999</EQType>
<TooltipReference>${Target.X}</TooltipReference>
</Label>
<Label item="X">
<ScreenID>A_Label</ScreenID>
<Font>3</Font>
<TextColor>
<R>0</R>
<G>0</G>
<B>255</B>
</TextColor>
<Size>
<CX>17</CX>
<CY>15</CY>
</Size>
<AlignCenter>false</AlignCenter>
<Location>
<X>136</X>
<Y>80</Y>
</Location>
<Text>X</Text>
</Label>
<Label item="CopyOfPlayer Hit Point Percent">
<ScreenID>Player_HP_P</ScreenID>
<EQType>19</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>356</X>
<Y>20</Y>
</Location>
<Size>
<CX>24</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>0</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="Player Alternate Experience Percent">
<ScreenID>Player_AAXP_P</ScreenID>
<EQType>27</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>356</X>
<Y>66</Y>
</Location>
<Size>
<CX>24</CX>
<CY>12</CY>
</Size>
<Text>0</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 Experience Percent">
<ScreenID>Player_XP_P</ScreenID>
<EQType>26</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>356</X>
<Y>50</Y>
</Location>
<Size>
<CX>24</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>220</R>
<G>150</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="Player Mana Percent">
<ScreenID>Player_Mana_P</ScreenID>
<EQType>20</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>356</X>
<Y>36</Y>
</Location>
<Size>
<CX>24</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>0</R>
<G>0</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="Player Pet Hit Point Percent">
<ScreenID>Player_Pet_HP_P</ScreenID>
<EQType>69</EQType>
<!--<Font>3</Font>-->
<Text>100</Text>
<RelativePosition>true</RelativePosition>
<Location>
<X>253</X>
<Y>58</Y>
</Location>
<Size>
<CX>24</CX>
<CY>12</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Gauge item="Player Alternate Experience">
<ScreenID>Player_AAXP_G</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>247</X>
<Y>69</Y>
</Location>
<Size>
<CX>108</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Text />
<TextOffsetY>0</TextOffsetY>
<TextOffsetX>0</TextOffsetX>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>0</R>
<G>255</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>80</G>
<B>220</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>5</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="Player Experience">
<ScreenID>Player_XP_G</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>247</X>
<Y>53</Y>
</Location>
<Size>
<CX>108</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Text />
<TextOffsetY>0</TextOffsetY>
<TextOffsetX>0</TextOffsetX>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>220</R>
<G>150</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>80</G>
<B>220</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>4</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="Player Mana">
<ScreenID>Player_Mana_G</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>247</X>
<Y>39</Y>
</Location>
<Size>
<CX>108</CX>
<CY>8</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>0</R>
<G>0</G>
<B>240</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>220</G>
<B>220</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>2</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Gauge item="Player Hit Points">
<ScreenID>Player_HP_G</ScreenID>
<!--<Font>3</Font>-->
<Text>Your Name Here</Text>
<TextColor>
<R>0</R>
<G>100</G>
<B>255</B>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>247</X>
<Y>-1</Y>
</Location>
<Size>
<CX>113</CX>
<CY>35</CY>
</Size>
<TextOffsety>0</TextOffsety>
<TextOffsetX>5</TextOffsetX>
<GaugeOffsetY>25</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>220</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>1</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
<Font>1</Font>
</Gauge>
<Gauge item="Target_HPText">
<ScreenID>TargetHP</ScreenID>
<Font>2</Font>
<TextColor>
<R>0</R>
<G>100</G>
<B>255</B>
<Alpha>255</Alpha>
</TextColor>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>59</Y>
</Location>
<Size>
<CX>108</CX>
<CY>25</CY>
</Size>
<GaugeOffsetY>16</GaugeOffsetY>
<TextOffsetX>3</TextOffsetX>
<TextOffsetY>3</TextOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference />
<FillTint>
<R>240</R>
<G>0</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>220</R>
<G>105</G>
<B>85</B>
</LinesFillTint>
<DrawLinesFill>true</DrawLinesFill>
<EQType>6</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Label item="Target_Level">
<ScreenID>TargetLevel</ScreenID>
<EQType>9999</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>-4</X>
<Y>83</Y>
</Location>
<Size>
<CX>22</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
<TooltipReference>${Target.Level}</TooltipReference>
</Label>
<Label item="Target_Class">
<ScreenID>TargetClass</ScreenID>
<EQType>9999</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>27</X>
<Y>83</Y>
</Location>
<Size>
<CX>78</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>true</AlignLeft>
<TooltipReference>${Target.Class}</TooltipReference>
</Label>
<Label item="Target_Percent">
<ScreenID>TargetPercentage</ScreenID>
<EQType>29</EQType>
<Font>3</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>110</X>
<Y>71</Y>
</Location>
<Size>
<CX>22</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>true</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Label item="Target_Guild">
<ScreenID>TargetGuild</ScreenID>
<EQType>9999</EQType>
<TooltipReference>${Target.Guild}</TooltipReference>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>1</X>
<Y>95</Y>
</Location>
<Size>
<CX>134</CX>
<CY>14</CY>
</Size>
<Text>0</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>
<Button item="ASP_SocialButton120">
<ScreenID>ASP_SocialButton120</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>124</X>
<Y>170</Y>
</Location>
<Size>
<CX>18</CX>
<CY>20</CY>
</Size>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_SmallBtnNormal</Normal>
<Pressed>A_SmallBtnPressed</Pressed>
<Flyby>A_SmallBtnFlyby</Flyby>
<Disabled>A_SmallBtnDisabled</Disabled>
<PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<SpellGem item="CSPW_Spell0">
<ScreenID>CSPW_Spell0</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>26</Y>
</Location>
<Size>
<CX>40</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<SpellGem item="CSPW_Spell1">
<ScreenID>CSPW_Spell1</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>25</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<SpellGem item="CSPW_Spell2">
<ScreenID>CSPW_Spell2</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>51</X>
<Y>26</Y>
</Location>
<Size>
<CX>40</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<SpellGem item="CSPW_Spell3">
<ScreenID>CSPW_Spell3</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>77</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<SpellGem item="CSPW_Spell4">
<ScreenID>CSPW_Spell4</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>117</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<SpellGem item="CSPW_Spell5">
<ScreenID>CSPW_Spell5</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>142</X>
<Y>26</Y>
</Location>
<Size>
<CX>40</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<SpellGem item="CSPW_Spell6">
<ScreenID>CSPW_Spell6</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>167</X>
<Y>0</Y>
</Location>
<Size>
<CX>40</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<SpellGem item="CSPW_Spell7">
<ScreenID>CSPW_Spell7</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>191</X>
<Y>26</Y>
</Location>
<Size>
<CX>40</CX>
<CY>32</CY>
</Size>
<SpellGemDrawTemplate>
<Holder>A_SpellGemHolder</Holder>
<Background>A_SpellGemBackground</Background>
<Highlight>A_SpellGemHighlight</Highlight>
</SpellGemDrawTemplate>
<SpellIconOffsetX>8</SpellIconOffsetX>
<SpellIconOffsetY>4</SpellIconOffsetY>
</SpellGem>
<Button item="CSPW_SpellBook">
<ScreenID>CSPW_SpellBook</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>107</X>
<Y>32</Y>
</Location>
<Size>
<CX>20</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Opens and closes Your Spellbook</TooltipReference>
<Style_Checkbox>true</Style_Checkbox>
<!--<RadioGroup/>-->
<ButtonDrawTemplate>
<Normal>A_BookBtnNormal</Normal>
<Pressed>A_BookBtnPressed</Pressed>
<Flyby>A_BookBtnFlyby</Flyby>
<Disabled>A_BookBtnDisabled</Disabled>
<PressedFlyby>A_BookBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<Screen item="CastSpellWnd">
<!--<ScreenID/>-->
<!--<Font/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>0</X>
<Y>25</Y>
</Location>
<Size>
<CX>400</CX>
<CY>140</CY>
</Size>
<Style_Transparent>True</Style_Transparent>
<TooltipReference>Allows you to cast your memorized spells</TooltipReference>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>False</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>False</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Style_HScroll>False</Style_HScroll>
<Pieces>CSPW_Spell0</Pieces>
<Pieces>CSPW_Spell1</Pieces>
<Pieces>CSPW_Spell2</Pieces>
<Pieces>CSPW_Spell3</Pieces>
<Pieces>CSPW_Spell4</Pieces>
<Pieces>CSPW_Spell5</Pieces>
<Pieces>CSPW_Spell6</Pieces>
<Pieces>CSPW_Spell7</Pieces>
<Pieces>CSPW_SpellBook</Pieces>
<Pieces>Target_HPText</Pieces>
<Pieces>Target_Level</Pieces>
<Pieces>Target_Class</Pieces>
<Pieces>Target_Percent</Pieces>
<Pieces>Target_Guild</Pieces>
<Pieces>Player Hit Points</Pieces>
<Pieces>Player Mana</Pieces>
<Pieces>Player Experience</Pieces>
<Pieces>Player Alternate Experience</Pieces>
<Pieces>Player Mana Percent</Pieces>
<Pieces>Player Experience Percent</Pieces>
<Pieces>Player Alternate Experience Percent</Pieces>
<Pieces>CopyOfPlayer Hit Point Percent</Pieces>
<Pieces>X</Pieces>
<Pieces>X Corrdinates</Pieces>
<Pieces>Y</Pieces>
<Pieces>Y Corrdinates</Pieces>
<Pieces>HP</Pieces>
<Pieces>HP Max</Pieces>
<Pieces>HP Current</Pieces>
<Pieces>ManaMax</Pieces>
<Pieces>Mana</Pieces>
<Pieces>Mana Current</Pieces>
<Pieces>HPREG</Pieces>
<Pieces>Mana Regen</Pieces>
<Pieces>MQ_Button1</Pieces>
<Pieces>MQ_Button2</Pieces>
<Pieces>MQ_Button3</Pieces>
<Pieces>MQ_Button4</Pieces>
<Pieces>MQ_Button5</Pieces>
<Pieces>MQ_Button6</Pieces>
<Pieces>MQ_Button7</Pieces>
<Pieces>MQ_button8</Pieces>
<Pieces>MQ_button9</Pieces>
<Pieces>MQ_Button10</Pieces>
<DrawTemplate>WDT_Rounded</DrawTemplate>
</Screen>
</XML>
Hope people like it.. Please give any feedback or ideas for add-ins. The only thing i want to change but cant s

[/img]


