EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   General authoring help / discussion (http://www.eqinterface.com/forums/forumdisplay.php?f=12)
-   -   Ability Timer (http://www.eqinterface.com/forums/showthread.php?t=1053)

Faeanor 08-15-2002 05:14 PM

Ability Timer
 
I have been trying to put the AAW_Timer from the Advanced Ability Windos that shows when a aa ability refreshes, to fit in my hotkey window without success.... Anyone have a clue how to do this?

I want the timer in my hotkey window so I see how many seconds it is left till Cann V refreshes without having to press the button.

Ideas, anyone??

ForinIronshield 08-15-2002 06:47 PM

I assume you mean this entity:
Quote:
<Label item="AAW_Timer">
<ScreenID>Timer</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>383</X>
<Y>327</Y>
</Location>
<Size>
<CX>100</CX>
<CY>14</CY>
</Size>
<Text></Text>
<TextColor>
<R>51</R>
<G>204</G>
<B>51</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>


Unfortunately, you will note that there is no <EQTYPE></EQTYPE> definition associated with this item. Without an EQType, the item cannot be moved to a different window. :( As such, it is a placeholder for a gauge controlled by the UIEngine.

Looks like you need to add something to the Wish List forum :)

Faeanor 08-15-2002 11:13 PM

Ah, that explains it. Where does that timer get it's info from anyway since it is just a label??


All times are GMT -5. The time now is 09:27 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.