Download
(17Kb)
Download
Updated: 05-10-11 10:43 PM
Pictures
File Info
Updated:05-10-11 10:43 PM
Created:02-16-10 01:02 PM
Downloads:5,935
Favorites:40
MD5:

ncDebuffTimer  Popular! (More than 5000 hits)

Version: 1.6
by: nobgul, Nobgul

ncDebuffTimer is a lightweight addon that shows all the debuffs you cast on all enemies(not only your target) as bars. This feature is one that I really miss with all unitframes and the default UI. As an affliction warlock I want to track all my enemies' debuffs, not only my target's. Not only is this great for affliction warlocks, this is great for anyone that wants to track the debuffs he/she applies. This addon was made in the spirit of the debufftracker that was included in Necrosis.

Upcoming features:
- None
Suggest features!

Usage:
/ncdt anchor - shows the anchor so you can reposition the debufftimer frame
/ncdt growth [direction] - sets the growth for the timers, valid directions are "up" and "down"
/ncdt width [width] - sets the width for the timers, [width] must be a number above 0
/ncdt height [height] - sets the height for the timers, [height] must be a number above 0
/ncdt spacing [spacing] - sets the spacing for the timers
/ncdt bar [mode] - sets wether the bars fill or empty, [mode] must be "fill" or "empty"

1.5
--
Fixed some bugs and rewrite of the core.

1.4
--
Fixed some bugs and split the addon in 2 parts. Should be working now.

1.3
--
Fixed issue with the count.

1.2
--
Fixed minor issue with the stack count

1.1
--
Fixed a coloring bug.
Optional Files (0)


Post A Reply Comment Options
Unread 05-17-11, 03:54 PM  
feraldrood
A Theradrim Guardian
 
feraldrood's Avatar

Forum posts: 62
File comments: 47
Uploads: 0
Nice addon, but its not working for me: when ingame, I got this error

[14:50:20] Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:34: attempt to perform arithmetic on local 'x' (a nil value)
[C]: ?
Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:34: in function <Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:34>
Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:263: in function `Repos'
Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:353: in function `?'
Interface\FrameXML\ChatFrame.lua:4221: in function <Interface\FrameXML\ChatFrame.lua:4169>
[C]: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3832: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:3870: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>


any idea?
Report comment to moderator  
Reply With Quote
Unread 05-13-11, 11:23 AM  
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 784
File comments: 150
Uploads: 14
I love this addon, but but! The thing is i don't wanna see my mind flay channel, or mind blast debuff :/ else its damn good!
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 11:03 AM  
Anox
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
4.1 Update

I finally got this to work with 4.1. The only real difference is line 284 I believe which was originally:

Code:
f:SetScript("OnEvent", function(self, event, target, spell, sourceguid, sourcename, sourceflags, destguid, destname, destflags, id)
I changed this to:

Code:
f:SetScript("OnEvent", function(self, event, _, spell, _, sourceguid, sourcename, sourceflags, destguid, destname, destflags, id, _, _, _, _, _)
I don't know the significance of the extra arguments but they're not used anywhere in the function, so I left them out. Cheers.
Report comment to moderator  
Reply With Quote
Unread 03-06-11, 10:13 AM  
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 693
File comments: 65
Uploads: 13
Originally posted by kawe
hi,

is there an easy way to config this addon to just show "current" target debuffs?

i know there are other addons with that functionality but this ones just better


greets
Only with a little bit of editing of code. I am not currently playing wow, so I cannot test changes. As soon as I start playing again I will update the addon with a option for debuffs on your current target or all targets.
__________________
[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 12-20-10, 09:49 AM  
kawe
A Cyclonian
 
kawe's Avatar

Forum posts: 40
File comments: 95
Uploads: 1
hi,

is there an easy way to config this addon to just show "current" target debuffs?

i know there are other addons with that functionality but this ones just better


greets
Report comment to moderator  
Reply With Quote
Unread 11-03-10, 10:51 AM  
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 693
File comments: 65
Uploads: 13
I am working on a gui so people will be able to filter certain debuffs they do not want to show.
__________________
[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 05-29-10, 05:17 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by ragza
Great AddOn and all used it for some time. But last night while raiding I looked into my AddOns usage and ncDebufftimer uses from 200 raid idle to 400KiB raid combat addons usage.
As a comparison, Recount uses in a raid environement 2 - 10MiB. Nothing to worry about
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 05-28-10, 02:35 PM  
ragza
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 10
Uploads: 1
Great AddOn and all used it for some time. But last night while raiding I looked into my AddOns usage and ncDebufftimer uses from 200 raid idle to 400KiB raid combat addons usage.
Report comment to moderator  
Reply With Quote
Unread 03-20-10, 05:21 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by Tekashi
Would it be possible to add a filter using spellids? I would really like to hide certain debuffs I place on my target.
Only if you have knowledge of Lua.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 03-19-10, 06:07 PM  
Tekashi
A Deviate Faerie Dragon

Forum posts: 10
File comments: 8
Uploads: 0
Would it be possible to add a filter using spellids? I would really like to hide certain debuffs I place on my target.
Report comment to moderator  
Reply With Quote
Unread 03-12-10, 07:07 PM  
Lindentree
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Warrior here. I've been looking for a mod that will track my debuffs on other mobs for ages, because reapplying 5 stacks of sunders is far more of a dps loss than charging over, refreshing, and intercepting back on a fight like Jaraxxus. So, thank you for doing this!

Is there a way to turn tracking off for certain debuffs? Arms warriors have a lot of passive debuffs, most of which we don't care about - I mean they're good and we like them but we have no reason to monitor them- so having 2 debuffs on every mob in a trash pack is going to completely spam my screen. It was already pretty bad just on a group of target dummies.
Report comment to moderator  
Reply With Quote
Unread 03-06-10, 11:59 PM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Re: recast mark

Originally posted by braindump
question about recast zone.
does it track current haste?
does it track -cast time(not regular haste) auras/buffs/procs?

bloodlust/heroism, power infusion, eradication (warlock), paladin aura, shaman totem, moonkin aura
Nope.
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 03-06-10, 04:01 PM  
braindump
A Kobold Labourer
 
braindump's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 93
Uploads: 3
recast mark

question about recast zone.
does it track current haste?
does it track -cast time(not regular haste) auras/buffs/procs?

bloodlust/heroism, power infusion, eradication (warlock), paladin aura, shaman totem, moonkin aura
Report comment to moderator  
Reply With Quote
Unread 03-05-10, 02:08 PM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Re: LUA Error for ncDebuff

Originally posted by RyuYou
This is the LUA Error I got:
Message: Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:34: attempt to perform arithmetic on local 'x' (a nil value)
Time: 03/05/10 11:09:12
Count: 1
Stack: (tail call): ?
[C]: ?
Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:34: in function `scale'
Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:57: in function <Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:18>

Locals: x = nil
(*temporary) = 1.3333333631357
(*temporary) = <function> defined =[C]:-1
(*temporary) = nil
(*temporary) = "attempt to perform arithmetic on local 'x' (a nil value)"
mult = 1.3333333631357
Go in-game, and run this macro:
Code:
/run ncDebuffTimerDB=nil ReloadUI()
__________________
Three things are certain,
Death, taxes and site not found,
You, victim of one.
Report comment to moderator  
Reply With Quote
Unread 03-05-10, 01:37 PM  
RyuYou
A Kobold Labourer

Forum posts: 1
File comments: 26
Uploads: 0
LUA Error for ncDebuff

This is the LUA Error I got:
Message: Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:34: attempt to perform arithmetic on local 'x' (a nil value)
Time: 03/05/10 11:09:12
Count: 1
Stack: (tail call): ?
[C]: ?
Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:34: in function `scale'
Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:57: in function <Interface\AddOns\ncDebuffTimer\ncDebuffTimer.lua:18>

Locals: x = nil
(*temporary) = 1.3333333631357
(*temporary) = <function> defined =[C]:-1
(*temporary) = nil
(*temporary) = "attempt to perform arithmetic on local 'x' (a nil value)"
mult = 1.3333333631357
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: