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.3
Date:
11-22-2009 11:46 PM
Size:
17.68 Kb
Downloads:
17,866
Favorites:
130
MD5:
Pictures
Click to enlarge
Click to enlarge
NugRunning   Updated less than 3 days ago!   Popular! (More than 5000 hits)
Tracker for DoTs, HoTs, Cooldowns and other auras for all classes.
Config desired spells with trackings.lua

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



2.3: Totems + timers arrangement changed a bit

Нуга @ RU-Свежеватель душ
  Change Log - NugRunning
2.3: Totems, minor stuff and bugfixes

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.2
18kB
d87
10-03-2009 04:44 AM
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 09-09-2009, 02:14 PM  
d87
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 105
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
Old 09-09-2009, 12:25 PM  
merlinmage
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Is there a way to implement BL/Heroism?
merlinmage is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-08-2009, 04:57 AM  
Cassiopeija
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: mob names

Quote:
Originally posted by Korshun
To be honest i havent looked through this addon with much detail, but i have noticed that there doesnt seem to be an option that displays the mob names for each group of dots you have running.

Would it be possible to add this to a future release?

On a side note, awesome addon apart from the thing i mentioned above, keep up the good work.
Need the same feature. As a priest, i often cast renew. If i do it i.e. on 3 raidmembers, i get 3 timers, but i don't know, which timer ist for which raidmembers to keep it alive. Same to damage spells.
Cassiopeija is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-07-2009, 09:40 AM  
richerich
A Fallenroot Satyr
 
richerich's Avatar
Interface Author - Click to view interfaces

Forum posts: 28
File comments: 394
Uploads: 5
Quote:
Originally posted by d87
btw please post what you got there. I'll take it as reference later.
Quote:
AddSpell({ 8042,8044,8045,8046,10412,10413,10414,25454,49230,49231 },{ name = "Earth Shock", duration = 8, color = colors.ORANGE, short = "ErS" })
AddSpell({ 8056,8058,10472,10473,25464,49235,49236 },{ name = "Frost Shock", duration = 8, color = colors.CHILL, short = "FrS" })
AddSpell({ 8050,8052,8053,10447,10448,29228,25457,49232,49233 },{ name = "Flame Shock", duration = 12, color = colors.RED, short = "FlS" })
However, when i tried to add it to track Stormstrike, i have a issue... I can make it show the first strike... but it doesn't refresh when i cast it again :/ and it doesn't show the stacks remaining in the bar.

Quote:
AddSpell({ 17364,32175,32176 },{ name = "Stormstrike", color = colors.TEAL, short = "SS", duration = 12 })
edit: fixed the IDs
__________________


Dajova UI

Dajova UI Mini

Last edited by richerich : 09-07-2009 at 09:49 AM.
richerich is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-07-2009, 07:28 AM  
d87
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 105
Uploads: 17
Quote:
Originally posted by richerich
Hey, i've been fiddling around with this mod for a while now to make it work on my shaman, but i cannot seems to get talent-buffs to show (like maelstrom weapon and tidal waves). what should i change/add for it work?
EDIT: I have been able to add all shocks and other buffs successfully, just not these...

AddSpell({ 53817 },{ name = "Maelstrom Weapon", color = colors.PURPLE, short = "Maelstrom", duration = 30 })
AddSpell({ 53390 },{ name = "Tidal Wave", color = colors.BLUE, short = "Tidal", duration = 15 })
AddSpell({ 16246 },{ name = "Elemental Focus", color = colors.BLUE, short = "Clearcast!", duration = 15 })

btw please post what you got there. I'll take it as reference later.
d87 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-07-2009, 01:31 AM  
richerich
A Fallenroot Satyr
 
richerich's Avatar
Interface Author - Click to view interfaces

Forum posts: 28
File comments: 394
Uploads: 5
Hey, i've been fiddling around with this mod for a while now to make it work on my shaman, but i cannot seems to get talent-buffs to show (like maelstrom weapon and tidal waves). what should i change/add for it work?

Quote:
AddSpell({ 51532 },{ name = "Maelstrom Weapon", color = colors.PURPLE, short = "Maelstrom" })
AddSpell({ 51566 },{ name = "Tidal Wave", color = colors.BLUE, short = "Tidal" })
AddSpell({ 16164 },{ name = "Elemental Focus", color = colors.BLUE, short = "Clearcast!" })
EDIT: I have been able to add all shocks and other buffs successfully, just not these...
__________________


Dajova UI

Dajova UI Mini

Last edited by richerich : 09-07-2009 at 01:33 AM.
richerich is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-28-2009, 11:34 AM  
Derkyle
A Fallenroot Satyr
 
Derkyle's Avatar
Interface Author - Click to view interfaces

Forum posts: 23
File comments: 116
Uploads: 14
Quote:
Originally posted by d87
nrun list gone since 2.0
Nugrunning.lua Line:615
Code:
      |cff00ff00/nrun list|r : list of currently enabled spells]]
Nugrunning.lua Line:725
Code:
    if k == "list" then
        for auraType in pairs(TrackSpells) do
            print(auraType..":",0.7,0.7,1)
            for spell, opts in pairs(TrackSpells[auraType]) do
                DEFAULT_CHAT_FRAME:AddMessage("    "..spell,unpack(opts.color or {1,1,1}))
            end
        end
    end
No it's not gone Also I'm using the latest version that is downloaded from WoWInterface. If it is indeed gone, you might want to remove any reference to it.
__________________
-Derkyle

Last edited by Derkyle : 08-28-2009 at 11:34 AM.
Derkyle is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-28-2009, 02:17 AM  
d87
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 105
Uploads: 17
Quote:
Originally posted by Derkyle
using the /nrun list
nrun list gone since 2.0
d87 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-27-2009, 01:03 PM  
Cyanix
A Defias Bandit

Forum posts: 2
File comments: 16
Uploads: 0
Greetings,

as a rogue, i'd like to add expose armor, which duration is based upon combo points.

Anyone kind enough to provide the code ?

Thank you.
Cyanix is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-27-2009, 09:58 AM  
Derkyle
A Fallenroot Satyr
 
Derkyle's Avatar
Interface Author - Click to view interfaces

Forum posts: 23
File comments: 116
Uploads: 14
using the /nrun list
causes this error

-------------------

Date: 2009-08-27 09:57:23
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\NugRunning\NugRunning.lua line 729:
attempt to index local 'opts' (a number value)
Debug:
[C]: ?
NugRunning\NugRunning.lua:729: ?()
..\FrameXML\ChatFrame.lua:3505: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:3176: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:3200: ChatEdit_OnEnterPressed()
[string "*:OnEnterPressed"]:1:
[string "*:OnEnterPressed"]:1
__________________
-Derkyle

Last edited by Derkyle : 08-27-2009 at 09:59 AM.
Derkyle is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-26-2009, 07:48 PM  
d87
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 105
Uploads: 17
Quote:
Originally posted by bitechu
I'm not sure if its my system or not, but i cant configure this with the text options, and any inputs dont work. like /nrun set growth down.

and i can only move the anchor with all other addons disabled.
Probably you got some addon with invisible frame that got mouse input enabled. and it's on top of the anchor.
d87 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-26-2009, 07:36 PM  
bitechu
A Murloc Raider

Forum posts: 6
File comments: 62
Uploads: 0
I'm not sure if its my system or not, but i cant configure this with the text options, and any inputs dont work. like /nrun set growth down.

and i can only move the anchor with all other addons disabled.
bitechu is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-19-2009, 12:46 PM  
Korshun
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
mob names

To be honest i havent looked through this addon with much detail, but i have noticed that there doesnt seem to be an option that displays the mob names for each group of dots you have running.

Would it be possible to add this to a future release?

On a side note, awesome addon apart from the thing i mentioned above, keep up the good work.
Korshun is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-11-2009, 02:20 PM  
leelomay
A Kobold Labourer
 
leelomay's Avatar

Forum posts: 0
File comments: 4
Uploads: 0
3.2 position bug ?

after 3.2 patch, the position of NugRunning seems cannot be saved. Need to adjust each time after login.
leelomay is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-08-2009, 06:42 AM  
leks0d
A Kobold Labourer
 
leks0d's Avatar

Forum posts: 1
File comments: 34
Uploads: 0
Re: Re: Slice & Dice

Quote:
Originally posted by d87
May be you're just Mutilate spec with Cut to the Chase talent, which have a 100% chance to refresh your Slice and Dice duration to its 5 combo point maximum (21sec btw)? If that's not the case, try latest version. Because i've tried to reproduce this and everything works fine
Объясню по другому.
Когда на тебе висит баф снд, если он не кончился и запускаешь еще раз снд, то время бафа не обновляется, а прибавляется к оставшемуся времени. На стандартных близовских бафах с таймером все ок.
leks0d is online now 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.