Posted: Thu Nov 18, 2004 11:43 pm
All the durations, spell info, etc are pulled from MQ. If the UI doesn't display then, theres a problem with MQ... try cleaning/rebuilding MQ.
Need to talk about MacroQuest to other MacroQuest users?
https://mq64.org/phpBB3/
Code: Select all
<Label item ="Augment_Label">
<ScreenID>Augment_Label</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>95</X>
<Y>1</Y>
</Location>
<Size>
<CX>88</CX>
<CY>20</CY>
</Size>
<Text>Augments</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Listbox item="AugmentList">
<ScreenID>AugmentList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Location>
<X>95</X>
<Y>17</Y>
</Location>
<Size>
<CX>220</CX>
<CY>50</CY>
</Size>
<Columns>
<Width>150</Width>
</Columns>
<Style_Border>true</Style_Border>
<Style_VScroll>false</Style_VScroll>
</Listbox>
<Button item = "InsertButton">
<ScreenID>InsertButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>80</Y>
</Location>
<Size>
<CX>70</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Insert</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 = "RemoveButton">
<ScreenID>RemoveButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>80</Y>
</Location>
<Size>
<CX>70</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Remove</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 = "DeleteButton">
<ScreenID>DeleteButton</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>100</X>
<Y>80</Y>
</Location>
<Size>
<CX>70</CX>
<CY>20</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>Delete</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>
<Screen item="ContainerWindow">
<!--<ScreenID/>-->
<!--<Font/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>350</X>
<Y>100</Y>
</Location>
<Size>
<CX>96</CX>
<CY>380</CY>
</Size>
<Text>Container</Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Container</TooltipReference>
<DrawTemplate>WDT_New</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>Container_Label</Pieces>
<!--<Pieces>Container_Equip</Pieces>
<Pieces>Container_ClassAnim</Pieces>-->
<Pieces>ContainerSlot1</Pieces>
<Pieces>ContainerSlot2</Pieces>
<Pieces>ContainerSlot3</Pieces>
<Pieces>ContainerSlot4</Pieces>
<Pieces>ContainerSlot5</Pieces>
<Pieces>ContainerSlot6</Pieces>
<Pieces>ContainerSlot7</Pieces>
<Pieces>ContainerSlot8</Pieces>
<Pieces>ContainerSlot9</Pieces>
<Pieces>ContainerSlot10</Pieces>
<Pieces>Container_Combine</Pieces>
<Pieces>Container_DoneButton</Pieces>
<Pieces>AugmentList</Pieces>
<Pieces>Augment_Label</Pieces>
<Pieces>InsertButton</Pieces>
<Pieces>RemoveButton</Pieces>
<Pieces>DeleteButton</Pieces>
<RightAnchorOffset>3</RightAnchorOffset>
</Screen>
</XML>
FreQuency wrote:Im still alive....
You can modify some windows it all really depends. If you don;t know anything about XML such as myself, you could try trial and error
Keep us updated with this oneFreQuency wrote:Also working on an eq2 Version
Code: Select all
/mapfilter menu