EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI User Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=26)
-   -   Targets target (https://www.eq2interface.com/forums/showthread.php?t=14497)

Verrie77 08-07-2010 06:41 AM

Targets target
 
Is there any Implied target UI addon that makes it easier to see if the mob turns around and hits me ?
Atm the implied target windows goes away if the mob turns to me, but I would like it to show my name instead.

Is there such a thing around ?

lordebon 08-07-2010 11:38 AM

That's hardcoded into how the game does targeting, not something we can really change with a UI mod.

Drumstix42 08-07-2010 11:40 AM

You can use the Threat window to know when you have aggro of your target.

Zonx 08-07-2010 04:28 PM

Implied Target window visibility is likely controlled by the DD assigned to the top page object. You could probably disable the visibility switching on the window with a DD filter, or maybe remove the DD if its not doing anything else at that level.

Then you could apply the unfiltered DD to a button within another window that is always visible, but shoved out of its bounds so you never see it. Give that button onShow and onHide scripts that check your threat indicator.

OnHide, If threat indicator is visible reconfigure the IT window layout to hide all the usual contents and show a textbox with your playerName DD assigned to it. Else use the normal layout and hide the whole IT window.

OnShow, show the whole IT window with the normal layout.

You'd probably also need to add a similar button that uses the main Target window's targetName.onTextChanged to trigger a threat check and force the ImpliedTarget window to visible when you are hated. This way the IT visibility gets reset anytime you change targets or initially target something.


All times are GMT -5. The time now is 09:49 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI