Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 06-12-2004, 04:43 AM   #1
EddieHaffen
A Bat
 
Join Date: Feb 2004
Posts: 1
Default Help modifying UI

I tried to move the inventory links from the bottom of the combat tab to the same place on the main tap (one with sit,run,camp,etc..). I tried everything I can think of and nothing works. I just get the default to load up instead of the custom one. Any help would be nice, thanks in advance!

here is my modified version:


-
<XML ID="EQInterfaceDefinitionLanguage">
<Schema/>
<!-- Actions Socials Page -->
-
<Button item="ASP_SocialPageLeftButton">
<ScreenID>ASP_SocialPageLeftButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>15</X>
<Y>5</Y>
</Location>
-
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<Text/>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_HSBLeftNormal</Normal>
<Pressed>A_HSBLeftPressed</Pressed>
<Flyby>A_HSBLeftFlyby</Flyby>
<Disabled>A_HSBLeftDisabled</Disabled>
<PressedFlyby>A_HSBLeftPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Label item="ASP_CurrentSocialPageLabel">
<ScreenID>ASP_CurrentSocialPageLabel</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>37</X>
<Y>3</Y>
</Location>
-
<Size>
<CX>36</CX>
<CY>22</CY>
</Size>
<Text>1</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
-
<Button item="ASP_SocialPageRightButton">
<ScreenID>ASP_SocialPageRightButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>73</X>
<Y>5</Y>
</Location>
-
<Size>
<CX>22</CX>
<CY>12</CY>
</Size>
<Text/>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_HSBRightNormal</Normal>
<Pressed>A_HSBRightPressed</Pressed>
<Flyby>A_HSBRightFlyby</Flyby>
<Disabled>A_HSBRightDisabled</Disabled>
<PressedFlyby>A_HSBRightPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="ASP_SocialButton1">
<ScreenID>ASP_SocialButton1</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>20</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton7">
<ScreenID>ASP_SocialButton7</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>20</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton2">
<ScreenID>ASP_SocialButton2</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>40</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton8">
<ScreenID>ASP_SocialButton8</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>40</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton3">
<ScreenID>ASP_SocialButton3</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>60</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton9">
<ScreenID>ASP_SocialButton9</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>60</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton4">
<ScreenID>ASP_SocialButton4</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>80</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton10">
<ScreenID>ASP_SocialButton10</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>80</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton5">
<ScreenID>ASP_SocialButton5</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>100</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton11">
<ScreenID>ASP_SocialButton11</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>100</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton6">
<ScreenID>ASP_SocialButton6</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>120</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Button item="ASP_SocialButton12">
<ScreenID>ASP_SocialButton12</ScreenID>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>120</Y>
</Location>
-
<Size>
<CX>45</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>
-
<Page item="ActionsSocialsPage">
<ScreenID>ActionsSocialsPage</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Socials Page</TooltipReference>
<DrawTemplate>WDT_Def</DrawTemplate>
<TabIcon>A_SocialsTabIcon</TabIcon>
<TabIconActive>A_SocialsTabActiveIcon</TabIconActive>
<Pieces>ASP_SocialPageLeftButton</Pieces>
<Pieces>ASP_CurrentSocialPageLabel</Pieces>
<Pieces>ASP_SocialPageRightButton</Pieces>
<Pieces>ASP_SocialButton1</Pieces>
<Pieces>ASP_SocialButton2</Pieces>
<Pieces>ASP_SocialButton3</Pieces>
<Pieces>ASP_SocialButton4</Pieces>
<Pieces>ASP_SocialButton5</Pieces>
<Pieces>ASP_SocialButton6</Pieces>
<Pieces>ASP_SocialButton7</Pieces>
<Pieces>ASP_SocialButton8</Pieces>
<Pieces>ASP_SocialButton9</Pieces>
<Pieces>ASP_SocialButton10</Pieces>
<Pieces>ASP_SocialButton11</Pieces>
<Pieces>ASP_SocialButton12</Pieces>
-
<Location>
<X>0</X>
<Y>22</Y>
</Location>
-
<Size>
<CX>111</CX>
<CY>270</CY>
</Size>
</Page>
<!-- Actions Main Page -->
-
<Button item="AMP_WhoButton">
<ScreenID>AMP_WhoButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>10</Y>
</Location>
-
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Who</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>
</Button>
-
<Button item="AMP_InviteButton">
<ScreenID>AMP_InviteButton</ScreenID>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>30</Y>
</Location>
-
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Invite</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>
</Button>
-
<Button item="AMP_FollowButton">
<ScreenID>AMP_FollowButton</ScreenID>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>30</Y>
</Location>
-
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Follow</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>
</Button>
-
<Button item="AMP_DisbandButton">
<ScreenID>AMP_DisbandButton</ScreenID>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>50</Y>
</Location>
-
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Disband</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>
</Button>
-
<Button item="AMP_SitButton">
<ScreenID>AMP_SitButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>90</Y>
</Location>
-
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Sit</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>
</Button>
-
<Button item="AMP_StandButton">
<ScreenID>AMP_StandButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>90</Y>
</Location>
-
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Stand</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>
</Button>
-
<Button item="AMP_RunButton">
<ScreenID>AMP_RunButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>110</Y>
</Location>
-
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Run</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>
</Button>
-
<Button item="AMP_CampButton">
<ScreenID>AMP_CampButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>70</Y>
</Location>
-
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Camp</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>
</Button>
-
<Button item="AMP_WalkButton">
<ScreenID>AMP_WalkButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>10</X>
<Y>110</Y>
</Location>
-
<Size>
<CX>90</CX>
<CY>20</CY>
</Size>
<Text>Walk</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>
</Button>
<!-- Clicks -->
-
<InvSlot item="AMP_InvSlot1">
<ScreenID>AMP_InvSlot1</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>6</X>
<Y>134</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvEar</Background>
<EQType>1</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot2">
<ScreenID>AMP_InvSlot2</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>30</X>
<Y>134</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvHead</Background>
<EQType>2</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot3">
<ScreenID>AMP_InvSlot3</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>54</X>
<Y>134</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvFace</Background>
<EQType>3</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot4">
<ScreenID>AMP_InvSlot4</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>78</X>
<Y>134</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvEar</Background>
<EQType>4</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot5">
<ScreenID>AMP_InvSlot5</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>6</X>
<Y>158</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvNeck</Background>
<EQType>5</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot6">
<ScreenID>AMP_InvSlot6</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>30</X>
<Y>158</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvShoulders</Background>
<EQType>6</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot7">
<ScreenID>AMP_InvSlot7</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>54</X>
<Y>158</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvArms</Background>
<EQType>7</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot8">
<ScreenID>AMP_InvSlot8</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>78</X>
<Y>158</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvAboutBody</Background>
<EQType>8</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot9">
<ScreenID>AMP_InvSlot9</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>6</X>
<Y>182</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvWrist</Background>
<EQType>9</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot10">
<ScreenID>AMP_InvSlot10</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>30</X>
<Y>182</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvWrist</Background>
<EQType>10</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot11">
<ScreenID>AMP_InvSlot11</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>54</X>
<Y>182</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvRange</Background>
<EQType>11</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot12">
<ScreenID>AMP_InvSlot12</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>78</X>
<Y>182</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvHands</Background>
<EQType>12</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot15">
<ScreenID>AMP_InvSlot15</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>6</X>
<Y>206</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvRing</Background>
<EQType>15</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot16">
<ScreenID>AMP_InvSlot16</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>30</X>
<Y>206</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvRing</Background>
<EQType>16</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot17">
<ScreenID>AMP_InvSlot17</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>54</X>
<Y>206</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvChest</Background>
<EQType>17</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot18">
<ScreenID>AMP_InvSlot18</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>78</X>
<Y>206</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvLegs</Background>
<EQType>18</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot19">
<ScreenID>AMP_InvSlot19</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>30</X>
<Y>230</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvFeet</Background>
<EQType>19</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-
<InvSlot item="AMP_InvSlot20">
<ScreenID>AMP_InvSlot20</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
-
<Location>
<X>54</X>
<Y>230</Y>
</Location>
-
<Size>
<CX>25</CX>
<CY>25</CY>
</Size>
<Background>A_InvWaist</Background>
<EQType>20</EQType>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
</InvSlot>
-

<Page item="ActionsMainPage">
<ScreenID>ActionsMainPage</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Main Page</TooltipReference>
<DrawTemplate>WDT_Def</DrawTemplate>
<TabIcon>A_MainTabIcon</TabIcon>
<TabIconActive>A_MainTabActiveIcon</TabIconActive>
<Pieces>AMP_WhoButton</Pieces>
<Pieces>AMP_InviteButton</Pieces>
<Pieces>AMP_FollowButton</Pieces>
<Pieces>AMP_DisbandButton</Pieces>
<Pieces>AMP_CampButton</Pieces>
<Pieces>AMP_SitButton</Pieces>
<Pieces>AMP_StandButton</Pieces>
<Pieces>AMP_RunButton</Pieces>
<Pieces>AMP_WalkButton</Pieces>
<Pieces>AMP_InvSlot1</Pieces>
<Pieces>AMP_InvSlot2</Pieces>
<Pieces>AMP_InvSlot3</Pieces>
<Pieces>AMP_InvSlot4</Pieces>
<Pieces>AMP_InvSlot5</Pieces>
<Pieces>AMP_InvSlot6</Pieces>
<Pieces>AMP_InvSlot7</Pieces>
<Pieces>AMP_InvSlot8</Pieces>
<Pieces>AMP_InvSlot9</Pieces>
<Pieces>AMP_InvSlot10</Pieces>
<Pieces>AMP_InvSlot11</Pieces>
<Pieces>AMP_InvSlot12</Pieces>
<Pieces>AMP_InvSlot15</Pieces>
<Pieces>AMP_InvSlot16</Pieces>
<Pieces>AMP_InvSlot17</Pieces>
<Pieces>AMP_InvSlot18</Pieces>
<Pieces>AMP_InvSlot19</Pieces>
<Pieces>AMP_InvSlot20</Pieces>
-

-
<Location>
<X>0</X>
<Y>22</Y>
</Location>
-
<Size>
<CX>111</CX>
<CY>270</CY>
</Size>
</Page>
<!-- Actions Combat Page -->
-
<Button item="ACP_MeleeAttackButton">
<ScreenID>ACP_MeleeAttackButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>15</X>
<Y>10</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>Melee Attack</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="ACP_RangeAttackButton">
<ScreenID>ACP_RangeAttackButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>10</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>Range Attack</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<DecalSize>
<CX>40</CX>
<CY>40</CY>
</DecalSize>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="ACP_FirstAbilityButton">
<ScreenID>ACP_FirstAbilityButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>15</X>
<Y>50</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="ACP_SecondAbilityButton">
<ScreenID>ACP_SecondAbilityButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>50</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="ACP_ThirdAbilityButton">
<ScreenID>ACP_ThirdAbilityButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>15</X>
<Y>90</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="ACP_FourthAbilityButton">
<ScreenID>ACP_FourthAbilityButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>90</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
<!-- Actions Abilities Page -->
-
<Button item="AAP_FirstAbilityButton">
<ScreenID>AAP_FirstAbilityButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>15</X>
<Y>10</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>1</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="AAP_SecondAbilityButton">
<ScreenID>AAP_SecondAbilityButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>10</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>2</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="AAP_ThirdAbilityButton">
<ScreenID>AAP_ThirdAbilityButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>15</X>
<Y>50</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>3</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="AAP_FourthAbilityButton">
<ScreenID>AAP_FourthAbilityButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>50</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>4</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="AAP_FifthAbilityButton">
<ScreenID>AAP_FifthAbilityButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>15</X>
<Y>90</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>5</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Button item="AAP_SixthAbilityButton">
<ScreenID>AAP_SixthAbilityButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
-
<Location>
<X>55</X>
<Y>90</Y>
</Location>
-
<Size>
<CX>40</CX>
<CY>40</CY>
</Size>
<Text>6</Text>
-
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
-
<ButtonDrawTemplate>
<Normal>A_SquareBtnNormal</Normal>
<Pressed>A_SquareBtnPressed</Pressed>
<Flyby>A_SquareBtnFlyby</Flyby>
<Disabled>A_SquareBtnDisabled</Disabled>
<PressedFlyby>A_SquareBtnPressedFlyby</PressedFlyby>
</ButtonDrawTemplate>
</Button>
-
<Page item="ActionsAbilitiesPage">
<ScreenID>ActionsAbilitiesPage</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Abilities Page</TooltipReference>
<DrawTemplate>WDT_Def</DrawTemplate>
<TabIcon>A_AbilitiesTabIcon</TabIcon>
<TabIconActive>A_AbilitiesTabActiveIcon</TabIconActive>
<Pieces>AAP_FirstAbilityButton</Pieces>
<Pieces>AAP_SecondAbilityButton</Pieces>
<Pieces>AAP_ThirdAbilityButton</Pieces>
<Pieces>AAP_FourthAbilityButton</Pieces>
<Pieces>AAP_FifthAbilityButton</Pieces>
<Pieces>AAP_SixthAbilityButton</Pieces>
-
<Location>
<X>0</X>
<Y>22</Y>
</Location>
-
<Size>
<CX>111</CX>
<CY>270</CY>
</Size>
</Page>
<!-- TabBox Brings all the Actions Pages Together -->
-
<TabBox item="ACTW_ActionsSubwindows">
<ScreenID>ACTW_ActionsSubwindows</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>
<PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>
<Pages>ActionsMainPage</Pages>
<Pages>ActionsAbilitiesPage</Pages>
<Pages>ActionsCombatPage</Pages>
<Pages>ActionsSocialsPage</Pages>
</TabBox>
-
<Screen item="ActionsWindow">
<!--<ScreenID/>-->
<!--<Font>3</Font>-->
<RelativePosition>false</RelativePosition>
-
<Location>
<X>0</X>
<Y>25</Y>
</Location>
-
<Size>
<CX>119</CX>
<CY>313</CY>
</Size>
<Text/>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<DrawTemplate>TK_AmpBorderTemplate</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>ACTW_ActionsSubwindows</Pieces>
</Screen>
</XML>
EddieHaffen is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 07:14 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI