902 lines
25 KiB
XML
Executable File
902 lines
25 KiB
XML
Executable File
<?xml version = "1.0"?>
|
|
<XML ID = "EQInterfaceDefinitionLanguage">
|
|
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
|
|
|
<!-- This is the list of monsters for the mission -->
|
|
<Listbox item = "TaskTemplateSelectListRequired">
|
|
<ScreenID>TaskTemplateSelectListRequired</ScreenID>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>0</X>
|
|
<Y>0</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>180</CX>
|
|
<CY>110</CY>
|
|
</Size>
|
|
<Columns>
|
|
<Width>120</Width>
|
|
<Heading>Required Characters:</Heading>
|
|
</Columns>
|
|
<Columns>
|
|
<Width>20</Width>
|
|
<Heading></Heading>
|
|
</Columns>
|
|
<Style_Border>true</Style_Border>
|
|
<Style_VScroll>true</Style_VScroll>
|
|
</Listbox>
|
|
<Listbox item = "TaskTemplateSelectListOptional">
|
|
<ScreenID>TaskTemplateSelectListOptional</ScreenID>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>0</X>
|
|
<Y>110</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>180</CX>
|
|
<CY>110</CY>
|
|
</Size>
|
|
<Columns>
|
|
<Width>120</Width>
|
|
<Heading>Optional Characters:</Heading>
|
|
</Columns>
|
|
<Columns>
|
|
<Width>20</Width>
|
|
<Heading></Heading>
|
|
</Columns>
|
|
<Style_Border>true</Style_Border>
|
|
<Style_VScroll>true</Style_VScroll>
|
|
</Listbox>
|
|
<VerticalLayoutBox item = "TaskTemplateSelectListLayout">
|
|
<ScreenID>TaskTemplateSelectListLayout</ScreenID>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>0</LeftAnchorOffset>
|
|
<TopAnchorOffset>0</TopAnchorOffset>
|
|
<RightAnchorOffset>0</RightAnchorOffset>
|
|
<BottomAnchorOffset>0</BottomAnchorOffset>
|
|
<TopAnchorToTop>true</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<Spacing>2</Spacing>
|
|
<Style_Border>false</Style_Border>
|
|
<Style_VScroll>false</Style_VScroll>
|
|
<Style_Transparent>true</Style_Transparent>
|
|
<Pieces>Listbox:TaskTemplateSelectListRequired</Pieces>
|
|
<Pieces>Listbox:TaskTemplateSelectListOptional</Pieces>
|
|
</VerticalLayoutBox>
|
|
<Screen item = "TaskTemplateSelectListPane">
|
|
<ScreenID>TaskTemplateSelectListPane</ScreenID>
|
|
<!--<Font/>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>0</X>
|
|
<Y>0</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>180</CX>
|
|
<CY>220</CY>
|
|
</Size>
|
|
<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>true</Style_Sizable>
|
|
<Pieces>VerticalLayoutBox:TaskTemplateSelectListLayout</Pieces>
|
|
</Screen>
|
|
<!-- End of the list of monsters for the mission -->
|
|
|
|
<!-- This is the pane of stats for the selected monster -->
|
|
<Label item = "TaskTemplate_StatClassValueLabel">
|
|
<ScreenID>TaskTemplate_StatClassValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>6</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Class Label</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignCenter>true</AlignCenter>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatLevelValueLabel">
|
|
<ScreenID>TaskTemplate_StatLevelValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>22</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignCenter>true</AlignCenter>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatHitPointsLabel">
|
|
<ScreenID>TaskTemplate_StatHitPointsLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>46</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Hit Points:</Text>
|
|
<TextColor>
|
|
<R>138</R>
|
|
<G>163</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatManaLabel">
|
|
<ScreenID>TaskTemplate_StatManaLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>62</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Mana:</Text>
|
|
<TextColor>
|
|
<R>138</R>
|
|
<G>163</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatEnduranceLabel">
|
|
<ScreenID>TaskTemplate_StatEnduranceLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>78</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Endurance:</Text>
|
|
<TextColor>
|
|
<R>138</R>
|
|
<G>163</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatStrengthLabel">
|
|
<ScreenID>TaskTemplate_StatStrengthLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>94</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Strength:</Text>
|
|
<TextColor>
|
|
<R>138</R>
|
|
<G>163</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatStaminaLabel">
|
|
<ScreenID>TaskTemplate_StattaminaLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>110</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Stamina:</Text>
|
|
<TextColor>
|
|
<R>138</R>
|
|
<G>163</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatCharismaLabel">
|
|
<ScreenID>TaskTemplate_StatCharismaLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>126</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Charisma:</Text>
|
|
<TextColor>
|
|
<R>138</R>
|
|
<G>163</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatDexterityLabel">
|
|
<ScreenID>TaskTemplate_StatDexterityLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>142</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Dexterity:</Text>
|
|
<TextColor>
|
|
<R>138</R>
|
|
<G>163</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatIntelligenceLabel">
|
|
<ScreenID>TaskTemplate_StatIntelligenceLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>158</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Intelligence:</Text>
|
|
<TextColor>
|
|
<R>138</R>
|
|
<G>163</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatAgilityLabel">
|
|
<ScreenID>TaskTemplate_StatAgilityLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>174</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Agility:</Text>
|
|
<TextColor>
|
|
<R>138</R>
|
|
<G>163</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatWisdomLabel">
|
|
<ScreenID>TaskTemplate_StatWisdomLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>190</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>Wisdom:</Text>
|
|
<TextColor>
|
|
<R>138</R>
|
|
<G>163</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatHitPointsValueLabel">
|
|
<ScreenID>TaskTemplate_StatHitPointsValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>46</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignRight>true</AlignRight>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatManaValueLabel">
|
|
<ScreenID>TaskTemplate_StatManaValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>62</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignRight>true</AlignRight>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatEnduranceValueLabel">
|
|
<ScreenID>TaskTemplate_StatEnduranceValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>78</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignRight>true</AlignRight>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatStrengthValueLabel">
|
|
<ScreenID>TaskTemplate_StatStrengthValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>94</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignRight>true</AlignRight>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatStaminaValueLabel">
|
|
<ScreenID>TaskTemplate_StatStaminaValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>110</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignRight>true</AlignRight>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatCharismaValueLabel">
|
|
<ScreenID>TaskTemplate_StatCharismaValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>126</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignRight>true</AlignRight>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatDexterityValueLabel">
|
|
<ScreenID>TaskTemplate_StatDexterityValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>142</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignRight>true</AlignRight>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatIntelligenceValueLabel">
|
|
<ScreenID>TaskTemplate_StatIntelligenceValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>158</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignRight>true</AlignRight>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatAgilityValueLabel">
|
|
<ScreenID>TaskTemplate_StatAgilityValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>174</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignRight>true</AlignRight>
|
|
</Label>
|
|
<Label item = "TaskTemplate_StatWisdomValueLabel">
|
|
<ScreenID>TaskTemplate_StatWisdomValueLabel</ScreenID>
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>4</X>
|
|
<Y>190</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>100</CX>
|
|
<CY>20</CY>
|
|
</Size>
|
|
<Text>-</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<NoWrap>true</NoWrap>
|
|
<AlignRight>true</AlignRight>
|
|
</Label>
|
|
|
|
<StaticAnimation item = "TaskTemplate_StatClassAnim">
|
|
<ScreenID>TaskTemplate_StatClassAnim</ScreenID>
|
|
<Location>
|
|
<X>16</X>
|
|
<Y>214</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>75</CX>
|
|
<CY>142</CY>
|
|
</Size>
|
|
<!-- The animation is one of the class animations and is loaded on the fly, do not define an animation here since it can cause issues -->
|
|
</StaticAnimation>
|
|
|
|
<Screen item = "TaskTemplateStatsPane">
|
|
<ScreenID>TaskTemplateStatsPane</ScreenID>
|
|
<!--<Font/>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>180</X>
|
|
<Y>0</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>108</CX>
|
|
<CY>220</CY>
|
|
</Size>
|
|
<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>true</Style_Sizable>
|
|
<Pieces>TaskTemplate_StatClassValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatLevelValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatHitPointsLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatManaLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatEnduranceLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatStrengthLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatStaminaLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatCharismaLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatDexterityLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatIntelligenceLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatAgilityLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatWisdomLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatHitPointsValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatManaValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatEnduranceValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatStrengthValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatStaminaValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatCharismaValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatDexterityValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatIntelligenceValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatAgilityValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatWisdomValueLabel</Pieces>
|
|
<Pieces>TaskTemplate_StatClassAnim</Pieces>
|
|
</Screen>
|
|
<!-- End of stats for selected monster -->
|
|
|
|
<!-- This is the pane of abilities for the selected monster -->
|
|
<Listbox item = "TaskTemplateSelectAbilitiesList">
|
|
<ScreenID>TaskTemplateSelectAbilitiesList</ScreenID>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>0</LeftAnchorOffset>
|
|
<TopAnchorOffset>0</TopAnchorOffset>
|
|
<RightAnchorOffset>0</RightAnchorOffset>
|
|
<BottomAnchorOffset>0</BottomAnchorOffset>
|
|
<TopAnchorToTop>true</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<Columns>
|
|
<Width>1000</Width>
|
|
<Heading>Abilities:</Heading>
|
|
</Columns>
|
|
<Columns>
|
|
<Width>0</Width>
|
|
</Columns>
|
|
<Style_Border>true</Style_Border>
|
|
<Style_VScroll>true</Style_VScroll>
|
|
</Listbox>
|
|
<Screen item = "TaskTemplateSelectAbilitiesPane">
|
|
<ScreenID>TaskTemplateSelectAbilitiesPane</ScreenID>
|
|
<!--<Font/>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>0</X>
|
|
<Y>0</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>300</CX>
|
|
<CY>100</CY>
|
|
</Size>
|
|
<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>true</Style_Sizable>
|
|
<Pieces>TaskTemplateSelectAbilitiesList</Pieces>
|
|
</Screen>
|
|
<!-- End of the pane of abilities for the selected monster -->
|
|
|
|
<!-- This is the pane of items for the selected monster -->
|
|
<Listbox item = "TaskTemplateSelectEquipmentList">
|
|
<ScreenID>TaskTemplateSelectEquipmentList</ScreenID>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>0</LeftAnchorOffset>
|
|
<TopAnchorOffset>0</TopAnchorOffset>
|
|
<RightAnchorOffset>0</RightAnchorOffset>
|
|
<BottomAnchorOffset>0</BottomAnchorOffset>
|
|
<TopAnchorToTop>true</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<Columns>
|
|
<Width>1000</Width>
|
|
<Heading>Equipment:</Heading>
|
|
</Columns>
|
|
<Columns>
|
|
<Width>0</Width>
|
|
</Columns>
|
|
<Style_Border>true</Style_Border>
|
|
<Style_VScroll>true</Style_VScroll>
|
|
</Listbox>
|
|
<Screen item = "TaskTemplateSelectEquipmentPane">
|
|
<ScreenID>TaskTemplateSelectEquipmentPane</ScreenID>
|
|
<!--<Font/>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>0</X>
|
|
<Y>100</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>300</CX>
|
|
<CY>100</CY>
|
|
</Size>
|
|
<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>true</Style_Sizable>
|
|
<Pieces>TaskTemplateSelectEquipmentList</Pieces>
|
|
</Screen>
|
|
<!-- End of the pane of items for the selected monster -->
|
|
|
|
<!-- This is the pane that describes the selected monster -->
|
|
<STMLbox item = "TaskTemplateSelectDescription">
|
|
<ScreenID>TaskTemplateSelectDescription</ScreenID>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>0</LeftAnchorOffset>
|
|
<TopAnchorOffset>0</TopAnchorOffset>
|
|
<RightAnchorOffset>0</RightAnchorOffset>
|
|
<BottomAnchorOffset>0</BottomAnchorOffset>
|
|
<TopAnchorToTop>true</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<Style_Border>true</Style_Border>
|
|
<Style_VScroll>true</Style_VScroll>
|
|
<Text>Description</Text>
|
|
</STMLbox>
|
|
<Button item = "TaskTemplate_IconButton">
|
|
<ScreenID>TaskTemplate_IconButton</ScreenID>
|
|
<!--<Font>3</Font>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>70</LeftAnchorOffset>
|
|
<TopAnchorOffset>12</TopAnchorOffset>
|
|
<RightAnchorOffset>26</RightAnchorOffset>
|
|
<BottomAnchorOffset>56</BottomAnchorOffset>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<BottomAnchorToTop>true</BottomAnchorToTop>
|
|
<LeftAnchorToLeft>false</LeftAnchorToLeft>
|
|
<TopAnchorToTop>true</TopAnchorToTop>
|
|
<Style_VScroll>false</Style_VScroll>
|
|
<Style_HScroll>false</Style_HScroll>
|
|
<Style_Transparent>false</Style_Transparent>
|
|
<!--<TooltipReference/>-->
|
|
<Style_Checkbox>false</Style_Checkbox>
|
|
<!--<RadioGroup/>-->
|
|
<Template>BDT_RedBuff</Template>
|
|
<SoundPressed/>
|
|
<SoundUp/>
|
|
<SoundFlyby/>
|
|
<DecalOffset>
|
|
<X>2</X>
|
|
<Y>2</Y>
|
|
</DecalOffset>
|
|
<DecalSize>
|
|
<CX>40</CX>
|
|
<CY>40</CY>
|
|
</DecalSize>
|
|
</Button>
|
|
<Screen item = "TaskTemplateSelectDescriptionPane">
|
|
<ScreenID>TaskTemplateSelectDescriptionPane</ScreenID>
|
|
<!--<Font/>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>0</X>
|
|
<Y>200</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>300</CX>
|
|
<CY>100</CY>
|
|
</Size>
|
|
<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>true</Style_Sizable>
|
|
<Pieces>TaskTemplateSelectDescription</Pieces>
|
|
<Pieces>TaskTemplate_IconButton</Pieces>
|
|
</Screen>
|
|
<!-- End of the pane that describes the selected monster -->
|
|
|
|
<!-- These are the panes/layouts -->
|
|
<VerticalLayoutBox item = "TaskTemplateDataListLayout">
|
|
<ScreenID>TaskTemplateDataListLayout</ScreenID>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>0</LeftAnchorOffset>
|
|
<TopAnchorOffset>0</TopAnchorOffset>
|
|
<RightAnchorOffset>0</RightAnchorOffset>
|
|
<BottomAnchorOffset>0</BottomAnchorOffset>
|
|
<TopAnchorToTop>true</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<Spacing>2</Spacing>
|
|
<Style_Border>false</Style_Border>
|
|
<Style_VScroll>false</Style_VScroll>
|
|
<Style_Transparent>true</Style_Transparent>
|
|
<Pieces>Screen:TaskTemplateSelectAbilitiesPane</Pieces>
|
|
<Pieces>Screen:TaskTemplateSelectEquipmentPane</Pieces>
|
|
<Pieces>Screen:TaskTemplateSelectDescriptionPane</Pieces>
|
|
</VerticalLayoutBox>
|
|
|
|
<Screen item = "TaskTemplateDataListPane">
|
|
<ScreenID>TaskTemplateDataListPane</ScreenID>
|
|
<!--<Font/>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<Location>
|
|
<X>0</X>
|
|
<Y>0</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>300</CX>
|
|
<CY>220</CY>
|
|
</Size>
|
|
<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>true</Style_Sizable>
|
|
<Pieces>VerticalLayoutBox:TaskTemplateDataListLayout</Pieces>
|
|
</Screen>
|
|
|
|
<HorizontalLayoutBox item = "TaskTemplateTopLayout">
|
|
<ScreenID>TaskTemplateTopLayout</ScreenID>
|
|
<DrawTemplate>WDT_Inner</DrawTemplate>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>0</LeftAnchorOffset>
|
|
<TopAnchorOffset>0</TopAnchorOffset>
|
|
<RightAnchorOffset>0</RightAnchorOffset>
|
|
<BottomAnchorOffset>0</BottomAnchorOffset>
|
|
<TopAnchorToTop>true</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<Spacing>2</Spacing>
|
|
<Style_Border>false</Style_Border>
|
|
<Style_VScroll>false</Style_VScroll>
|
|
<Style_Transparent>true</Style_Transparent>
|
|
<Pieces>Screen:TaskTemplateSelectListPane</Pieces>
|
|
<Pieces>Screen:TaskTemplateStatsPane</Pieces>
|
|
<Pieces>Screen:TaskTemplateDataListPane</Pieces>
|
|
</HorizontalLayoutBox>
|
|
|
|
<Screen item = "TaskTemplateSelectTopPane">
|
|
<ScreenID>TaskTemplateSelectTopPane</ScreenID>
|
|
<!--<Font/>-->
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>2</LeftAnchorOffset>
|
|
<TopAnchorOffset>2</TopAnchorOffset>
|
|
<RightAnchorOffset>2</RightAnchorOffset>
|
|
<BottomAnchorOffset>29</BottomAnchorOffset>
|
|
<TopAnchorToTop>true</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<Spacing>2</Spacing>
|
|
<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>HorizontalLayoutBox:TaskTemplateTopLayout</Pieces>
|
|
</Screen>
|
|
<!-- End of the panes/layouts -->
|
|
|
|
<!-- These are the buttons for the window -->
|
|
<Button item = "TaskTemplateSelectAcceptButton">
|
|
<ScreenID>TaskTemplateSelectAcceptButton</ScreenID>
|
|
<!--<Font>3</Font>-->
|
|
<RelativePosition>true</RelativePosition>
|
|
<AutoStretch>true</AutoStretch>
|
|
<LeftAnchorOffset>130</LeftAnchorOffset>
|
|
<TopAnchorOffset>27</TopAnchorOffset>
|
|
<RightAnchorOffset>10</RightAnchorOffset>
|
|
<BottomAnchorOffset>2</BottomAnchorOffset>
|
|
<TopAnchorToTop>false</TopAnchorToTop>
|
|
<BottomAnchorToTop>false</BottomAnchorToTop>
|
|
<LeftAnchorToLeft>false</LeftAnchorToLeft>
|
|
<RightAnchorToLeft>false</RightAnchorToLeft>
|
|
<Style_Transparent>false</Style_Transparent>
|
|
<TooltipReference>Select a character and click this button to accept.</TooltipReference>
|
|
<Style_Checkbox>false</Style_Checkbox>
|
|
<Text>Select Monster</Text>
|
|
<TextColor>
|
|
<R>255</R>
|
|
<G>255</G>
|
|
<B>255</B>
|
|
</TextColor>
|
|
<Template>BDT_SmallNormal</Template>
|
|
</Button>
|
|
<!-- End of the buttons for the window -->
|
|
|
|
<!-- The actual window -->
|
|
<Screen item = "TaskTemplateSelectWnd">
|
|
<!--<ScreenID/>-->
|
|
<!--<Font/>-->
|
|
<RelativePosition>false</RelativePosition>
|
|
<Location>
|
|
<X>100</X>
|
|
<Y>100</Y>
|
|
</Location>
|
|
<Size>
|
|
<CX>600</CX>
|
|
<CY>413</CY>
|
|
</Size>
|
|
<MinHSize>590</MinHSize>
|
|
<MinVSize>380</MinVSize>
|
|
<Text>Select a Character</Text>
|
|
<Style_Transparent>false</Style_Transparent>
|
|
<!--<TooltipReference/>-->
|
|
<DrawTemplate>WDT_Def</DrawTemplate>
|
|
<Style_Titlebar>true</Style_Titlebar>
|
|
<Style_Qmarkbox>true</Style_Qmarkbox>
|
|
<Style_Closebox>true</Style_Closebox>
|
|
<Style_Minimizebox>true</Style_Minimizebox>
|
|
<Style_Border>true</Style_Border>
|
|
<Style_Sizable>true</Style_Sizable>
|
|
<Pieces>TaskTemplateSelectTopPane</Pieces>
|
|
<Pieces>TaskTemplateSelectAcceptButton</Pieces>
|
|
</Screen>
|
|
</XML> |