PitBull4_DruidEnergyBar

A small PB4 plugin which provides the energy bar to the druid while NOT in cat form.

http://www.wowwiki.com/Furor_(Druid)

Tips:
-Force maximum option can be found in the bar option. If you enable it, it will show the maximum energy cap based on the real cap.
-If you are using LuaTexts module, you can register new event called PITBULL4_DRUIDENERGYBAR_ENERGY, and apply the 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 can use it with UNIT_POWER / UNIT_MAXPOWER, but it will be updated almost once a second)

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Nov 01, 2009
Categories
Last update
Nov 06, 2010
Development stage
Release
Language
  • enUS
License
All Rights Reserved
Curse link
PitBull4_DruidEnergyBar
Downloads
7,780
Recent files

Authors