Description
Name: RegenMonitor
Author: Jake Bolton (ninmonkey) ninmonkeys@gmail.com
About: Monitors your health and mana regen speed. It creates a small dragable box that shows your current health and mana regeneration speed. Colors are customizable. You can show and hide the box. (More features comming soon, see below)
( See Screenshot #1 for an example of RegenMonitor with CombatStats and GypsyUnitBars. )
Contact: If you have any suggestions, or problems, the best way to get ahold of me is to email me. Otherwise you can use the notes at the bottom of this page.
Notes: I'm working on finishing a few features, a new version for the blizzard patch will be up later tonight.
Installation:
Copy all the files to World of Warcraft\Interface\AddOns\RegenMonitor
(create the directories if they do not exist)
Features:
-Can drag bar around on screen.
-Can show/hide the bar.
-Shows hp and power(mana/energy/rage) regeneration per second.
-Colored power(mana/energy/rage) based on power type. (example: mana=blue)
-Can set the health, mana, energy, and rage colors to whatever color you want.
-Can set bar width
-Can toggle auto-wraping (shrinks bar to fit the text width if it is less than the width set)
Commands:
/regen
shows help
/regen help
shows help
/regen show
shows the regen window
/regen hide
hides the regen window
/regen status
Shows status (Width, Visibility, Colors, etc.)
/regen colorhp <color>
Set Hp color in hex (format: rrggbb), usable numbers hex (0-f) (example: red is ff0000, green is 00ff00, light red is ffcccc)
/regen colormp <color>
Set Mp color in hex (format: rrggbb), usable numbers hex (0-f)
/regen colorenergy <color>
Set Energy color in hex rrggbb, usable numbers 0-f.
/regen colorrage <color>
Set Rage color in hex rrggbb, usable numbers 0-f.
/regen colordefault
Resets all colors to their default values.
/regen width <width>
Sets the width of the text (Default 128).
/regen toggleautosize
Toggles auto-resizing the button to the smallest width
Examples:
/regen colorhp ff6666
/regen colormp 6666ff
Features to be implemented:
-change background color
-change background transparency
-can toggle auto-hiding while in combat


