A PitBull4 plugin which provides the energy bar to the druid while NOT in cat form.
- 5.0 Note: Monk is not supported atm.
- If you're using the LuaTexts module, you can register a new event called PITBULL4_DRUIDENERGYBAR_ENERGY, and apply following Lua text with this event to see the text representation of energy:
if UnitPowerType(unit) ~= 3 then return "%s/%s",Power(unit,3),MaxPower(unit,3) end
(you may also use it with UNIT_POWER / UNIT_MAXPOWER, which will cause it to be updated once a second or so)