ClassTimer
Deprecation Notice: If possible, please use WeakAuras instead, this addon is no longer maintained
This is an addon to create timers for your own buffs and debuffs.
General
player bars on left, target in middle, focus on right, all can be moved
To track CC Effects you must set the CCed mob as your focus if its not your target.
Only icons and time can be shown if you don't want bars.
The text can be customized in the options by using, "%s for spell name", "%a for applications", "%u for unit name eg target or player", "%n for mob name"
This mod is set up with AceLocale so anyone who wants to add other locals feel free :)
If you want other textures for the bars, get the AddOn SharedMedia.
Note: When adding values in the files, double parentheses are necessary on the last item in a table because it contains all the values from the function call and we only want the first one.
Options
/classtimer or the LDB Launcher
Credits
Must give Nymbia credits as he is a legend!
"As affliction lock if i cast unstable affliction on the target and then immolate somehow the immolate timmer bar overright the unstable affliction one."
This is because of patch 3.1 patch changes, not ClassTimer. (Immolation and Unstable Affliction are now in the same exclusive category (both damage over time effects cannot be present at the same time by the same caster on a target).)
Either way. Whenever I use Swiftmend the timer disappears even when I use the glyph which doesn't constume either Regrowth or Swiftmend. It's highly annoying as it's still ticking but I can't see. (Do warlocks find themselves having the same issues with Conflagrate?)
Hi, I love using this amazing addon for pve, but also for pvp. As a rogue, the only thing I wish it had, which I don't believe it currently does, is Dismantle. Could this possibly be added?
I would really like to see the following mage talents: "Mirror Image" and "Arcane Blast", possible with a counter. Like "Acane Blast x 2" or something. I get very easily distracted and often forget if I´m at 2 or 3 stacks of Arcane Blast:)
Hi
[Can the spell power effect from the Life tap glyph be added please? I can't find the spell ID anywhere to do it manually :(]
OK self awarded prize for dumb question of the day! Guess what? The custom timer 'Life Tap' work perfectly
it would be perfect ^^
thanks
does the yesterday update fix the showing other ppl dots or I need to change the .lua?
Fantastic mod, btw! I simply cannot live as an affliction lock without this!
the two occurances of line
isMine = caster and caster == "player"
should be replaced with
if caster == "player" then
isMine = true
else
isMine = false
end
as affliction lock if i cast unstable affliction on the target and then immolate somehow the immolate timmer bar overright the unstable affliction one.
1. Go to your ...\Interface\Addons\Classtimer folder and open up the "Classtimer.lua" file in Notepad.
2. Search for this line:: if duration and duration > 0 and self.db.profile.Abilities[name] and isMine then
3. And change it to this one:: if duration and duration > 0 and self.db.profile.Abilities[name] and isMine=="player" then
4. The string you search for exists twice, make sure to do this on both. And no, you do not replace "player" with your name. It has to be the word, "player".
5. Save. Quit. Restart WoW.
as a affliction warlock i depent on a good dot timer, but after patch 3.1.0 a few spells do not show up on the timers, most likely due to the fact blizzard changed those. the spells are: seed of corruption, curse of weakness, curse of tongues, curse of elements and unstable affliction
Can anyone help me?
Thanks!
And yes, I am using the latest version found on wowace and not Curse.
with patch 3.1 All DoTs are shown exemple 2 shadow priest = 2 VT 2 SW:P 2 DP ... In the past only I was shown .. if you could work that little "problem" it would make tracking easier for everyone that brings 2 or more of each class !
http://www.wowace.com/projects/classtimer/
has the current version.
But there is a rather annoying problem that should be fixed =)
With the patch, a new glyph came for Pestilence which refresh Blood Plague and Frost Fever. The problem is that it seem to think it is a new set, and then show double up, but just sometimes. A bit hard keeping track when you have two Blood Plague and Frost Fever on your bars and don't know which one is real.