Description
This application was mainly based off the ManaAbsorbFrenzy AddOn from Edgedemon. I play mainly with a Knight/Priest character, and didn't find what I wanted if other AddOns. The purpose of this AddOn is to let a priest sub-class (or main-class) to cast the Regenerate spell (only if the spell isn't already active on the player) before his health goes off too fast. It's made to cast the Regen spell, then continue to slice your opponents in pieces with the Attack function.
Since the OnUpdate Trigger Event isn't working too well these days, this AddOn does work because it's mostly based on CombatMeter_Damage Trigger Event.
Commands
/MR on - Enable the AddOn functions
/MR off - Disable the AddOn Functions
/MR help - Help for the Melee Regen AddOn
/MR threshold - Show the current threshold
/MR set XX - Set the Threshold to XX, where XX represents two digits from 01 to 99 % of the Health Bar
Version
1.0 : Initial version
1.1 : Fixed the multi-cast issue, Regen is firing only once.
1.2 : Support for the Druid class now, the threshold is also configurable.
To-Do List
- Still don't know how to save variables to the SaveVariables.lua file. Any help appreciated on this topic.
Version 1.2
Support for the Druid class now, the threshold is also configurable.