Combo user layout: Displays energy at left, CPs in center. Weapon enchants are always on the right.
DK: Death runes are colored differently. Ready rune = Dash, on CD = blank, CD under 4 secs is shown.
EventHorizon Vitals
Please remember that your continued donations help to keep EventHorizon alive. I do not play WoW anymore, and though my account is active and currently in good standing, I do not have the financial resources to keep it up for the sole purpose of maintaining addons.
I apologize for the donation window when you download this addon, but I find it does the best job of bringing this situation to the attention of EH's users.
What is EventHorizon_Vitals?
EH_Vitals is a plugin for EventHorizon that displays information EventHorizon normally can or will not. This includes your current power (energy/mana/rage/runic power/runes), weapon enchant timers, and combo points.
All of this information is displayed in a little frame positioned on EventHorizon's edge.
This module also fully supports vehicles, for Ulduar runs and the occasional Malygos kill.
How do I set it up?
EventHorizon_Vitals uses a very similar configuration to EventHorizon itself. This means that it should work quite well without any tweaking whatsoever.
By default, EH_Vitals copies EventHorizon's background and border. Most text is class colored (Exceptions: Runes and vehicle power are colored by type, combo points use a custom coloring scheme).
If you would like to change the behavior of EH_Vitals, have a look at EventHorizon_Vitals/config.lua. This file holds all of the settings for the addon. A file named myconfig.lua may be created for settings that you want to stick around between updates.
There are enough options in there to satisfy even the most power-hungry addon tweaker. If you have any questions, feel free to ask in the comments here.
Originally posted by Cowberty Firstly, thank you for the quick reply.
However, your macro solution didn't quite work for me. It'd work for the currently selected target, but as soon as I acquired a new target the vitals frame would show again. I'm guessing this is happening because vitals is trying to update the combo points every time i swap targets. (yes I'm playing a feral druid.)
I suppose I can just disable vitals and reload UI every time i hit arenas until you get around to implementing this feature as it won't be too terrible of an inconvenience to me. Anyways, it's great to see you're still developing this addon and I'm grateful for that. ^_^
Only reason I can see for that happening is if you have Redshift enabled (edit: and set to hide Vitals), but I'll take another look.
The next version of Vitals will be much more adept at showing/hiding the frame, that's for sure.
Side note, I'm pretty much going for a full rewrite of Vitals now. The way it currently does things is horrible, to say the least. Efficient, yes, but saying it could do better would be a complete and total understatement. I've got all of tomorrow to work on it, expect results soonish.
However, your macro solution didn't quite work for me. It'd work for the currently selected target, but as soon as I acquired a new target the vitals frame would show again. I'm guessing this is happening because vitals is trying to update the combo points every time i swap targets. (yes I'm playing a feral druid.)
I suppose I can just disable vitals and reload UI every time i hit arenas until you get around to implementing this feature as it won't be too terrible of an inconvenience to me. Anyways, it's great to see you're still developing this addon and I'm grateful for that. ^_^
Originally posted by Cowberty I've looked around a little, and I'd like to know if there is a way to hide the vitals bar when I do "/eventhorizon." My apologies if this feature is already implemented, but if it's not then I'm requesting it.
(also, in case you just tell me to get redshift: I want it to just hide all together regardless. I'd like to be able to toggle EH for times like when I'm doing arenas or leveling on an alt.)
Love the whole addon btw. Thanks for any support. <3
It's a little odd that I never did add that feature, isn't it?
I prefer to always have Vitals showing myself, and never got around to writing one in because of that, but it does need a toggle.
For the short term, I can add in a separate slash command to Vitals (/ehv and /eventhorizon_vitals). Longer term, I would definitely prefer /eventhorizon and /ehz having the ability to hide all attached frames at once.
Vitals is in the middle of a minor rewrite to fix some vehicle issues and add a self-hiding feature for when it's pointless to be shown anyway, so it may be a while before I can throw in the slash.
In the meantime you can paste this into a new macro to show/hide both Vitals and EventHorizon at will.
Code:
/script local f = EventHorizon_VitalsFrame; if f:IsVisible() then f:Hide() else f:Show() end
/eventhorizon
I've looked around a little, and I'd like to know if there is a way to hide the vitals bar when I do "/eventhorizon." My apologies if this feature is already implemented, but if it's not then I'm requesting it.
(also, in case you just tell me to get redshift: I want it to just hide all together regardless. I'd like to be able to toggle EH for times like when I'm doing arenas or leveling on an alt.)
Love the whole addon btw. Thanks for any support. <3
Please remember that your continued donations help to keep EventHorizon alive. I do not play WoW anymore, and though my account is active and currently in good standing, I do not have the financial resources to keep it up for the sole purpose of maintaining addons.
I apologize for the donation window when you download this addon, but I find it does the best job of bringing this situation to the attention of EH's users.
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.
*Clicking the donate button above will take you to PayPal.com
*Clicking the donate button above will take you to Pledgie.com