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,544
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-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
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-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, 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 04-09-11, 12:56 PM  
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 540
File comments: 105
Uploads: 3
Anyway I can make the runes go horizontal instead of vertical?
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
Report comment to moderator  
Reply With Quote
Unread 04-09-11, 01:43 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by Lily.Petal
Anyway I can make the runes go horizontal instead of vertical?
Hmm, I'll see what I can do.
Report comment to moderator  
Reply With Quote
Unread 04-09-11, 06:15 PM  
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 540
File comments: 105
Uploads: 3
Originally posted by Nibelheim
Hmm, I'll see what I can do.
And this is why I love you <3

xD god I hate asking more of you, but is it possible to set the orientation of the bars horizontal as well?

Example:
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
Last edited by Lily.Petal : 04-09-11 at 06:33 PM.
Report comment to moderator  
Reply With Quote
Unread 04-09-11, 06:34 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by Lily.Petal
And this is why I love you <3

xD god I hate asking more of you, but is it possible to set the orientation of the bars horizontal as well?

Example:
Ohh, interesting idea, will get to work on it
Report comment to moderator  
Reply With Quote
Unread 04-09-11, 06:36 PM  
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 540
File comments: 105
Uploads: 3
Originally posted by Nibelheim
Ohh, interesting idea, will get to work on it
Lol, sorry that I keep making you do more work
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
Report comment to moderator  
Reply With Quote
Unread 04-09-11, 06:59 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by Lily.Petal
Lol, sorry that I keep making you do more work
No problemos

Upload should be approved shortly.
Report comment to moderator  
Reply With Quote
Unread 04-09-11, 08:04 PM  
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 540
File comments: 105
Uploads: 3
<3 * 1,000x
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
Report comment to moderator  
Reply With Quote
Unread 04-10-11, 12:05 PM  
Moosetrax
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 124
Uploads: 1
Any chance you could be talked in to adding timers?
Report comment to moderator  
Reply With Quote
Unread 04-10-11, 02:15 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by Moosetrax
Any chance you could be talked in to adding timers?
Hmm, I'll have a think about it, though not something I'm super keen on doing.
Report comment to moderator  
Reply With Quote
Unread 04-10-11, 03:57 PM  
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 540
File comments: 105
Uploads: 3
Originally posted by Moosetrax
Any chance you could be talked in to adding timers?
No point to a visual rune bar if you have timers imo
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
Report comment to moderator  
Reply With Quote
Unread 04-16-11, 04:52 PM  
Canities
A Wyrmkin Dreamwalker

Forum posts: 54
File comments: 11
Uploads: 0
Excellent addon. Only thing is, i cant seem to find the option in the config file to change the bars to horizontal... Either im being blind or...

*edit*
Ignore this, managed to install v1 instead ov v1.3 o_0
Last edited by Canities : 04-16-11 at 04:54 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: