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)
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
- R: v1.3 for 4.0.1 Nov 06, 2010
- R: v1.2 for 4.0.1 Nov 06, 2010
- R: PitBull4_DruidEnergyBar 1.1 for 3.2.0 Nov 02, 2009
- R: PitBull4_DruidEnergyBar 1.0 for 3.2.0 Nov 01, 2009