Download
(6Kb)
Download
Updated: 01-17-11 07:33 PM
Pictures
File Info
Updated:01-17-11 07:33 PM
Created:05-10-10 11:49 AM
Downloads:2,579
Favorites:7
MD5:

oUF PowerBar

Version: 0.0.4
by: Cynyr [More]

A simple energy bar for rogues and druids and now hunters. It will only be shown in (cat && combat) for druids or (combat || stealth) for rogues and combat for hunters. This addon will require oUF by Haste to function.

It can be moved using oUF_MovableFrames. It defaults to the center of the screen(not so helpful).

There is a minimal amount of documentation on RegisterStateDriver(), and SetFrameRef() included. Alpha(even more so) version can be found at GitHub

Please report any bugs you find.

***Fixed packaging, no longer has a big string of extra text in front of the names.


commit 9c4dd983c66fca00d354c9075246a4499a14a91d
Author: Cynyr <[email protected]>
Date: Sun Nov 7 15:42:15 2010 -0600

fixing the interface version

commit cfc8c621a63909d978ba6b12e34dd0c71c6c92ec
Author: Cynyr <[email protected]>
Date: Thu Oct 28 23:42:10 2010 -0500

Working with oUF-1.5.x now

commit 50e0587a125f4a5ff1aa0755b7076465d46aa7c0
Author: Cynyr <[email protected]>
Date: Fri Jul 2 12:25:55 2010 -0500

Updated for newest oUF tags

commit 51bc1cb200cc7216e56887e56f553dec7aeb3150
Author: Cynyr <[email protected]>
Date: Sun May 16 09:59:00 2010 -0500

Updated readme

commit 704e3ad6358e2e9c1ecd22f759abc1e8327a6243
Author: Cynyr <[email protected]>
Date: Mon May 10 13:36:52 2010 -0500

Added more comments, and some small tweeks.

commit 487038ab14023bc14d9a620e566bc31c872b64d7
Author: Cynyr <[email protected]>
Date: Sun May 9 22:22:35 2010 -0500

still no state driver working.

commit a42e82af698b522a5050c863798702b0cc695429
Author: Cynyr <[email protected]>
Date: Sun May 9 22:18:47 2010 -0500

still no state driver working.

commit 78c461dbe188d92ba61b273195ce9e52e239efac
Author: Cynyr <[email protected]>
Date: Sun May 9 16:47:02 2010 -0500

still no hiding on stances/combat

commit 21bb62c81ba3fddf6946b3e98d678f94e8a3f289
Author: Cynyr <[email protected]>
Date: Fri Apr 23 19:49:17 2010 -0500

Mostly working, needs to hide for non kitty druids

commit 0230532858ad0d217e54e2ebea0f5dab251aa5bd
Author: Cynyr <[email protected]>
Date: Wed Apr 21 20:21:17 2010 -0500

starting point
Beta Files (1)
File Name
Version
Hits
Size
Author
Date
0.0.4
1,141
6kB
Cynyr
01-17-11 07:31 PM


Optional Files (0)


Post A Reply Comment Options
Unread 01-18-11, 01:17 PM  
FourOne
A Kobold Labourer
 
FourOne's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 10
Uploads: 4
thx!
__________________
Report comment to moderator  
Reply With Quote
Unread 01-17-11, 09:47 AM  
FourOne
A Kobold Labourer
 
FourOne's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 10
Uploads: 4
Why is this only for rouges and druids, would love to use it with my hunter.

I tried to make it working by changing following lines:
Code:
local function style(self, unit, isSingle)
    if((select(2, UnitClass('player')) == 'ROGUE') or
       (select(2, UnitClass('player')) == 'HUNTER') or 
       (select(2, UnitClass('player')) == 'DRUID')
       ) then
Code:
driverstr=''
if(select(2, UnitClass('player')) == 'DRUID') then
    driverstr = '[stance:3,combat] show; hide'
elseif(select(2, UnitClass('player')) == 'HUNTER') then
    driverstr = '[combat] show; hide'
elseif(select(2, UnitClass('player')) == 'ROGUE') then
    driverstr = '[combat] show; [stance:1] show; hide'
end
Doesnt really work right now, maybe you can help me out?
__________________
Last edited by FourOne : 01-17-11 at 11:00 AM.
Report comment to moderator  
Reply With Quote
Unread 01-16-11, 03:06 PM  
Cynyr
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 4
Uploads: 3
Originally posted by Zidomo
[b]oUF_PowerBar--as well as your oUF_ComboPoints--are packaged very oddly. So oddly they are both totally unusable unless further work is done on the user end.
Ahh yes, such is a side effect of my hasty packaging with git archive. The packaging has been fixed in 0.0.3.
Last edited by Cynyr : 01-16-11 at 07:11 PM.
Report comment to moderator  
Reply With Quote
Unread 12-13-10, 03:56 AM  
groin
A Cyclonian
AddOn Compiler - Click to view compilations

Forum posts: 45
File comments: 86
Uploads: 3
is there a working release of this or something of similar?
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 06:13 PM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
oUF_PowerBar--as well as your oUF_ComboPoints--are packaged very oddly. So oddly they are both totally unusable unless further work is done on the user end.

For v0.0.2 of this mod, the names of the code files included in the download ZIP are as follows:

oUF_PowerBaroUF_PowerBar.lua
oUF_PowerBaroUF_PowerBar.toc
oUF_PowerBaroUF_PowerBar.xml
&
oUF_PowerBartags.lua

The mod will not work with those file names. There should not be that extra instance of "oUF_PowerBar" at the beginning of each of those file names.

As well, the ZIP isn't packaged with file paths.

oUF_ComboPoints on this site has similar problems.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: