Change Log:
--------------------
v2.3a:
* DK runes work properly for the new rune mechanic.
* Anchored rune texts to the right instead of to the center.
* Stops showing "hawk" if hunter hawk aspect is on.
v2.3: API updates.
* Class warnings will use EventHorizon's info instead of collecting it on their own.
* Priests should no longer see a Vampiric Embrace warning when in a healing spec.
* Added a level check for most class warnings.
* Fixed the useClassColor option.
v2.2: Using an older myconfig with this release probably won't work well. Be sure to check against the new and changed options.
* 4.0.1 and Cataclysm compatibility.
* Cleaned up a lot of code, added notifications for a lot of classes. The actual list of changes is pretty huge.
v2.1:
* Priest: Added Shadow Weaving stacks to the center text.
* Shaman: Earth Shield stacks now display properly.
v2.0 Release:
* Fixed slash command support for the EventHorizon v1.9 r219+ module API.
* The useClassColor option in config.lua should work now.
v2.0b3:
* Now actively using EventHorizon's new module API.
* Using /eventhorizon or /ehz to hide EventHorizon will now hide Vitals as well. An option to change this is located in config.lua.
* You can also toggle Vitals via "/eventhorizon vitals" (also applies to /ehz, neither is case sensitive)
* Now using the Blizzard-provided namespace rather than throwing globals everywhere.
* Weapon enchants work a little better now. They update once per second instead of once per 3 seconds, and a small delay is enforced when enchants are updated to make sure they're displaying the right information.
* NOTE: You WILL experience errors if your myconfig.lua does not reference the addon namespace. Look at config.lua for how to do it, it's easy.
v2.0b2:
* DK: Rune event assignment got borked by the load process change. It's now done in init as intended.
v2.0b1: Rewritten nearly from the ground up. Again. Note that some options may not work as intended - Bring them to my attention...
Description:
--------------------
Fixed it up a little bit since Taroven's disappeared. Tested with Hunter and Death-knight, otherwise, no guarantees.
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.
--------------------
v2.3a:
* DK runes work properly for the new rune mechanic.
* Anchored rune texts to the right instead of to the center.
* Stops showing "hawk" if hunter hawk aspect is on.
v2.3: API updates.
* Class warnings will use EventHorizon's info instead of collecting it on their own.
* Priests should no longer see a Vampiric Embrace warning when in a healing spec.
* Added a level check for most class warnings.
* Fixed the useClassColor option.
v2.2: Using an older myconfig with this release probably won't work well. Be sure to check against the new and changed options.
* 4.0.1 and Cataclysm compatibility.
* Cleaned up a lot of code, added notifications for a lot of classes. The actual list of changes is pretty huge.
v2.1:
* Priest: Added Shadow Weaving stacks to the center text.
* Shaman: Earth Shield stacks now display properly.
v2.0 Release:
* Fixed slash command support for the EventHorizon v1.9 r219+ module API.
* The useClassColor option in config.lua should work now.
v2.0b3:
* Now actively using EventHorizon's new module API.
* Using /eventhorizon or /ehz to hide EventHorizon will now hide Vitals as well. An option to change this is located in config.lua.
* You can also toggle Vitals via "/eventhorizon vitals" (also applies to /ehz, neither is case sensitive)
* Now using the Blizzard-provided namespace rather than throwing globals everywhere.
* Weapon enchants work a little better now. They update once per second instead of once per 3 seconds, and a small delay is enforced when enchants are updated to make sure they're displaying the right information.
* NOTE: You WILL experience errors if your myconfig.lua does not reference the addon namespace. Look at config.lua for how to do it, it's easy.
v2.0b2:
* DK: Rune event assignment got borked by the load process change. It's now done in init as intended.
v2.0b1: Rewritten nearly from the ground up. Again. Note that some options may not work as intended - Bring them to my attention...
Description:
--------------------
Fixed it up a little bit since Taroven's disappeared. Tested with Hunter and Death-knight, otherwise, no guarantees.
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.