EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   DarqUI (https://www.eq2interface.com/forums/forumdisplay.php?f=48)
-   -   [Request] Health and Power monitor visual indicator (https://www.eq2interface.com/forums/showthread.php?t=19281)

ziplock9000 03-11-2020 11:23 AM

[Request] Health and Power monitor visual indicator
 
Can you make a visual indicator when the health or power threshold has been met please.
A blue box around the character's name for pwr, green for health
Work with group AND raid window please


Darqwood 03-11-2020 04:28 PM

Group and Raid windows each have their own health and power monitor, and the background behind the character's name changes color in both cases. Red=health, blue=power and purple=both. Is this not what you are seeing?


.

ziplock9000 03-12-2020 09:26 AM

Yes you're correct. I've been missing it this whole time because it's too subtle.

By default or by option, please have it flash on and off and be a lot brighter and "in your face".
Especially since this is not an indicator, it's an emergency warning that should pull your attention to it even when not looking.

The EQ2 community is getting older every day and we need all the help we can get :o

ziplock9000 03-18-2020 08:47 PM

Can you at least let me know which XML needs to be edited to make the backgrounds completely opaque and bright blue/green please?

Darqwood 03-21-2020 07:07 PM

Search for Name="CueP" and Name="CueH". There will be one of each for each raid/group member. You can change color and opacity directly on the line. Remember though if you make them opaque you will only see one indicator at a time. Right now they are 50% transparent which is why you get purple when a player has both low power and low health.


.

ziplock9000 03-22-2020 05:55 PM

Thanks mate, much appreciated.

For anyone else:

eq2ui_mainhud_groupmembers.xml

Change:
<Page BackgroundColor="#0000FF" BackgroundOpacity="0.500" Location="1,1" Name="CueP" ScrollExtent="203,24" Size="203,24" Visible="false" />
<Page BackgroundColor="#FF0000" BackgroundOpacity="0.500" Location="1,1" Name="CueH" ScrollExtent="203,24" Size="203,24" Visible="false" />

To
<Page BackgroundColor="#0000FF" BackgroundOpacity="0.800" Location="1,1" Name="CueP" ScrollExtent="203,24" Size="203,24" Visible="false" />
<Page BackgroundColor="#FF0000" BackgroundOpacity="0.800" Location="1,1" Name="CueH" ScrollExtent="203,24" Size="203,24" Visible="false" />

So there's still a little transparency for when they overlap.

Now if only EQ2 would do CSS blink :p

Darqwood 03-23-2020 09:27 PM

You can make it flash by adding OnShowEffector="Flashing" to each of those lines, and add the following line somewhere in the file:

<EffectorCycleOpacity Background="true" InitialOpacity="1.000" Name="Flashing" Speed="2.000" />




.


All times are GMT -5. The time now is 08:26 AM.

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