• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

RoguePowerBars (Updated)

  Download the Curse Client

Project Updated:
Files Updated: Fri, Dec 26 2008
Supports Game Version: 3.0.3
Category: Buffs & Debuffs, Combat, and Rogue
Tags:

, , , , and [Edit Tags]

Project Manager: Asuah
Additional Authors: No additional authors
Current Version: 2.2.8
License: GNU General Public License version 2 (GPLv2)
Avg Daily DL (last 30 days): 259
Downloads Total: 173,358
Favorites: 207
Comments: 168
  • About RoguePowerBars (Updated)
  •  

RoguePowerBars updated for 3.0.2 (Wrath). To configure use "/rpb".

* IMPORTANT *
If you update from 2.2.6 or before to 2.2.7 or after and are having errors, you need to delete your SavedVariables file (be sure to log out of the game before doing this). It is located at "World of Warcraft/WTF/Account/<Your Account>/SavedVariables/RoguePowerBars.lua". I wish I had come up with a better solution, I apologize.
* IMPORTANT *

Changelog
2.2.8:
Durationless buff display bugfix (Savage Combat, Master Poisoner, etc).
Debuff update (DP8, WP7).

2.2.7:
Ability to add own buffs/debuffs to track is now implemented. If you want to add a new buff/debuff, then in the respective textbox type in the name of the buff/debuff. This is case sensitive, so be sure to type it in correctly.
Ability to track debuffs that aren't yours implemented. You can toggle this feature off if you don't want it to do so in the main options window. This effectively iterates through the entire debuff list and finds debuffs you specify in the new OthersDebuffs section, so it could cause lag in raid siutations (haven't tested it yet). Great for stun locking some poor bastard with your rogue friend.
This version is also effectively very compatible with other classes. If you want to play your alts and still have the benefits of this mod, you can! Just remove all the buffs/debuffs and put in your own. In the future I may add in some default buff listings for other classes.

2.2.6:
More barset customization available. You can now create and remove barsets, though to remove them you need to be sure that there are no buffs/debuffs associated with them. You can also specify how each individual barset grows, its alpha, its width, and its scale.
Barset labels added for when the barsets are empty and unlocked.

2.2.5:
Will now track debuffs on focus (good for sap, blind).
Priority on buffs/debuffs is now implemented. You can change the priority of a buff by the slider in the options. The higher the priority, the closer to the "bottom of the stack" it will be - when growing up, higher priority items will be on the bottom; when growing down higher priority items will be on the top.
Background alpha of the bars and barsets is now settable.
2.2.5-1:
Fixed focus debuff updating.

2.2.4:
Fixed the resetting barset position problem. The barset positions should now be saved to your profile.

2.2.3:
Added option to specify which direction the bars grow. Right now there is only one option for both barsets, when I put in more barset customization options you will be able to specify per bar.

2.2.2:
Should now work with all non-US clients. I have no way of testing this, please contact me if you have problems with this.

2.2.1:
Implemented Invert bars, Flash bars.
Added ability to use "/rpb lock" to lock/unlock the bars.

2.2.0:
Complete rewrite of the addon in Ace3.
New features:
Dual bars: One bar for buffs and one bar for debuffs. If you liked having it all on one bar, you can also customize which buff/debuff goes to which bar set.

Integration with SharedMedia: Those statusbar textures from SharedMedia can now be used with this addon. If you have say Omen3 installed you will see many more statusbar textures than the base 5 textures included with this addon.

Ability to see a bar "shadow" when unlocked for moving: No longer will you need to be in combat to see a bar to move the addon. When the bars are unlocked you will have bars that you can drag.

More customization options: Can now change the width on the bars, set the bar's colors to a custom color, and specify which barset the bars go to.

Future plans/TODO
Shorterm:
Profile handling.
A "Reset to Default Color" button on the Buffs/Debuffs windows.

Longterm:
Tracking of Sap/Blind according to combat log - that is, on units not targeted.
Description localizations.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  RoguePowerBars (Updated) 2.2.8 Release 3.0.3 99,637 12/26/2008
  RoguePowerBars (Updated) 2.2.7 Release 3.0.3 35,998 11/8/2008
  RoguePowerBars (Updated) 2.2.6 Release 3.0.3 1,486 11/8/2008
  RoguePowerBars (Updated) 2.2.5-1 Release 3.0.3 829 11/7/2008
  RoguePowerBars (Updated) 2.2.5 Release 3.0.3 4,454 11/5/2008
  • 1 page(s)
Advertisement
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • For those who need to update any new buffs,debuffs,enchants this is the way i have been able to do it since im unable to do it through the /RPB ingame.

    Open the file:RoguePowerBar in your addons folder. Should look something like this:
    WoW/Interface/Addons/RoguePowerbars.

    Open this folder and look for the file:RoguePowerBar_Buffs.lua
    You will need to edit this file(notebook works)you will see something like this:

    -- Slice and Dice
    RoguePowerBar_Buff_Default[GetNext()] = {
    StatusBarColor = { r = 0.9, g = 0.8, b = 0; a = 0.8 },
    SpellID = 6774,
    Name = "Slice and Dice",
    };

    -- Sprint
    RoguePowerBar_Buff_Default[GetNext()] = {
    StatusBarColor = { r = 0.9, g = 0.5, b = 0; a = 0.8 },
    SpellID = 11305,
    Name = "Sprint",
    };

    You will then need to add the buff/enchant that you are wanting to track the same way as above at the end of the list in the buff section, which is the top half, you will see the list once you open the file. If you are unsure of the spell ID for the buff or enchant use wowhead as that site show's the spell ID for the required buff/enchant.

    Here an example for the Beserking weapon enchant i added:
    -- Beserking enchant
    RoguePowerBar_Buff_Default[GetNext()] = {
    StatusBarColor = { r = 0.1, g = 0.5, b = 0.7; a = 0.8 },
    SpellID = 59620,
    Name = "Beserk",
    };

    Hope this helps anyone who is unable to add buffs ingame via the /RPB function.




    Reply Report Permalink
  • silvzi said 

    got the same problem like sarufang - the (slice)bar starts to stutter since i updated titan panel and added trick oder tread

    Reply Report Permalink
  • Ricsey said 

    For me it doesn't show the debuff spells, how can I fix it?

    Reply Report Permalink
  • Gxzz said 

    Hey can u put the enchant berserking in... Thanks

    Reply Report Permalink
  • Gumurak said 

    Not dead, original works just fine for me.

    Reply Report Permalink
  • odin835 said 

    wtb update :'( loved this addon whil it worked :) really liked it for both rogues and other classes!

    Reply Report Permalink
  • Come back, RPB! I miss you!

    Reply Report Permalink
  • Guys, while this was a great addon, it is dead. I swapped to a different addon and it is far superior to what this one could ever do. Do a search for Auracle and check out that addon. Again, MUCH better and more customizable.

    Reply Report Permalink
  • Kirklees said 

    Would you mind giving the code around it? I'm trying to test your fix but don't have a code editor, I'm changing in Notepad and can't count the lines of code.

    Reply Report Permalink
  • name, rank, texture, count, buffType, fullDuration, expirationTime, isMine = UnitAura(set.target, buffIndex, set.filter);
    if (isMine == "player") then
    isMine = true
    else
    isMine = false
    end

    Reply Report Permalink
  • Kirklees said 

    Thank you! That worked for me! Haven't had a glitch since!

    Reply Report Permalink
  • sarufang said 

    Yep anything i have timers showing for 3+ thing they start skipping and such, any advice?.

    Reply Report Permalink
  • sarufang said 

    Are the timers sometimes locking up / stuttering for others and is there a way around this?.

    Reply Report Permalink
  • Why does it not save the buffs/debuffs i want? It always resets back to default.

    Reply Report Permalink
  • Not sure if this fixes anyone else's issues with 3.1 but the following update has everything working again for me. An update was made to the unitaura API.

    RoguePowerBars.lua added after line 176
    --added by lahn
    if (isMine == "player") then
    isMine = true
    end

    I also noticed that various other addons interfere with this addon namely healbot.
    Thanks

    Reply Report Permalink
  • Should have said:
    if (isMine == "player") then
    isMine = true
    else
    isMine = false
    end

    Reply Report Permalink
  • I've used RPB 2.2.8 for a day or two, solo and in groups of 5 or less, all under level 45. It might be bugged for raids, but it's worked perfectly for me.

    The only problem I can find is that the bars cannot be hidden when not in combat.

    I used it with ComboPoints (which displays big obvious boxes near the middle of the screen, but only in combat), it'd be nice to have a big obvious timer in the middle of the screen, but only when in combat.

    Reply Report Permalink
  • wowgatsi said 

    just me or out of date ?

    Reply Report Permalink
  • daxdax said 

    wtb update

    Reply Report Permalink
  • BrGGR said 

    Update please for correctly working with 3.1.1 This addon must have for all rogues.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 19,298 Deadly Boss Mods Boss Encounters, and Combat
  2. 8,269 BigWigs Bossmods Boss Encounters, and Combat
  3. 8,240 HealBot Continued Buffs & Debuffs, Unit Frames...
  4. 6,909 OmniCC Combat
  5. 6,330 Recount Combat