Download
(88Kb)
Download
Updated: 06-12-11 04:53 PM
Pictures
File Info
Updated:06-12-11 04:53 PM
Created:01-07-11 03:52 AM
Downloads:5,791
Favorites:18
MD5:

SmellyPowerBar  Popular! (More than 5000 hits)

Version: 1.5.1
by: bjp91 [More]

SmellyPowerBar

Quick side note:
1) Please make sure you have v1.4.1 + installed as previous versions did not track the Onyxia rage bar.
2) v1.5 now saves your position of frame after logout, as well as fixes disappearing issue while in raids.


What is it?

This is a replacement for blizzard's alternate power bar seen in cataclysm.
It will replace all of the default power bars blizzard has implemented with a clean, configurable statusbar. This addon is extremely lightweight only taking up 3kb of memory usage, and is created with performance in mind.

How do i change things?

This is easily done via the lua file. At the very top of your SmellyPowerBar.lua you will see the config section

Code:
-- Config
AltPowerSettings = {
	StatusTex = [[Interface\AddOns\SmellyPowerBar\Media\Bubble.tga]],		-- Texture for statusbar
	PanelTex = [[Interface\AddOns\SmellyPowerBar\Media\Flat.tga]],		-- Texture for panel
	font = [[Interface\AddOns\SmellyPowerBar\Media\arial.ttf]],		-- Font
	fontsize = 15, 		-- Font size
	barWidth = 150,		-- Bar width
	barHeight = 23,		-- Bar height
	anchor = {"TOP", UIParent, "TOP", 0, -6},	-- Defualt anchor of the bar
	
	-- Coloring config
	colors = {
		{0, 0, 0},			-- Backdrop color of panel
		{.2, .2, .2, 1},	-- Backdrop border color of panel	
		{0, 1, 0},			-- Color of statusbar
	},
}
This is where you will change the default position of the bar, the sizes, the textures, and the font / font size.

Type /pmove to move in game

Want To See It In Action?

Theres a couple spots you can make the bar show without being in a raid.
The plants vs. zombies event in Hillsbrad will show the bar, also flying into the Maw Of Madness in the Twilight Highlands will enable the bar.

For raids, the addon has been played and tested for the Chogall, Nefarion, and Atramedes encounters (will work for anything though that utilizes the alt power bar)

Thanks To

Everyone in the Tukui Community you are all so great, Hydra, Foof, Safturento, Tukz, and many more!

Optional Files (0)


Post A Reply Comment Options
Unread 12-25-11, 09:47 PM  
Qupe
A Warpwood Thunder Caller
 
Qupe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 92
File comments: 523
Uploads: 3
Originally Posted by Game92
I think its broke atm
Any idea of how to fix it?

If you comment out everything that involves the user move command its movable via lua/parenting. Doesn't solve anything if you don't want to use lua or don't know how, though =/
Last edited by Qupe : 12-25-11 at 09:51 PM.
Report comment to moderator  
Reply With Quote
Unread 12-05-11, 04:01 PM  
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 784
File comments: 150
Uploads: 14
I think its broke atm
Report comment to moderator  
Reply With Quote
Unread 09-13-11, 10:09 AM  
elals29
A Wyrmkin Dreamwalker
 
elals29's Avatar

Forum posts: 57
File comments: 97
Uploads: 0
Re: Re: Update to v1.5

Originally posted by emodeathmachine
I installed today for the first time.

Went to The Maw of Madness to test, didn't like default location.

Typed /pmove. Got a "Power Bar is unlocked" (or some such) message in chat, and power bar disappeared.

Repeated /pmove several times. Bar was visible only when locked, when unlocked it would immediately vanish.

Flying straight up out of the Maw caused normal behavior. Bar was hidden when locked and appeared with 0/0 displayed when unlocked and bar was then movable.

Re-locking caused bar to disappear and moving back into the Maw caused the bar to appear in it's new location.
I'm having the same issue too.
Report comment to moderator  
Reply With Quote
Unread 09-12-11, 07:24 AM  
elals29
A Wyrmkin Dreamwalker
 
elals29's Avatar

Forum posts: 57
File comments: 97
Uploads: 0
Is there a chance this mod could get a Ui?
Report comment to moderator  
Reply With Quote
Unread 07-28-11, 04:08 PM  
bjp91
A Defias Bandit
 
bjp91's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 10
Uploads: 1
Re: Re: Update to v1.5

Originally posted by emodeathmachine
I installed today for the first time.

Went to The Maw of Madness to test, didn't like default location.

Typed /pmove. Got a "Power Bar is unlocked" (or some such) message in chat, and power bar disappeared.

Repeated /pmove several times. Bar was visible only when locked, when unlocked it would immediately vanish.

Flying straight up out of the Maw caused normal behavior. Bar was hidden when locked and appeared with 0/0 displayed when unlocked and bar was then movable.

Re-locking caused bar to disappear and moving back into the Maw caused the bar to appear in it's new location.
Bah thought i finally fixed that stupid bug x_x thanks for the report
Report comment to moderator  
Reply With Quote
Unread 07-12-11, 09:34 PM  
emodeathmachine
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Re: Update to v1.5

Originally posted by bjp91
Version 1.5 fixes disappearing issue (hopefully) and saves the position of your frame after logout

Any bugs lemme know!
I installed today for the first time.

Went to The Maw of Madness to test, didn't like default location.

Typed /pmove. Got a "Power Bar is unlocked" (or some such) message in chat, and power bar disappeared.

Repeated /pmove several times. Bar was visible only when locked, when unlocked it would immediately vanish.

Flying straight up out of the Maw caused normal behavior. Bar was hidden when locked and appeared with 0/0 displayed when unlocked and bar was then movable.

Re-locking caused bar to disappear and moving back into the Maw caused the bar to appear in it's new location.
Report comment to moderator  
Reply With Quote
Unread 05-15-11, 09:59 PM  
bjp91
A Defias Bandit
 
bjp91's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 10
Uploads: 1
Update to v1.5

Version 1.5 fixes disappearing issue (hopefully) and saves the position of your frame after logout

Any bugs lemme know!
Report comment to moderator  
Reply With Quote
Unread 05-09-11, 04:58 PM  
bjp91
A Defias Bandit
 
bjp91's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 10
Uploads: 1
Re: Position

Originally posted by keitocorp
Does this addon save its position somewhere? I know i can set it in the LUA file, but does it save it somewhere?

Also, the problem that the bar disapears right after you unlock it still exists.

But a very awesome addon, many thx for it!
Atm its only through the .lua file, looking to change that very soon so it saves user placed data

As for the instant hiding frame, i still have no idea what may be causing (no lua errors or taints on my end) but i think i may have a work around coming pretty soon
Report comment to moderator  
Reply With Quote
Unread 05-07-11, 07:40 AM  
keitocorp
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Position

Does this addon save its position somewhere? I know i can set it in the LUA file, but does it save it somewhere?

Also, the problem that the bar disapears right after you unlock it still exists.

But a very awesome addon, many thx for it!
Report comment to moderator  
Reply With Quote
Unread 04-07-11, 05:09 PM  
Necrophgst
A Deviate Faerie Dragon
 
Necrophgst's Avatar

Forum posts: 17
File comments: 35
Uploads: 0
Fantastic addon, thanks a lot
__________________
The beat goes, Boom Badda Bing
Report comment to moderator  
Reply With Quote
Unread 03-04-11, 07:56 PM  
bjp91
A Defias Bandit
 
bjp91's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 10
Uploads: 1
Originally posted by Game92
Wounderful altpower Addon, chould not be happier ;>
Ty sir :P
Report comment to moderator  
Reply With Quote
Unread 03-04-11, 12:10 PM  
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 784
File comments: 150
Uploads: 14
Wounderful altpower Addon, chould not be happier ;>
Report comment to moderator  
Reply With Quote
Unread 02-28-11, 11:30 PM  
bjp91
A Defias Bandit
 
bjp91's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 10
Uploads: 1
Reminder

Please update to v1.4.1 it tracks the Onyxia rage timer. Previous versions did not. 1.4 had a minor bug so make sure re update, really sorry.
Last edited by bjp91 : 03-03-11 at 09:45 PM.
Report comment to moderator  
Reply With Quote
Unread 02-13-11, 03:00 PM  
bjp91
A Defias Bandit
 
bjp91's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 10
Uploads: 1
Re updated everything should be fixed
Last edited by bjp91 : 02-13-11 at 03:26 PM.
Report comment to moderator  
Reply With Quote
Unread 02-13-11, 06:52 AM  
Trixxyo
A Kobold Labourer
 
Trixxyo's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
when I log in I get an error:

Message: Interface\AddOns\SmellyPowerBar\SmellyPowerBar.lua:27: CreateFrame: Wrong parent object type, expected frame
Time: 02/13/11 13:51:36
Count: 1
Stack: [C]: in function `CreateFrame'
Interface\AddOns\SmellyPowerBar\SmellyPowerBar.lua:27: in main chunk

Locals: (*temporary) = "Frame"
(*temporary) = "AltPowerBG"
(*temporary) = frame {
0 = <userdata>
}

whats wrong? :/
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: