PitBull4_DruidEnergyBar

Abandoned
PitBull4_DruidEnergyBar

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)

The PitBull4_DruidEnergyBar Team

profile avatar
  • 1
    Projects
  • 11.7K
    Downloads