Posted: Sat May 20, 2006 12:40 pm
Sure, you can run it without mq2, it will just be full of errors. An option would be to figure out which UI it is based off of, find it on eqinterface and run that.
Need to talk about MacroQuest to other MacroQuest users?
https://mq64.org/phpBB3/
Almost all the information you're talking about is provided by MQ2, not actually the UI.Ferinus wrote:Okay, this may be dumb, but...
Will this UI opperate without MQ2. I am in a raiding guild and they don't like us to run 3rd party apps while raiding. I'm nice and I turn it off but I like all the extra information and having my inventory on my screen. Can I run just the UI without MQ2?
Code: Select all
Changes 2006.06.09: by Harden
gimp_consent.inc:
* Fix: Added an Extra Delay, before Attempting to Memorize a spell set after dieing. This should fix the issue with sometimes not memorizing the spell set.
gimp_assist.inc:
* New: Added a Second Assist (SA) Function. Works just like the MA function has.
gimp_clickies.inc
* New: Added Composers Greaves, ClickyComposersGreaves=1 in krust.ini to activate it
UI: * Modified the Krust Data window and addedthe Following:
-Class Count: List the Number of Key classes in the zone (not as usefull in open zones, but most things are instanced now.)
Tanks: WAR: 1 SK: 1 PAL: 1
Healers: CLR: 1 DRU: 1 SHM: 1
-SA Name added next to MA
-Self Tribute Status
-Data Window is now slightly widerCode: Select all
<Editbox item="MVW_MaxZEditBox">
<ScreenID>MVW_MaxZEditBox</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Location>
<X>115</X>
<Y>310</Y>
</Location>
<Size>
<CX>40</CX>
<CY>15</CY>
</Size>
<Style_Border>true</Style_Border>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<TooltipReference>How much above your current position to draw map lines.</TooltipReference>
</Editbox>
+ <Button item="MVW_ShowGroupButton">
+ <ScreenID>MVW_ShowGroupButton</ScreenID>
+ <RelativePosition>true</RelativePosition>
+ <Location>
+ <X>117</X>
+ <Y>272</Y>
+ </Location>
+ <Size>
+ <CX>52</CX>
+ <CY>22</CY>
+ </Size>
+ <Style_VScroll>false</Style_VScroll>
+ <Style_HScroll>false</Style_HScroll>
+ <Style_Transparent>false</Style_Transparent>
+ <Style_Checkbox>true</Style_Checkbox>
+ <Text>Group</Text>
+ <TooltipReference>Toggle display of group members in the current zone.</TooltipReference>
+ <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="MVW_MapToolBar">
<ScreenID>MVW_MapToolBar</ScreenID>
Code: Select all
<Pieces>MVW_LabelsToggleButton</Pieces>
<Pieces>MVW_Layer0Button</Pieces>
+ <Pieces>MVW_ShowGroupButton</Pieces>
</Screen>
Code: Select all
<TextureInfo item = "dragitem33.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
+ <TextureInfo item="dragitem34.tga">
+ <Size>
+ <CX>256</CX>
+ <CY>256</CY>
+ </Size>
+ </TextureInfo>
<TextureInfo item = "cleric01.tga">
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
</TextureInfo>
Code: Select all
<Frames>
<Texture>dragitem33.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>256</CX>
<CY>256</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
+ <Frames>
+ <Texture>dragitem34.tga</Texture>
+ <Location>
+ <X>0</X>
+ <Y>0</Y>
+ </Location>
+ <Size>
+ <CX>256</CX>
+ <CY>256</CY>
+ </Size>
+ <Hotspot>
+ <X>0</X>
+ <Y>0</Y>
+ </Hotspot>
+ <Duration>1000</Duration>
+ </Frames>
</Ui2DAnimation>