Change Log:
--------------------
5.1.17:
- Rain of Fire timer
- Fire and Brimstone Immolate added
5.1.16:
- Update for warrior 5.2 overpower changes
- ToC updated to 50200
5.1.15:
- Immune timers no longer appear.
5.1.14:
- Miss notification timers, some warlocks now play without a hitcap, so that became important.
- TidyPlates alpha support
- Priest config update, mainly for discipline.
- shine animation bug fixed for real
5.1.11:
- multitarget timers duration bug fixed
- fixed strange bug with shine animation getting stuck
5.1.10:
- /nrun listauras - command to display spell IDs of applied auras.
- /nrun lock command fixed
- scale timer option. Which is a vertical scaling of a timer for given spell.
- affilliation option. It can be "raid" or "any", replaces anySource, while it still works it is now equals to affiliation = "raid"
- Warriors now can see banner timers from other warriors.
5.1.9:
- Fix for 5.1 nameplates
5.1.8:
- ToC Updated to 50100
- Anchors and groups are now configurable, "/nrun separate" removed.
- Warrior fury config updates
- Haunt duration overlay for affliction dots
- Dot power value now ignores damage multipliers. I'm not really sure if it's right, but it shouldn't mess up indicators in demo anymore.
5.1.6:
- Warrior config updates
- Dot power level difference now displayed as text
- Calibri font included as default. Instead of
5.1.5:
- Rain of Fire and Backdraft timers
- SoC-Corruption now comes as a separate multitarget timer
- Shield Barrier and PW:S now display absorb value
5.1.4:
- Corruption from soc (that's a separate spell) removed, it was spammy. Nothing is probably better than 20 timer column. I'll try to do something with that and void ray sometime later
- Tiger Power and Serpent's Zeal
- Nameplates configuration (w,h,x,y) from config
5.1.3:
- dot power feature (warlock only for now): indicator of whether your dots on target are stronger or wea...
Description:
--------------------
Combatlog driven multitarget timer addon for all classes. Also supports cooldowns, nameplates, totems, drain soul ticks, aoe timers, internal cooldowns.
/nrun - list of slash commands
NugRunning on github
For detailed customizatation of spell list/settings edit user config module.
NugRunningUserConfig wiki page
TukUI/ElvUI styled skin by mrruben5
If you've noticed something missing in default config that should be there, post about it in the comments. I can't always keep up with the changes on classes that I don't actively play.
Since 5.1.0 you can also enable nameplate timers. Spells that appear on nameplates should be specifically marked for this in config with nameplates = true. Atm only shadow priest and warlock dots are marked.
Userconfig sample with some common procs:
(btw, now you can use /nrun listauras player to display get spell IDs of your current buffs and debuffs)
if class == "WARLOCK" then
local name = UnitName("player")
if name == "Нуга" then
-- moving all temporary damage buffs to "procs" group from secondary anchor
Spell( 105702 ,{ name = "Potion", group = "procs", color = colors.LGREEN, duration = 25 }) -- Intellect
Spell( 104993 ,{ name = "Jade Spirit", affiliation = "any", target= "player",
group = "procs", duration = 10 })
-- jade spirit is proccing in a strange way, not from player guid
Spell( 96230 ,{ name = "Springs", group = "procs", duration = 10 })
Spell( 127923 ,{ name = "Trinket1", group = "procs", duration = 10 })
Spell( 126476 ,{ name = "Trinket2"...
--------------------
5.1.17:
- Rain of Fire timer
- Fire and Brimstone Immolate added
5.1.16:
- Update for warrior 5.2 overpower changes
- ToC updated to 50200
5.1.15:
- Immune timers no longer appear.
5.1.14:
- Miss notification timers, some warlocks now play without a hitcap, so that became important.
- TidyPlates alpha support
- Priest config update, mainly for discipline.
- shine animation bug fixed for real
5.1.11:
- multitarget timers duration bug fixed
- fixed strange bug with shine animation getting stuck
5.1.10:
- /nrun listauras
- /nrun lock command fixed
- scale timer option. Which is a vertical scaling of a timer for given spell.
- affilliation option. It can be "raid" or "any", replaces anySource, while it still works it is now equals to affiliation = "raid"
- Warriors now can see banner timers from other warriors.
5.1.9:
- Fix for 5.1 nameplates
5.1.8:
- ToC Updated to 50100
- Anchors and groups are now configurable, "/nrun separate" removed.
- Warrior fury config updates
- Haunt duration overlay for affliction dots
- Dot power value now ignores damage multipliers. I'm not really sure if it's right, but it shouldn't mess up indicators in demo anymore.
5.1.6:
- Warrior config updates
- Dot power level difference now displayed as text
- Calibri font included as default. Instead of
5.1.5:
- Rain of Fire and Backdraft timers
- SoC-Corruption now comes as a separate multitarget timer
- Shield Barrier and PW:S now display absorb value
5.1.4:
- Corruption from soc (that's a separate spell) removed, it was spammy. Nothing is probably better than 20 timer column. I'll try to do something with that and void ray sometime later
- Tiger Power and Serpent's Zeal
- Nameplates configuration (w,h,x,y) from config
5.1.3:
- dot power feature (warlock only for now): indicator of whether your dots on target are stronger or wea...
Description:
--------------------
Combatlog driven multitarget timer addon for all classes. Also supports cooldowns, nameplates, totems, drain soul ticks, aoe timers, internal cooldowns.
/nrun - list of slash commands
NugRunning on github
For detailed customizatation of spell list/settings edit user config module.
NugRunningUserConfig wiki page
TukUI/ElvUI styled skin by mrruben5
If you've noticed something missing in default config that should be there, post about it in the comments. I can't always keep up with the changes on classes that I don't actively play.
Since 5.1.0 you can also enable nameplate timers. Spells that appear on nameplates should be specifically marked for this in config with nameplates = true. Atm only shadow priest and warlock dots are marked.
Userconfig sample with some common procs:
(btw, now you can use /nrun listauras player to display get spell IDs of your current buffs and debuffs)
if class == "WARLOCK" then
local name = UnitName("player")
if name == "Нуга" then
-- moving all temporary damage buffs to "procs" group from secondary anchor
Spell( 105702 ,{ name = "Potion", group = "procs", color = colors.LGREEN, duration = 25 }) -- Intellect
Spell( 104993 ,{ name = "Jade Spirit", affiliation = "any", target= "player",
group = "procs", duration = 10 })
-- jade spirit is proccing in a strange way, not from player guid
Spell( 96230 ,{ name = "Springs", group = "procs", duration = 10 })
Spell( 127923 ,{ name = "Trinket1", group = "procs", duration = 10 })
Spell( 126476 ,{ name = "Trinket2"...