Originally Posted by Kyth
If that was a response to my post, I wasn't clear.
I don't have trouble distinguishing the mobs, dotimer is decent about that (other than when it just totally forgets about a mob -- sometimes for an entire raid it doesn't track and I've never figure dout why.)
But when I play affliction and have 4-5 dots I'm keeping up, sometimes I just clutch figuring out which dot I'm missing. Some display that showed them all, with timers (even if they aren't on the mob right now) would rock.
|
I just did a very dirty hack to DoTimer to approximate what you wanted. Add "ghostdata = 0" just before line 1875 of the DoTimer.lua of the current DoTimer. As you might have already noticed, DoTimer has what it calls Ghost Timer, which are purple slightly faded lines which holds the icon and name of debuffs that has just expired, and my hack just says that that line should never disappear. Like I said, not a pretty nor correct way to do it, but it's all I have time for atm, heading to the university in a sec =P. I also didn't test it very much, i.e. if it works for longer than the 20secs or so I had the patience to wait, but it seems okish.
It'll look like this for anyone wondering:
EDIT: lol, what you of course do is just set this in the settings-file ("wow-folder\WTF\Account\<accountname>\SavedVariables\DoTimer.lua"). Finding the correct ghostdata-variable and setting it to 0 should produce the same effect, though I haven't tested it. I couldn't find a way to set it in-game, might have completely missed something there as well though...