Download
(4Kb)
Download
Updated: 09-11-12 12:14 PM
Pictures
File Info
Updated:09-11-12 12:14 PM
Created:03-06-11 03:42 PM
Downloads:8,564
Favorites:52
MD5:

nibRunes  Popular! (More than 5000 hits)

Version: 1.7
by: Nibelheim [More]

1.7


What is it:

nibRunes is a lightweight (20kb) and simple DK Rune display, which comes with an in-built Combat Fader.

All options can be adjusted at the top of Config.lua
After changing settings, type: /reload ui

Note: By default, the Rune display will be completely hidden when you are out of combat, have no enemy target, and all your runes are full. When changing settings, simply target a Training Dummy to bring up the Rune display.



Features:
  • Lightweight
  • A fair amount of options
  • Combat Fader
  • Cooldown display highlights your GCD



Options:
  • Position
    • X and Y offset
    • Anchor point
  • Horizontal or Vertical
  • Frame Level / Strata
  • Appearance
    • Opacity
    • Border width
  • Rune Bars
    • Size
      • Height
      • Width
      • Padding
    • Colors
  • Combat Fader
    • Enable / Disable
    • Opacity settings
      • In Combat
      • Enemy target selected
      • Runes on cooldown
      • Out of Combat



Other nib Addons:

1.7
  • MoP update

1.6
  • Added options for "Hide Blizzard Runes" and "Rune Order"
  • Make sure to update Config.lua

1.5
  • Added a Parent option under Position options.

1.4
  • TOC bump.

1.3
  • New option for making the Runes display and stack horizontally.

1.2
  • New option for making the Rune display Horizontal.

1.1
  • Runes no longer keep growing upon death.
Post A Reply Comment Options
Unread 03-08-11, 11:46 AM  
swoopeh
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Cool addon

Originally posted by Tingmann
Sometimes, when i died during the encounter, bars background continue to grow up, to the top of the screen.
Having the same issue.

On another note I've added a little tidbit that allows ordering the runes (since for me it's a lot clearer when I have my FU runes grouped together).

In config.lua on line 48 (under runes.colors) add this:

Code:
    order = {
        [1] = 1, -- Blood 1
        [2] = 2, -- Blood 2
        [3] = 4, -- Unholy 1
        [4] = 6, -- Unholy 2
        [5] = 3, -- Frost 1
        [6] = 5, -- Frost 2
    },
(note that this sets the order to BBFUFU)

And then in core.lua on line 258 change this:

Code:
RuneBar.frame:SetPoint("TOPLEFT", nRD.Frames.Main, "TOPLEFT", Opts.runes.size.padding + (i - 1) * (Opts.runes.size.width + Opts.runes.size.padding), -Opts.runes.size.padding)
to this:

Code:
RuneBar.frame:SetPoint("TOPLEFT", nRD.Frames.Main, "TOPLEFT", Opts.runes.size.padding + (Opts.runes.order[i] - 1) * (Opts.runes.size.width + Opts.runes.size.padding), -Opts.runes.size.padding)
Last edited by swoopeh : 03-08-11 at 11:49 AM.
Report comment to moderator  
Reply With Quote
Unread 03-08-11, 10:04 AM  
Tingmann
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Sometimes, when i died during the encounter, bars background continue to grow up, to the top of the screen.
Report comment to moderator  
Reply With Quote
Unread 03-08-11, 04:55 AM  
Brutaly
A Kobold Labourer
 
Brutaly's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Awesome!
Can I change the border and bar texture?
Last edited by Brutaly : 03-08-11 at 05:08 AM.
Report comment to moderator  
Reply With Quote
Unread 03-06-11, 10:02 PM  
boomboom
A Fallenroot Satyr

Forum posts: 23
File comments: 38
Uploads: 0
Awesome as always Nib.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: