Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
2.2
Date:
10-03-2009 04:44 AM
Size:
17.53 Kb
Downloads:
17,335
Favorites:
128
MD5:
Pictures
NugRunning   Popular! (More than 5000 hits)
Tracker for DoTs, HoTs, Cooldowns and other auras for all classes.
Config desired spells with trackings.lua

NugRunningDrainSoul - plugin for affliction warlocks displaying tme until next tick.

Slash commands:
/nrun to bring list of slash commands
/nrun lock
/nrun unlock
/nrun clear
/nrun charopts : enable character specific settings
/nrun cooldowns : toggle showing cooldowns
/nrun spelltext : toggle spell text on bars
/nrun shorttext : toggle using short names
/nrun set width=120 height=20 : W & H of timers



Нуга @ RU-Свежеватель душ
  Change Log - NugRunning
2.2: Sync between UNIT AURA and CLEU
Commanding Shout added

2.1:
Shaman spells

2.0.9:
Hunter spells
Expose Armor

2.0.8:
S'n'D probably not yet
Position reseting fixed

2.0.5:
Drain Soul ticks plugin
Warlock pet spells
Mage spells
Paladin spells

2.0.2:
bugfixes
Warrior spells
Core DK spells
maxtimers option to prevent spam from pestilence.
  Optional Files - NugRunning
Sorry, there are currently no optional files available.
  Archived Versions - NugRunning
File Name
Version
Size
Author
Date
2.1
17kB
d87
09-23-2009 02:47 AM
2.0.9
17kB
d87
08-30-2009 01:24 AM
2.0.8
16kB
d87
08-26-2009 11:01 AM
2.0.7
17kB
d87
08-08-2009 01:10 AM
2.0.5
16kB
d87
07-16-2009 09:23 AM
2.0.2
12kB
d87
07-13-2009 04:14 AM
2.0
11kB
d87
07-06-2009 06:33 AM
1.0.3
16kB
d87
10-22-2008 11:55 AM
  Comments - NugRunning
Post A Reply Comment Options
Old 11-02-2009, 08:18 PM  
wakolv
A Deviate Faerie Dragon

Forum posts: 16
File comments: 1
Uploads: 0
Moving

tried "/nrun unlock, pressed shift/ctrl/alt while dragging on vice versas and cant move it. am i doing wrong or something? can somebody help me with it...

Last edited by wakolv : 11-02-2009 at 08:19 PM.
wakolv is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-21-2009, 11:06 PM  
asinius
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Is there anyway to have the dot timer show up only when you have your target selected?

Last edited by asinius : 10-21-2009 at 11:07 PM.
asinius is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-13-2009, 10:37 PM  
d87
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 103
Uploads: 17
Re: Death Knights attacks

Quote:
Originally posted by marcovermeer
Hi i am a dk started to use this addon.
Im blood specced with a touch of unholy ;P

frost fever and bloodplague work just fine but unholy blight and bloody vengeance not.

I went into the code and see that unholy blight is in there but proberbly not adjusted to the latest changes where it procs on death coil instead of it being a spell it self.

Im not totaly sure yet but can this addon handle procs or is it just working on attacks and spells that always give the debuff?

This is the curent code for unholy blight;

AddSpell({ 49194 },{ name = "Unholy Blight", color = colors.TEAL, duration = 20 + (NugRunning.glyphed(63332) and 10 or 0) })

Can anyone please tell me if this addon can handle procs and if so how to adjust unholy blight and add bloody vengeance?

thanks in advance,

Marco
looks like this is new effect spell id
http://www.wowhead.com/?spell=50536

AddSpell({ 50536 },{ name = "Unholy Blight", color = colors.TEAL, duration = 10 })

Quote:
Would be nice if d87 could fix that ... it was hte only thing which I missed from ForteX.
the problem with bloodlust is that other people casting it. and there's a filter leaving only your spells. it would be unreasonable to change that just because of bloodlust.

Last edited by d87 : 10-14-2009 at 01:23 AM.
d87 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-13-2009, 03:01 PM  
marcovermeer
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Death Knights attacks

Hi i am a dk started to use this addon.
Im blood specced with a touch of unholy ;P

frost fever and bloodplague work just fine but unholy blight and bloody vengeance not.

I went into the code and see that unholy blight is in there but proberbly not adjusted to the latest changes where it procs on death coil instead of it being a spell it self.

Im not totaly sure yet but can this addon handle procs or is it just working on attacks and spells that always give the debuff?

This is the curent code for unholy blight;

AddSpell({ 49194 },{ name = "Unholy Blight", color = colors.TEAL, duration = 20 + (NugRunning.glyphed(63332) and 10 or 0) })

Can anyone please tell me if this addon can handle procs and if so how to adjust unholy blight and add bloody vengeance?

thanks in advance,

Marco
marcovermeer is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-13-2009, 04:57 AM  
merlinmage
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Would be nice if d87 could fix that ... it was hte only thing which I missed from ForteX.
merlinmage is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-11-2009, 08:19 PM  
richerich
A Fallenroot Satyr
 
richerich's Avatar
Interface Author - Click to view interfaces

Forum posts: 22
File comments: 364
Uploads: 4
Quote:
Originally posted by merlinmage
Nope, I'm Horde
Hmm, it works for me, but on the other hand, it's a bit buggy See screenshot to see how i mean...

http://i33.tinypic.com/238l51.jpg

EDIT: Here's the code that's i'm using:

Code:
AddSpell({ 2825 },{ name = "Bloodlust", duration = 40, color = colors.RED, short = "BL" })
... and for ally:

Code:
AddSpell({ 32182 },{ name = "Heroism", duration = 40, color = colors.ORANGE, short = "Hero" })

EDIT2: Also noticed that you haven't change the new Arcane Blast. It's a 6 sec duration instead of 10 sec
__________________
Dajova UI

Dajova UI Mini

Last edited by richerich : 10-12-2009 at 12:02 AM.
richerich is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-10-2009, 09:37 AM  
merlinmage
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Nope, I'm Horde
merlinmage is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-09-2009, 01:05 PM  
richerich
A Fallenroot Satyr
 
richerich's Avatar
Interface Author - Click to view interfaces

Forum posts: 22
File comments: 364
Uploads: 4
Quote:
Originally posted by merlinmage
Doesn't work for me, added it under Hunter and Shaman, but still no timer
If you are alliance, then it's "Heroism", maybe that's why :P
__________________
Dajova UI

Dajova UI Mini
richerich is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-09-2009, 12:41 PM  
richerich
A Fallenroot Satyr
 
richerich's Avatar
Interface Author - Click to view interfaces

Forum posts: 22
File comments: 364
Uploads: 4
Any plans to add a option for multiple anchors? like buffs in one frame and debuffs in another? Makes it easier to track each frame


EDIT: Here's how it looks like atm (with unedited spells), if u get how i'm thinking

http://i35.tinypic.com/2h327bp.jpg

EDIT2: Let me rephrase that request...

I'd like to see different anchors of different units. Like one for player, one for target, one for focus and one for cooldowns. Kinda like how ClassTimers uses their anchors.
__________________
Dajova UI

Dajova UI Mini

Last edited by richerich : 10-09-2009 at 01:54 PM.
richerich is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-30-2009, 05:30 PM  
merlinmage
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Quote:
Originally posted by d87
AddSpell({ 2825 },{ name = "Bloodlust", duration = 40, color = colors.RED })
Doesn't work for me, added it under Hunter and Shaman, but still no timer
merlinmage is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-30-2009, 04:48 AM  
d87
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 103
Uploads: 17
Quote:
Originally posted by Neutrino
Нуга, а есть возможность реализовать отслеживание активности спелов, которые активизируются от тех или иных ивентов? Например, у варов абилка "Реванш" становится доступной только после блока, уклонения или парирования.
Well that probably could be implemented similary to cooldowns, but there isn't much use to it. Revenge is active all the time if you're tanking on highlvl, overpower with Taste for blood talent doesn't need this already, so it's gonna be only good for victory rush. and i can't recall any other class that relies on such things.
d87 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-25-2009, 06:21 PM  
666th
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hey hey hey! Great addOn the only one I've found that shows a timer for sheep even though I change target, and the timer will properly remove when they use trinket/get damaged/dispelled.

One thing though, I've noticed that when I sheep a hunter pet... the PvE timer for sheep will pop up and not PvP one.
666th is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-23-2009, 10:19 AM  
Neutrino
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Нуга, а есть возможность реализовать отслеживание активности спелов, которые активизируются от тех или иных ивентов? Например, у варов абилка "Реванш" становится доступной только после блока, уклонения или парирования.

Last edited by Neutrino : 09-23-2009 at 10:19 AM.
Neutrino is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-16-2009, 02:11 PM  
makkeboll
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hiya i have some problems i can't move the frame :<..

can someone please tell me how to do , when i write /nrun unlock i see a red circle on the button on the left hand side of the bar :/.
makkeboll is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-09-2009, 02:14 PM  
d87
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 103
Uploads: 17
Quote:
Originally posted by merlinmage
[b]Is there a way to implement BL/Heroism? [/B
AddSpell({ 2825 },{ name = "Bloodlust", duration = 40, color = colors.RED })
d87 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.