Tradeskill Window

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

Moderator: MacroQuest Developers

Mimatas
a hill giant
a hill giant
Posts: 262
Joined: Wed Mar 10, 2004 4:22 pm

Tradeskill Window

Post by Mimatas » Tue Aug 10, 2004 12:29 pm

I'm currently at work, but untasked. I want to make a change to the EQ tradeskill window, but I don't have access to that file at the moment. Could someone please post the original SoE tradeskill window so I can work on it here (normally I'd just sent it from home and get it the next day.. but I'm bored as hell here).

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Tue Aug 10, 2004 1:40 pm

Code: Select all

EQUI_TradeskillWnd

  <?xml version="1.0" ?> 
- <XML ID="EQInterfaceDefinitionLanguage">
  <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> 
- <Label item="COMBW_MinTrivialText">
  <ScreenID /> 
  <Font>3</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>4</X> 
  <Y>4</Y> 
  </Location>
- <Size>
  <CX>100</CX> 
  <CY>24</CY> 
  </Size>
  <Text>Min. Trivial:</Text> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>false</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Editbox item="COMBW_MinTrivialEdit">
  <ScreenID>MinTrivialEdit</ScreenID> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <RelativePosition>true</RelativePosition> 
  <TooltipReference /> 
  <Style_Border>true</Style_Border> 
- <Location>
  <X>106</X> 
  <Y>4</Y> 
  </Location>
- <Size>
  <CX>50</CX> 
  <CY>24</CY> 
  </Size>
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  </Editbox>
- <Label item="COMBW_MaxTrivialText">
  <ScreenID /> 
  <Font>3</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>4</X> 
  <Y>30</Y> 
  </Location>
- <Size>
  <CX>100</CX> 
  <CY>24</CY> 
  </Size>
  <Text>Max. Trivial:</Text> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>false</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Editbox item="COMBW_MaxTrivialEdit">
  <ScreenID>MaxTrivialEdit</ScreenID> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <RelativePosition>true</RelativePosition> 
  <TooltipReference /> 
  <Style_Border>true</Style_Border> 
- <Location>
  <X>106</X> 
  <Y>30</Y> 
  </Location>
- <Size>
  <CX>50</CX> 
  <CY>24</CY> 
  </Size>
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  </Editbox>
- <Label item="COMBW_SearchTextText">
  <ScreenID /> 
  <Font>3</Font> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>4</X> 
  <Y>56</Y> 
  </Location>
- <Size>
  <CX>100</CX> 
  <CY>24</CY> 
  </Size>
  <Text>Partial Name:</Text> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>false</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Editbox item="COMBW_SearchTextEdit">
  <ScreenID>SearchTextEdit</ScreenID> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <RelativePosition>true</RelativePosition> 
  <TooltipReference /> 
  <Style_Border>true</Style_Border> 
- <Location>
  <X>106</X> 
  <Y>56</Y> 
  </Location>
- <Size>
  <CX>80</CX> 
  <CY>24</CY> 
  </Size>
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  </Editbox>
- <Button item="COMBW_SearchButton">
  <ScreenID>SearchButton</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>50</X> 
  <Y>84</Y> 
  </Location>
- <Size>
  <CX>100</CX> 
  <CY>20</CY> 
  </Size>
  <Style_Transparent>false</Style_Transparent> 
  <TooltipReference>Click this button to find recipes that match the criteria above.</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
  <Text>Search Recipes</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>
- <Screen item="COMBW_SearchArea">
  <ScreenID /> 
- <!-- <Font/>
  --> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>0</LeftAnchorOffset> 
  <TopAnchorOffset>0</TopAnchorOffset> 
  <RightAnchorOffset>0</RightAnchorOffset> 
  <BottomAnchorOffset>124</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>true</BottomAnchorToTop> 
  <Style_VScroll>false</Style_VScroll> 
  <Style_Transparent>true</Style_Transparent> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <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> 
  <Pieces>COMBW_MinTrivialText</Pieces> 
  <Pieces>COMBW_MinTrivialEdit</Pieces> 
  <Pieces>COMBW_MaxTrivialText</Pieces> 
  <Pieces>COMBW_MaxTrivialEdit</Pieces> 
  <Pieces>COMBW_SearchTextText</Pieces> 
  <Pieces>COMBW_SearchTextEdit</Pieces> 
  <Pieces>COMBW_SearchButton</Pieces> 
  </Screen>
- <Label item="COMBW_KnownRecipeText">
  <ScreenID /> 
  <Font>3</Font> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>2</LeftAnchorOffset> 
  <TopAnchorOffset>2</TopAnchorOffset> 
  <RightAnchorOffset>2</RightAnchorOffset> 
  <BottomAnchorOffset>22</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>true</BottomAnchorToTop> 
  <Text>Known Matching Recipes:</Text> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Listbox item="COMBW_RecipeList">
  <ScreenID>RecipeList</ScreenID> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>2</LeftAnchorOffset> 
  <TopAnchorOffset>24</TopAnchorOffset> 
  <RightAnchorOffset>2</RightAnchorOffset> 
  <BottomAnchorOffset>2</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>false</BottomAnchorToTop> 
- <Columns>
  <Width>140</Width> 
  <Heading>Recipe Name</Heading> 
  </Columns>
- <Columns>
  <Width>50</Width> 
  <Heading>Trivial</Heading> 
  </Columns>
  <Style_Border>true</Style_Border> 
  <Style_VScroll>true</Style_VScroll> 
  </Listbox>
- <Screen item="COMBW_RecipeListArea">
  <ScreenID /> 
- <!-- <Font/>
  --> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>0</LeftAnchorOffset> 
  <TopAnchorOffset>124</TopAnchorOffset> 
  <RightAnchorOffset>0</RightAnchorOffset> 
  <BottomAnchorOffset>50</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>false</BottomAnchorToTop> 
  <Style_VScroll>false</Style_VScroll> 
  <Style_Transparent>true</Style_Transparent> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <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> 
  <Pieces>COMBW_KnownRecipeText</Pieces> 
  <Pieces>COMBW_RecipeList</Pieces> 
  </Screen>
- <Label item="COMBW_FavoritesText">
  <ScreenID /> 
  <Font>4</Font> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>2</LeftAnchorOffset> 
  <TopAnchorOffset>0</TopAnchorOffset> 
  <RightAnchorOffset>0</RightAnchorOffset> 
  <BottomAnchorOffset>22</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>true</BottomAnchorToTop> 
  <Text>Favorite Recipes:</Text> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>false</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Button item="COMBW_AddFavoriteButton">
  <ScreenID>AddFavoriteButton</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>2</X> 
  <Y>24</Y> 
  </Location>
- <Size>
  <CX>60</CX> 
  <CY>24</CY> 
  </Size>
  <Style_Transparent>false</Style_Transparent> 
  <TooltipReference>Click this button to add the selected recipe to your favorites list.</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
  <Text>Add</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="COMBW_RemoveFavoriteButton">
  <ScreenID>RemoveFavoriteButton</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>64</X> 
  <Y>24</Y> 
  </Location>
- <Size>
  <CX>60</CX> 
  <CY>24</CY> 
  </Size>
  <Style_Transparent>false</Style_Transparent> 
  <TooltipReference>Click this button to remove the selected recipe from your favorites list.</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
  <Text>Remove</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="COMBW_ShowFavoritesButton">
  <ScreenID>ShowFavoritesButton</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>124</X> 
  <Y>24</Y> 
  </Location>
- <Size>
  <CX>60</CX> 
  <CY>24</CY> 
  </Size>
  <Style_Transparent>false</Style_Transparent> 
  <TooltipReference>Click this button to show your favorite recipes in the list.</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
  <Text>Show</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>
- <Screen item="COMBW_FavoritesArea">
  <ScreenID /> 
- <!-- <Font/>
  --> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>0</LeftAnchorOffset> 
  <TopAnchorOffset>50</TopAnchorOffset> 
  <RightAnchorOffset>0</RightAnchorOffset> 
  <BottomAnchorOffset>0</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>false</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>false</BottomAnchorToTop> 
  <Style_VScroll>false</Style_VScroll> 
  <Style_Transparent>true</Style_Transparent> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <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> 
  <Pieces>COMBW_FavoritesText</Pieces> 
  <Pieces>COMBW_AddFavoriteButton</Pieces> 
  <Pieces>COMBW_RemoveFavoriteButton</Pieces> 
  <Pieces>COMBW_ShowFavoritesButton</Pieces> 
  </Screen>
- <Screen item="COMBW_LeftSideArea">
  <ScreenID /> 
- <!-- <Font/>
  --> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>2</LeftAnchorOffset> 
  <TopAnchorOffset>0</TopAnchorOffset> 
  <RightAnchorOffset>160</RightAnchorOffset> 
  <BottomAnchorOffset>0</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>false</BottomAnchorToTop> 
  <Style_VScroll>false</Style_VScroll> 
  <Style_Transparent>true</Style_Transparent> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <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> 
  <Pieces>COMBW_FavoritesArea</Pieces> 
  <Pieces>COMBW_RecipeListArea</Pieces> 
  <Pieces>COMBW_SearchArea</Pieces> 
  </Screen>
- <Label item="COMBW_SkillLabel">
  <ScreenID>SkillLabel</ScreenID> 
  <Font>4</Font> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>2</LeftAnchorOffset> 
  <TopAnchorOffset>2</TopAnchorOffset> 
  <RightAnchorOffset>2</RightAnchorOffset> 
  <BottomAnchorOffset>24</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>true</BottomAnchorToTop> 
  <Text>Tradeskill (skill)</Text> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>true</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Button item="COMBW_ContainerIcon">
  <ScreenID>ContainerIcon</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>59</X> 
  <Y>26</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This is the currently open Tradeskill Container</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Label item="COMBW_ContainerName">
  <ScreenID>ContainerName</ScreenID> 
  <Font>3</Font> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>2</LeftAnchorOffset> 
  <TopAnchorOffset>70</TopAnchorOffset> 
  <RightAnchorOffset>2</RightAnchorOffset> 
  <BottomAnchorOffset>90</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>true</BottomAnchorToTop> 
  <Text>Tradeskill Container</Text> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
  <NoWrap>true</NoWrap> 
  <AlignCenter>true</AlignCenter> 
  <AlignRight>false</AlignRight> 
  </Label>
- <Button item="COMBW_ExperimentButton">
  <ScreenID>ExperimentButton</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>20</LeftAnchorOffset> 
  <TopAnchorOffset>92</TopAnchorOffset> 
  <RightAnchorOffset>20</RightAnchorOffset> 
  <BottomAnchorOffset>116</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>true</BottomAnchorToTop> 
  <Style_Transparent>false</Style_Transparent> 
  <TooltipReference>Click this button to use the old tradeskill interface to experiment with recipes you don't know.</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
  <Text>Experiment</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="COMBW_RequiredIcon0">
  <ScreenID>RequiredIcon0</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>0</X> 
  <Y>0</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This area will display the components required for the selected recipe</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Button item="COMBW_RequiredIcon1">
  <ScreenID>RequiredIcon1</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>42</X> 
  <Y>0</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This area will display the components required for the selected recipe</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Button item="COMBW_RequiredIcon2">
  <ScreenID>RequiredIcon2</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>0</X> 
  <Y>42</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This area will display the components required for the selected recipe</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Button item="COMBW_RequiredIcon3">
  <ScreenID>RequiredIcon3</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>42</X> 
  <Y>42</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This area will display the components required for the selected recipe</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Button item="COMBW_RequiredIcon4">
  <ScreenID>RequiredIcon4</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>0</X> 
  <Y>84</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This area will display the components required for the selected recipe</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Button item="COMBW_RequiredIcon5">
  <ScreenID>RequiredIcon5</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>42</X> 
  <Y>84</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This area will display the components required for the selected recipe</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Button item="COMBW_RequiredIcon6">
  <ScreenID>RequiredIcon6</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>0</X> 
  <Y>126</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This area will display the components required for the selected recipe</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Button item="COMBW_RequiredIcon7">
  <ScreenID>RequiredIcon7</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>42</X> 
  <Y>126</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This area will display the components required for the selected recipe</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Button item="COMBW_RequiredIcon8">
  <ScreenID>RequiredIcon8</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>0</X> 
  <Y>168</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This area will display the components required for the selected recipe</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Button item="COMBW_RequiredIcon9">
  <ScreenID>RequiredIcon9</ScreenID> 
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>42</X> 
  <Y>168</Y> 
  </Location>
- <Size>
  <CX>42</CX> 
  <CY>42</CY> 
  </Size>
  <TooltipReference>This area will display the components required for the selected recipe</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_DragItem</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>2</X> 
  <Y>2</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>40</CX> 
  <CY>40</CY> 
  </DecalSize>
  </Button>
- <Screen item="COMBW_ComponentArea">
  <ScreenID /> 
- <!-- <Font/>
  --> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>39</LeftAnchorOffset> 
  <TopAnchorOffset>120</TopAnchorOffset> 
  <RightAnchorOffset>123</RightAnchorOffset> 
  <BottomAnchorOffset>330</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>true</RightAnchorToLeft> 
  <BottomAnchorToTop>true</BottomAnchorToTop> 
  <Style_VScroll>false</Style_VScroll> 
  <Style_Transparent>true</Style_Transparent> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <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> 
  <Pieces>COMBW_RequiredIcon0</Pieces> 
  <Pieces>COMBW_RequiredIcon1</Pieces> 
  <Pieces>COMBW_RequiredIcon2</Pieces> 
  <Pieces>COMBW_RequiredIcon3</Pieces> 
  <Pieces>COMBW_RequiredIcon4</Pieces> 
  <Pieces>COMBW_RequiredIcon5</Pieces> 
  <Pieces>COMBW_RequiredIcon6</Pieces> 
  <Pieces>COMBW_RequiredIcon7</Pieces> 
  <Pieces>COMBW_RequiredIcon8</Pieces> 
  <Pieces>COMBW_RequiredIcon9</Pieces> 
  </Screen>
- <Screen item="COMBW_ContainerArea">
  <ScreenID /> 
- <!-- <Font/>
  --> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>0</LeftAnchorOffset> 
  <TopAnchorOffset>0</TopAnchorOffset> 
  <RightAnchorOffset>0</RightAnchorOffset> 
  <BottomAnchorOffset>330</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>true</BottomAnchorToTop> 
  <Style_VScroll>false</Style_VScroll> 
  <Style_Transparent>true</Style_Transparent> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <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> 
  <Pieces>COMBW_SkillLabel</Pieces> 
  <Pieces>COMBW_ContainerIcon</Pieces> 
  <Pieces>COMBW_ContainerName</Pieces> 
  <Pieces>COMBW_ExperimentButton</Pieces> 
  <Pieces>COMBW_ComponentArea</Pieces> 
  </Screen>
- <Button item="COMBW_CombineButton">
  <ScreenID>CombineButton</ScreenID> 
  <Font>4</Font> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>20</LeftAnchorOffset> 
  <TopAnchorOffset>0</TopAnchorOffset> 
  <RightAnchorOffset>20</RightAnchorOffset> 
  <BottomAnchorOffset>30</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>true</BottomAnchorToTop> 
  <Style_Transparent>false</Style_Transparent> 
  <TooltipReference>Click this button to combine the selected recipe.</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
  <Text>Combine</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="COMBW_AutoInvButton">
  <ScreenID>AutoInvButton</ScreenID> 
  <Font>4</Font> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>20</LeftAnchorOffset> 
  <TopAnchorOffset>22</TopAnchorOffset> 
  <RightAnchorOffset>20</RightAnchorOffset> 
  <BottomAnchorOffset>0</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>false</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>false</BottomAnchorToTop> 
  <Style_Transparent>false</Style_Transparent> 
  <TooltipReference>Click this button to auto-inventory whatever is on your cursor.</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
  <Text>Auto-Inventory</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>
- <Screen item="COMBW_CombineArea">
  <ScreenID /> 
- <!-- <Font/>
  --> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>0</LeftAnchorOffset> 
  <TopAnchorOffset>334</TopAnchorOffset> 
  <RightAnchorOffset>0</RightAnchorOffset> 
  <BottomAnchorOffset>388</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>true</BottomAnchorToTop> 
  <Style_VScroll>false</Style_VScroll> 
  <Style_Transparent>true</Style_Transparent> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <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> 
  <Pieces>COMBW_CombineButton</Pieces> 
  <Pieces>COMBW_AutoInvButton</Pieces> 
  </Screen>
- <Button item="COMBW_UseCtrlCheckbox">
  <ScreenID>UseCtrlCheckbox</ScreenID> 
  <Font>2</Font> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>5</LeftAnchorOffset> 
  <TopAnchorOffset>52</TopAnchorOffset> 
  <RightAnchorOffset>5</RightAnchorOffset> 
  <BottomAnchorOffset>28</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>false</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>false</BottomAnchorToTop> 
  <Style_VScroll>false</Style_VScroll> 
  <Style_HScroll>false</Style_HScroll> 
  <Style_Transparent>false</Style_Transparent> 
  <Style_Checkbox>true</Style_Checkbox> 
  <Text>Open with Ctrl-R-click</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="COMBW_CloseButton">
  <ScreenID>CloseButton</ScreenID> 
  <Font>3</Font> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>20</LeftAnchorOffset> 
  <TopAnchorOffset>24</TopAnchorOffset> 
  <RightAnchorOffset>20</RightAnchorOffset> 
  <BottomAnchorOffset>2</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>false</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>false</BottomAnchorToTop> 
  <Style_Transparent>false</Style_Transparent> 
  <TooltipReference>Click this button to close the tradeskill window.</TooltipReference> 
  <Style_Checkbox>false</Style_Checkbox> 
  <Text>Close</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>
- <Screen item="COMBW_FlagsArea">
  <ScreenID /> 
- <!-- <Font/>
  --> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>0</LeftAnchorOffset> 
  <TopAnchorOffset>392</TopAnchorOffset> 
  <RightAnchorOffset>0</RightAnchorOffset> 
  <BottomAnchorOffset>0</BottomAnchorOffset> 
  <LeftAnchorToLeft>true</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>false</BottomAnchorToTop> 
  <Style_VScroll>false</Style_VScroll> 
  <Style_Transparent>true</Style_Transparent> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <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> 
  <Pieces>COMBW_CloseButton</Pieces> 
  <Pieces>COMBW_UseCtrlCheckbox</Pieces> 
  </Screen>
- <Screen item="COMBW_RightSideArea">
  <ScreenID /> 
- <!-- <Font/>
  --> 
  <RelativePosition>true</RelativePosition> 
  <AutoStretch>true</AutoStretch> 
  <LeftAnchorOffset>160</LeftAnchorOffset> 
  <TopAnchorOffset>0</TopAnchorOffset> 
  <RightAnchorOffset>0</RightAnchorOffset> 
  <BottomAnchorOffset>0</BottomAnchorOffset> 
  <LeftAnchorToLeft>false</LeftAnchorToLeft> 
  <TopAnchorToTop>true</TopAnchorToTop> 
  <RightAnchorToLeft>false</RightAnchorToLeft> 
  <BottomAnchorToTop>false</BottomAnchorToTop> 
  <Style_VScroll>false</Style_VScroll> 
  <Style_Transparent>true</Style_Transparent> 
  <DrawTemplate>WDT_Inner</DrawTemplate> 
  <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> 
  <Pieces>COMBW_ContainerArea</Pieces> 
  <Pieces>COMBW_CombineArea</Pieces> 
  <Pieces>COMBW_FlagsArea</Pieces> 
  </Screen>
- <Screen item="TradeskillWnd">
  <RelativePosition>false</RelativePosition> 
- <Location>
  <X>20</X> 
  <Y>25</Y> 
  </Location>
- <Size>
  <CX>400</CX> 
  <CY>525</CY> 
  </Size>
  <Text>Tradeskill Window</Text> 
  <Style_Transparent>false</Style_Transparent> 
  <DrawTemplate>WDT_Def</DrawTemplate> 
  <Style_Titlebar>true</Style_Titlebar> 
  <Style_Closebox>true</Style_Closebox> 
  <Style_Minimizebox>false</Style_Minimizebox> 
  <Style_Border>true</Style_Border> 
  <Style_Sizable>true</Style_Sizable> 
  <Pieces>COMBW_LeftSideArea</Pieces> 
  <Pieces>COMBW_RightSideArea</Pieces> 
  </Screen>
  </XML>
Hope this is what you were looking for.
Fuck writing MQ2 macros. Go with IS scripts; IS Rules!

Mimatas
a hill giant
a hill giant
Posts: 262
Joined: Wed Mar 10, 2004 4:22 pm

Post by Mimatas » Tue Aug 10, 2004 3:02 pm

exactly what I was looking for :)

Thanks

User avatar
aChallenged1
a grimling bloodguard
a grimling bloodguard
Posts: 1804
Joined: Mon Jun 28, 2004 10:12 pm

Post by aChallenged1 » Tue Aug 10, 2004 3:36 pm

Happy to help where and when I can.
Fuck writing MQ2 macros. Go with IS scripts; IS Rules!

Drumstix42
a grimling bloodguard
a grimling bloodguard
Posts: 808
Joined: Mon May 03, 2004 4:25 pm

Post by Drumstix42 » Tue Aug 10, 2004 4:15 pm

I've acctually got a ZIP file uploaded with all (and only) the XML files from the default folder here:

http://www.advancedmod.com/eq/UI_default.zip

Enjoy.

Mimatas
a hill giant
a hill giant
Posts: 262
Joined: Wed Mar 10, 2004 4:22 pm

Post by Mimatas » Tue Aug 10, 2004 5:15 pm

Even better drumstix.

Now hopefully I'll get off my ass and make the damn change. SidlWidl doesn't seem to like this window too much, so as far as I know I've gotta do it all by hand (something I'm not familiar with).

I'll post here as soon as I'm done.