mod for tracking debuffs
Moderators: Texaporte, sphie, Pocky
mod for tracking debuffs
Anyone have a suggestion for tracking debuffs on a target? I'm using pitbull and it doesn't seem to have an option for just showing *my* debuffs on a mob. (the blizz default has personal debuffs bigger) So for example, I'm unable to distinguish my diseases from another DK diseases and don't know when to refresh my diseases. I used to use classtimer mod and it was perfect, but after this patch, it no longer distinguish my disease from another DK.
Re: mod for tracking debuffs
found this on Curse.com:
Even quicker fix for 3.1: open ClassTimer.lua, search for
if duration and duration > 0 and self.db.profile.Abilities[name] and isMine then
and replace with
if duration and duration > 0 and self.db.profile.Abilities[name] and isMine=="player" then
There will be 2 lines that need replacing.
Even quicker fix for 3.1: open ClassTimer.lua, search for
if duration and duration > 0 and self.db.profile.Abilities[name] and isMine then
and replace with
if duration and duration > 0 and self.db.profile.Abilities[name] and isMine=="player" then
There will be 2 lines that need replacing.
Re: mod for tracking debuffs
To track my diseases I used http://wowinterface.com/downloads/info6 ... oKnow.html
Super customizable and pretty easy to set up.
Super customizable and pretty easy to set up.
Re: mod for tracking debuffs
Come back and play! I'll do your jousting dailies! And then you can track more diseases!
(sorry for going off topic)
(sorry for going off topic)
