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

  • Your Rating

  • Share
  • Report Abuse

Simple Runes Bar

 

Project Updated:
Files Updated: Tue, Oct 20 2009
Supports Game Version: 3.2.0
Category: Unit Frames, Action Bars, Class, Death Knight, and HUDs
Tags:

[Edit Tags]

Project Manager: teek5449
Additional Authors: No additional authors
Current Version: v2009-10-19
License: GNU Lesser General Public License version 3 (LGPLv
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 35
Downloads Total: 8,483
Favorites: 6
Comments: 14
  • About Simple Runes Bar
  •  

Simple Runes Bar

Yes, another rune bar

The difference here is that all you get is a simple horizontal bar that contains your six runes and nothing else. These runes are not the default round icon that Blizzard provides but a bar that once you use your rune will fill up as the cooldown timer ticks away. There are a few options, you can move the bar where you like and also resize the runes via some simple in game slash commands. These settings will be saved between sessions.

Options:

  • /srb - Show the in game menu with this command list.
  • /srb lock - shows or hides the anchor that allows you to position the bars via your mouse.
  • /srb width NUMBER* - Changes the width of the runes to be NUMBER wide. NUMBER can be 0 through whatever (including decimals). e.g. "/srb width 50" will give the runes a width of 50.
  • /srb height NUMBER* - Changes the height of the runes to be NUMBER high. NUMBER can be 0 through whatever (including decimals). e.g. "/srb height 30" will give the runes a height of 50.
  • /srb defaults - Will set the addon to the default. All settings are lost.
  • note: If you do not enter a NUMBER then the current width / height will be displayed.

The homepage for this project is HERE.
Any bugs should be submitted via the tracker HERE.
As far as feature requests go, I made this to be as simple as possible with little to no setup or configuration and I do not want to succumb to feature creep like a lot of addons do. I may consider releasing a second branch of this addon with a full feature set but right now I will just iron out any bugs that show up in this release.

Bug Fixes
2009-10-19 - Updated TOC file to reflect compatibility with the current patch.
2009-01-18 - Updated TOC file to reflect compatibility with the current patch.
2009-01-12 - Fixed issue of runes not updating properly while not zoning for a long period of time.
2009-01-09 - Rewrote code from the ground up. Added some simple slash commands to allow for custom sizing.

  • 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  
  Simple Runes Bar v2009-10-19 Release 3.2.0 864 10/20/2009
  Simple Runes Bar v2009-05-18 Release 3.1.0 4,355 5/18/2009
  Simple Runes Bar v2009-01-29 Release 3.0.8 2,687 1/29/2009
  Simple Runes Bar v2009-01-22 Release 3.0.8 279 1/23/2009
  Simple Runes Bar v2009-01-19 Release 3.0.3 298 1/20/2009
  • 1 page(s)
  • 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.
  • Ribbler said 

    The plague rune and death rune colors are interchanged in the latest release. Not a big thing, but a little confusing at times. ^^

    Reply Report Permalink
  • They did indeed, but for now just revert back to old version and enable OOD addons.

    Reply Report Permalink
  • weezel said 

    No longer works :(

    Reply Report Permalink
  • Try removing your settings, it works just fine for me. Colors are not my favorite but thats was easy as changing the Flat.Bar.tga file to something else.

    As for ne way to make this use sharemedia for the bar colors textures?

    Reply Report Permalink
  • Nice addon. :D

    Reply Report Permalink
  • goo226 said 

    would it be possible for you to add a Number timer on the runes also?

    Reply Report Permalink
  • teek5449 said 

    I offered the following suggestion on another site that hosts this addon: If anyone is interested in adding features to this addon then feel free to as this is released under the GPL license and as such you are allowed to do so as long as you follow the guidelines set out under the GNU GPL license.

    This does not mean that I am no longer maintaining this addon but as I keep stating I will not be adding features to this addon and as such requests will go unfulfilled, sorry. Maintenance (bug fixes, .toc updates, etc) releases only, but don't expect any unless Blizz REALLY changes things.

    Reply Report Permalink
  • GrimurD said 

    Very comfortoable Runes display, the only thing i'd like is if it had combat fading built in. Having the alpha maybe 0.1 when out of combat and 1.0 when in combat would be great.

    Reply Report Permalink
  • rahinco said 

    This is great, an option to chance the opacity would be even better

    Reply Report Permalink
  • Nice addon, like how it works. I found where to change colors in the lua file, but I can't find where or how to change the order it shows the rune bars from left to right. It's blood/unholy/frost now, I'd like to change it to be blood/frost/unholy, which function in its LUA code determines the order from left to right?

    Reply Report Permalink
  • teek5449 said 

    The way it works now I just use the order of the runes that Blizz gives me. Blame Blizz since they wrote a function that changes the order of the unholy and frost runes.

    Reply Report Permalink
  • I was wanting to do the same thing, and was going through the .lua for a bit. Came across what i thought would be the section that calls the rune creation, and figured it's an internal function that is controlling the order. I wonder though how other mods were able to alter the position and have user options to change it?

    Reply Report Permalink
  • teek5449 said 

    You will see that Blizz changes the position of the runes on their end. In order for me to change it back I would have to add additional functions which would further complicate the addon and provide me with more maintenance if a future patch breaks the order. This way I am safe from changes on Blizz end since I let them do as much of the hard work as possible. I hate to say it but it only took me about 20 minutes to get used to it this way and now I can not imagine it the other way.

    See the next to last function in the default runeframe.lua to see what I mean. http://wowcompares.com/3099551/FrameXML/RuneFrame.lua

    Reply Report Permalink
  • Just what I was looking for. Love it :)

    Reply Report Permalink
  • Groggins said 

    The ability to change the bar size and colors via slash commands would be invaluable.

    Reply Report Permalink
  • teek5449 said 

    Size = done. Colors can if you really want to change them are set in the core.lua file. Easy enough to change to what you need.

    Reply Report Permalink
  • I've been noticing a slight bug, not sure what may or may not be causing it. It will show my blood runes(red bar) turn to death runes(purple bar) but the cooldowns arent active; the bar does not empty then grow to full. Seems to always show that the runes are ready. Not sure if there is another addon that is conflicting with it (I use pitbull but fairly sure I disable the rune function in it).

    If i do a /console reloadui it seems to work fine til something happens (I'm assuming one my abilities or procs is causing this issue.) will look into it further and edit moy post.

    Reply Report Permalink
  • This would be perfect if you added a runic power bar below the runes. Nothing fancy, just a long rectangle that fills up and this would be the best add-on.

    Reply Report Permalink
  • teek5449 said 

    Runic power is related to mana, rage, and energy and is out of the scope of this addon. I was just interested in moving my runes to where they are most useful for me. Since a lot of the unit frame addons are having issues with the rune display now I felt that this was needed until they can fix their issues.

    Reply Report Permalink
  • Opaque said 

    Would totally love it if this had a runic power display as a frame or something. Otherwise I just can't do it.

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 19,937 HealBot Continued Buffs & Debuffs, Class, and...
  2. 8,474 X-Perl UnitFrames Raid Frames, and Unit Frames
  3. 3,427 Bartender4 Action Bars
  4. 3,161 Dominos Action Bars
  5. 2,558 DrDamage Combat, Caster, Class, Damage...