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

  • Your Rating

  • Share
  • Report Abuse

Magic Runes

  Download the Curse Client

Project Updated:
Files Updated: Sat, Apr 18 2009
Supports Game Version: 3.1.0
Category: Combat, and Death Knight
Tags:

[Edit Tags]

Project Manager: dhedbor
Additional Authors: No additional authors
Current Version: r61
License: GNU General Public License version 3 (GPLv3)
Avg Daily DL (last 30 days): 205
Downloads Total: 277,476
Favorites: 406
Comments: 87
  • Contests
  • About Magic Runes
  •  

Magic Runes is a set of bars displaying rune cooldowns. It's meant as either a replacement or addition to the normal Blizzard rune display. For discussion please refer to the following forum thread:

Magic Runes discussion @ WowAce forums
Help localize Magic Runes

Changes in 1.0.61:

  • Core: Fixed disease timers for the new 3.1 UnitAura().

Changes in 1.0.60:

  • Fixed saved variables issue.
  • Bumped toc to 30100.

Changes in 1.0.57:

  • Rune Bar: Fixed load order so LibSimpleBar can be found.

Changes in 1.0.55:

  • Fixed packaging issue with LibSimpleBar and MagicRunes_RuneBar.

Changes in 1.0.54:

  • Make IconDisplay and RuneBars external modules.
  • RuneBars: Started implementation of new rune-only bars, meant to replace the current ones. It's off by default and they are not done, but they work well enough to test.
  • Moved some things to a new shared library to minimize code duplication.

Changes in 1.0.51:

  • IconDisplay: Fixed off-by-one indexing issue for the icon frame backdrop color.

Changes in 1.0.49:

  • Core: Added option to reverse bar growth direction relative to the anchor.
  • IconDisplay: Added an option to the Background Frame that allows you to set the idle alpha level for the background frame (out of combat and no runes active).

Changes in r48:

  • Fixed a bug with elliptical display due to typo.
  • Additional French localization.

Changes in r47:

  • More localization added in various languages.
  • Added the Gloss Orb rune icons by Camalus.

Changes in r45:

  • Fixed a minor configuration dialog issue with Icon Display.

Changes in r44:

  • Added padding option to the Icon Display for optional extra spacing between the border and icons.
  • Added background tiling option to Icon Display
  • Started adding in-game documentation to the addon (Icon Display only so far).
    • Information about OmniCC, SharedMedia and ButtonFacade with Icon Display.
    • Documentation for the different layout modes.
    • Notes about special effects.
  • Added BFUUFB and BUFFUB icon order.
  • Fixed issue where the icon frame background would override the ButtonFacade backdrop for the individual icons.
  • Fixed a bug that prevented proper icons to be set for the Icon Display on initial load and after changing the profile.
  • Added a configurable circular/elliptic display option for the icon display.
  • Allows for both even and individual placement of icons.
  • Configurable radius and placement order.
  • Embed LibBetterBlizzOptions and LibButtonFacade.
  • Added optional dependencies for SharedMedia and SharedMedia-Blizzard.

AddOn developnent updates:

If you want to get the latest news of new AddOn releases or work in progress, subscribe to my Twitter feed.

  • 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  
  Magic Runes r61 Release 3.1.0 36,725 4/18/2009
  Magic Runes r60 Release 3.1.0 3,880 4/16/2009
  Magic Runes r58 Release 3.0.9 5,792 4/14/2009
  Magic Runes r57 Release 3.0.9 3,685 4/12/2009
  Magic Runes r55 Release 3.0.9 898 4/12/2009
  • 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.
  • Valimar said 

    I'm experiencing a similar problem with the Rune Bars, I set them to the bottom left of my screen and after a relog they default to the upper left which overlaps other display mods in a raid.

    Is there any temporary fix to the coding you can suggest to remove the default setting until an updated version is available?

    Thanks

    Reply Report Permalink
  • ghvilks said 

    Hi!

    Every time I log on I get new rune bars in middle of my screen even if they are disabled. I have to enable and disable them again to get rid of it. Is there a way to correct it?

    Reply Report Permalink
  • nesl247 said 

    Same issue, just started happening to me today. It's getting to be extremely annoying.

    Reply Report Permalink
  • Carnacki said 

    Still not saving variables for me. I change the bars to vertical and make them smaller, and every time I log back in they're back to default.

    Reply Report Permalink
  • dhedbor said 

    Are you 100% sure you upgraded to 1.0.61 and that it upgraded the sub-modules?

    Is this the new bars or old bars?

    Reply Report Permalink
  • Carnacki said 

    Sorry didn't get a chance to reply sooner. It's release 61 (the latest one). I don't use an automated downloader, I grab the zip, delete the old folders and unzip the whole thing. So it should be the latest version.

    Not sure what you mean by new bars/old bars. It looks like the first example, except I switch them to vertical and change the size.

    Reply Report Permalink
  • still can change the border colour of the static runes, this is the 3rd time i have reported this.

    Reply Report Permalink
  • tianry said 

    No one find out that there is little area u can't see about in the middle of the screen that blocking u using ur mouse, such as clicking, turning around?

    Reply Report Permalink
  • Noticed today that the disease bars were no longer tracking only my diseases.

    Inspection of MagicRunes.lua shows that on line 813, the code is still expecting a boolean value for isMine. This return value changed in 3.1 to a String representing the unitId.

    Reference: http://www.wowwiki.com/UnitId

    Reply Report Permalink
  • Found a temporary fix.

    Line 814 changed
    FROM:
    if name and isMine then

    TO:
    if name and isMine == "player" then

    Reply Report Permalink
  • dhedbor said 

    I even knew about this change, yet I didn't actually end up fixing it. Bad me!

    Reply Report Permalink
  • I want my money back...j/k.

    Thanks for the turnaround. I usually don't go digging into AddOn code when I find a bug but Magic Runes is just that critical.

    If I could make a suggestion for a new feature. I would like to see a timer for Ghoul Frenzy on your pet.

    Reply Report Permalink
  • I have tried ever slash command I can think of to open up the config window for Magic Runes and NOTHING works. No error message, just no response. Does anyone know what the command is (/magicrunes) to open up the config GUI if there is one, or to show the list of options that are open for the program?

    Reply Report Permalink
  • dhedbor said 

    There should be a minimap button or you should be able to go to Interface (blizzard settings) -> AddOns -> Magic Runes.

    Reply Report Permalink
  • Nice working on making the saved variables stay saved. Only issue i have now is the one i mentioned before where the edge border colour is not changing. You move the sliders to change the brightness and the fade, but as soon as you say ok, they revert back to the defaults again.

    Thanks for your speedy fix

    Reply Report Permalink
  • nice add-on, keep up the good work.

    Reply Report Permalink
  • nice add-on, keep up the good work.

    Reply Report Permalink
  • Epicsti said 

    Same here, I been trying different methods of picking profiles so maybe one of them will save, and I won't have to do a full config every time I log on; but no luck. Still resets to defualt config every time I log =(

    Reply Report Permalink
  • dhedbor said 

    I will try to check this out tonight- last night was a mad rush to get addons working before the raid and help others with their issues. I'll fix it, don't worry. Might take a few more days though.

    Reply Report Permalink
  • dhedbor said 

    The problem with saved variables is fixed in 1.0.60. Very stupid bug on my part but now it's ok. Sorry for the issues with that!

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 19,904 Deadly Boss Mods Boss Encounters, and Combat
  2. 9,461 BigWigs Bossmods Boss Encounters, and Combat
  3. 6,957 OmniCC Combat
  4. 6,355 Recount Combat
  5. 5,852 Decursive PvP, Buffs & Debuffs, and...