Advertisement

Rogue Power Bars

  Download the Curse Client

Last Update: July 9, 2008 (1 month ago)
Category: Buffs & Debuffs and Rogue
Tags: bars, duration, and rogue
Project Manager: mangrol
Current Version: Rogue Power Bars v 1.15
(for World of Warcraft 2.4.2)
Downloads Today: 279
Downloads Total: 103,986
Favorites: 194
Comments: 79
  • About Rogue Power Bars
  •  

Rogue Power Bars - Displays statusbars with time left on rogue abilities

For configuration of the addon:

/rpb config

Note: You can move the addon when it's in unlock mode, but in this version it will only be displayed when a aura is active.

The addon will check if a rogue has selected the specific talent. If not, it will not be listed in the configuration.

The addon should support the following:

Slice and Dice, Master of Subtlety, Holy Strength, Sprint, Cloak of Shadows, Blade Flurry, Adrenaline Rush, Riposte, Evasion, Ghostly Strike, Find Weakness, Premeditation, Remorseless Attacks (v 1.0.1), Shadowstep (v 1.0.1) Ligthingspeed (Mongoose) (v 1.11) Executioner (v1.14) Battleshout (v1.14)

Added to v 1.15: Coup de Grace - Tier 5 , 4 pices set bonus Exploit Weakness - Ashtongue Talisman of Lethality Fury of the Crashing Waves - Tsunami Talisman Forceful Strike - Madness of the Betrayer The Twin Blades of Azzinoth - The Warglaves haste proc ( Not tested , got only 1 warglave -_- ) Perceived Weakness - Warp-Spring Coil ( Not tested ) Drums of Battle/War Elixir of Demon Slaying - Battlemaster's Determination

Added a new texture aswell LiteStep.


  • Downloads (8)
  •  
Advertisement

You need to login or register to post comments.

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.
 
  • Sept. 1, 2008, 11:25PM (3 days, 17 hours ago)

    I have to say, that I like this as an updated item over DiscoDice. I do have one concern, and that is that I do not seem to have the option to have the Buffs stack upwards or downwards from their starting point. Is this an option that I'm missing, or do you need to implement this?

    EDIT:
    After using this over the course of a few Raids now, I gotta say that I actually do enjoy this mod. Pretty customizable for what you really wanna track, and I've had it expand to a max of 10 or so Buffs at best. If you set "Defined Order" for the Addons, it seems to try and keep SnD floating at the top, so I assume that this "Order" is set by the list that goes with the Addon... So here are my three thoughts for this Addon:
    #1 - Better anchoring of the Addon, as it currently seems to just expand at will either up or down. Give it a set beginning placement from which to expand.
    #2 - Give us the option to have it expand up or down. Pretty basic I'd think, but hey I download Addons not design them.
    #3 - An option to allow the user to set up his "Defined Order". I think most will agree that SnD should hold the Top Slot, but maybe people want to see their Warglaives or Mongoose proc in the 2nd Slot.

  • Aug. 3, 2008, 09:47PM (1 month ago)

    how do I move the bars out of combat? I type /rpb unlock and theres no bar to move. I don't want to try to adjust stuff in combat. Wheres the anchor? :(

  • Aug. 4, 2008, 04:55AM (1 month ago)

    There is none (for now).

    simply use one of your trinkets, or Sprint in worst case.

  • July 30, 2008, 03:25AM (1 month, 1 week ago)

    Good day,

    used it today, and found out that if all buffs would have the same maximum length, the remaining time would be a lot easier to figure out. So I changed the line "local maxtime = timeLeft;" by "local maxtime = 15;". By doing so, every buff that has a remaining of higher than 15 seconds would be full, and that an half filled buff would have 7.5 secs remaining (read: time to do something about it! 8). Anyways, I guess a 20 seconds timer would be more usefull in the long run, try and see.

    That said, since I'm an orc, I added my Orc racial ability called "Blood Fury". Here goes the code:

    -- In the header --
    STATUSBAR_ORC_BLOOD_FURY = 36;

    -- At the end. --
    RoguePowerBar_Bars[STATUSBAR_ORC_BLOOD_FURY] = {
    Icon = nil,
    BackDropColor = { r = 0.8, g = 0.0, b = 0.0, a = 0.3 },
    StatusBarColor = { r = 1, g = 0.0, b = 0.0; a = 0.8 },
    BasedOnAuraName = "Blood Fury",
    DisplayOrder = 35,
    IsInTalentTree=false,
    TalentTreeName = "Blood Fury"
    };

    I didn't play with the colors, used the one above.

    Anyways, keep up the good work!

  • July 17, 2008, 01:31PM (1 month, 2 weeks ago)

    Adding the line
    STATUSBAR_LIGHTSSTRENGTH = 37; (or 36 if you didn't add disdain)
    to the list settings lua file and adding the lines
    RoguePowerBar_Bars[STATUSBAR_LIGHTSSTRENGTH] = {
    Icon = nil,
    BackDropColor = { r = 0.8, g = 0.0, b = 0.0, a = 0.3 },
    StatusBarColor = { r = 1, g = 0.0, b = 0.0; a = 0.8 },
    BasedOnAuraName = "Light's Strength",
    DisplayOrder = 36,
    IsInTalentTree=false,
    TalentTreeName = "Light's Strength"
    };

    Adds Light's Strenght(Shattered Sun Pendant of Might's aldor version buff) to the addon.

    Thanks for the addon Mangrol! With adding disdain and Light's Strenght it's close to perfect for me :) Keep up the good work.

  • July 14, 2008, 02:14PM (1 month, 3 weeks ago)

    I was looking for a warrior kind of addon like this, but RPB is just the best.

    Is there a way to add Warrior buffs (Rampage, Enrage, Flurry, Sweeping Strikes,...etc) to your addon?

  • July 13, 2008, 12:42PM (1 month, 3 weeks ago)

    I am supprised I dont see more requests for The Shattered Sun Offensive necklace proc, so I might aswell make a formal request for it.
    The necklace 'Shattered Sun Pendant of Might' procs Light's Strength, which is a 200 AP buff

  • July 9, 2008, 10:10PM (1 month, 3 weeks ago)

    Adding the Line
    STATUSBAR_DISDAIN = 35;
    to the list in the RoguePowerBars_Settings.lua and adding the line
    RoguePowerBar_Bars[STATUSBAR_DISDAIN] = {
    Icon = nil,
    BackDropColor = { r = 1.0, g = 0.3, b = 0, a = 0.3 },
    StatusBarColor = { r = 1.0, g = 0.3, b = 0; a = 0.8 },
    BasedOnAuraName = "Disdain",
    DisplayOrder = 35,
    IsInTalentTree=false,
    TalentTreeName = "Disdain"
    };
    will create a bar for the shard of the contempt's buff (disdain).

  • July 9, 2008, 01:27PM (1 month, 4 weeks ago)

    Sorry, the new verison must be approved before you can download it, the new version with the new abilities are v 1.15 and I hope it will be approved soon.

  • July 9, 2008, 01:23PM (1 month, 4 weeks ago)

    Thanks to Xgen I have now updated the addon to support more abilites etc. I would love to add more abilities etc, the only problem is that the API I use to get the name of it, is not always the name of the "buff" and I don't have all the items you have to test the addon, sorry :(

  • July 7, 2008, 07:47PM (1 month, 4 weeks ago)

    Was wondering if we could add Disdain from shard of contempt, and I think twinblades doesn't work.

    Love this addon by the way.

  • June 24, 2008, 09:23PM (2 months, 1 week ago)

    I can see find weakness or windfury in the config panel. Using v1.14 any ideas?

  • June 11, 2008, 03:02AM (2 months, 3 weeks ago)

    loven this addon
    is there a way to add rupture on it?

  • June 6, 2008, 02:20PM (3 months ago)

    I love this Addon! That being said, is there a way to add CC effects to this? It would be nice for this to be a "total package" so we wouldn't have to use anything else for rogue effects (i.e. class timer, necb, stunwatch (which has never worked for me), etc.) Keep up the good work!

  • June 3, 2008, 01:33PM (3 months ago)

    Whate? I can't see my bars! Just the old ones! Stuiped.... Why don't it work :(

  • May 19, 2008, 11:12PM (3 months, 2 weeks ago)

    thx for this excellent addon!!!
    it is possible to make the bars grow upwards and put it on an option?
    this will be much helpful if you have move your char frame to the bottom of the screen and you want the bars on the top of your char frame...

  • April 10, 2008, 06:14AM (4 months, 4 weeks ago)

    thanks for the new additions Xgen. BTW the Warp Spring Coil's buff works fine.

    anyone know how to change the colors of specific bars? I tried to but it denied everything I did when I tried to save it.

  • April 9, 2008, 10:15PM (4 months, 4 weeks ago)

    Hello ppl..
    I have added a few new procs/abilities that I see most ppl around here suggested and a few more.
    Coup de Grace - Tier 5 , 4 pices set bonus
    Exploit Weakness - Ashtongue Talisman of Lethality
    Fury of the Crashing Waves - Tsunami Talisman
    Forceful Strike - Madness of the Betrayer
    The Twin Blades of Azzinoth - The Warglaves haste proc ( Not tested , got only 1 warglave -_- )
    Perceived Weakness - Warp-Spring Coil ( Not tested )
    Drums of Battle/War
    Elixir of Demon Slaying
    Now you may wander why I added last 2...any rogue who raids Sunwell and gets to Brutallus gonna love them :p
    Added a new texture aswell LiteStep.
    Download Link : http://files.filefront.com/RoguePowerBarsrar/;9980614;/fileinfo.html
    Hope the real author sees this commend and updates it :)
    (link buged so just copy/paste instead of clicking it ^_^ )
    EU Zenedar/Alliance Xgen

  • March 20, 2008, 03:01PM (5 months, 2 weeks ago)

    Hi , can we please get the T5 4 set bonus added please , would be a great help :]

  • March 20, 2008, 09:34AM (5 months, 2 weeks ago)

    Hi, please create a version that also works with the german game ... it ist horrible to play with out this addon.

    =(

 
  • Similar Addons
  •  
  1. 1,937 HealBot Continued Buffs & Debuffs, Action Bars, ...
  2. 1,608 Natur EnemyCastBar PvP, Buffs & Debuffs, Raids & ...
  3. 1,412 Decursive Buffs & Debuffs and Combat
  4. 1,242 PallyPower Buffs & Debuffs and Paladin
  5. 799 SmartBuff Buffs & Debuffs
Advertisement