Rogue Power Bars
| 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 |
- More Information
| Created On: | Jan. 7, 2007 |
|---|---|
| Compatible: |
|
| Localized: |
|
- 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)
- Tickets
- Comments
- RSS
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.
- Recommended Addons
- RSS
Users who liked Rogue Power Bars also liked these.
- 622 ChatMOD Chat & Communication and Audio
- 117 AutoBar Inventory & Bags and Action ...
- 515 WIM (WoW Instant ... Chat & Communication
- 8 RoguePowerBars FR Class and Rogue
- 285 Minimap Button ... Other
- Similar Addons
- 1,937 HealBot Continued Buffs & Debuffs, Action Bars, ...
- 1,608 Natur EnemyCastBar PvP, Buffs & Debuffs, Raids & ...
- 1,412 Decursive Buffs & Debuffs and Combat
- 1,242 PallyPower Buffs & Debuffs and Paladin
- 799 SmartBuff Buffs & Debuffs
- 6,486 QuestHelper Map and Quest & Leveling
- 4,692 Atlasloot Enhanced PvP, Map, Tradeskill, and ...
- 4,174 Titan Panel Action Bars
- 3,838 Omen Threat Meter Raids & Encounters
- 3,702 GroupCalendar Group/Guild Management, Quest ...



- +0
- Thumbs Down
- Thumbs Up
Tethic saidI 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.
- +0
- Thumbs Down
- Thumbs Up
daxdax saidhow 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? :(
- +0
- Thumbs Down
- Thumbs Up
Denk saidThere is none (for now).
simply use one of your trinkets, or Sprint in worst case.
- +0
- Thumbs Down
- Thumbs Up
Denk saidGood 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!
- +0
- Thumbs Down
- Thumbs Up
Delfus saidAdding 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.
- +0
- Thumbs Down
- Thumbs Up
Bootvi saidI 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?
- +0
- Thumbs Down
- Thumbs Up
Zemlor saidI 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
- +0
- Thumbs Down
- Thumbs Up
genericrogue saidAdding 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).
- +0
- Thumbs Down
- Thumbs Up
mangrol saidSorry, 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.
- +0
- Thumbs Down
- Thumbs Up
mangrol saidThanks 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 :(
- +0
- Thumbs Down
- Thumbs Up
saucise saidWas wondering if we could add Disdain from shard of contempt, and I think twinblades doesn't work.
Love this addon by the way.
- +0
- Thumbs Down
- Thumbs Up
superbob saidI can see find weakness or windfury in the config panel. Using v1.14 any ideas?
- +0
- Thumbs Down
- Thumbs Up
V_R saidloven this addon
is there a way to add rupture on it?
- +0
- Thumbs Down
- Thumbs Up
biscuitarts saidI 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!
- +0
- Thumbs Down
- Thumbs Up
Osken saidWhate? I can't see my bars! Just the old ones! Stuiped.... Why don't it work :(
- +0
- Thumbs Down
- Thumbs Up
thanasakis saidthx 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...
- +0
- Thumbs Down
- Thumbs Up
kumduh saidthanks 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.
- +1
- Thumbs Down
- Thumbs Up
Xgen saidHello 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
- -1
- Thumbs Down
- Thumbs Up
Zedx saidHi , can we please get the T5 4 set bonus added please , would be a great help :]
- -1
- Thumbs Down
- Thumbs Up
Finje2 saidHi, please create a version that also works with the german game ... it ist horrible to play with out this addon.
=(