 |
05/15/09, 5:42 PM
|
#76
|
|
Glass Joe
Human Priest
Twisting Nether
|
Hello ladies and gentlemen, I have a quick question. Is there anything that DoTTimer does that ForeXorcist and/or SatrinaBuffFrames cannot do? Curious because most people here seem to favour DotTimer and I'm wondering if it's because it does something special.
Thanks,
|
|
|
|
|
05/16/09, 8:06 AM
|
#77
|
|
Glass Joe
Human Priest
Lightbringer (EU)
|
Originally Posted by EmeraldArcana
Hello ladies and gentlemen, I have a quick question. Is there anything that DoTTimer does that ForeXorcist and/or SatrinaBuffFrames cannot do? Curious because most people here seem to favour DotTimer and I'm wondering if it's because it does something special.
Thanks,
|
Dotimer can show tenths of seconds for cooldowns and bufftime.
|
|
|
|
|
05/16/09, 8:13 AM
|
#78
|
|
Von Kaiser
Troll Priest
Vek'nilash (EU)
|
Originally Posted by Nivoglibina
Dotimer can show tenths of seconds for cooldowns and bufftime.
|
ForteXorcist shows tenths aswel.
|
|
|
|
|
06/02/09, 5:57 AM
|
#79
|
|
Glass Joe
|
As of 3.1, I have had a problem with Quartz recognizing my dots against our other shadow priest. An example would be; We start and encounter and Priest #2 puts up Vampiric Embrace. My quartz registers Priest #2's VE as my own. If I make this change to the LUA file, will this solve the problem?
If this isn't the change I am looking for, would any of you out there be able to help me out with this problem?
Originally Posted by Nadnerb5
if db.targetdebuffs then
for i = 1, 40 do
local name, rank, texture, applications, dispeltype, duration, expirationTime, caster = UnitDebuff('target', i)
local remaining = expirationTime and (expirationTime - GetTime()) or nil
if not name then
break
end
if (caster=="player" or caster=="pet" or caster=="vehicle") then
if (name == 'Misery') then
elseif (name == 'Mind Sear') then
elseif (name == 'Mind Flay') then
elseif (name == 'Shadow Vulnerability') then
elseif (caster=="player" or caster=="pet" or caster=="vehicle") and duration > 0 then
local t = new()
tmp[#tmp+1] = t
t.name = name
t.texture = texture
t.duration = duration
t.remaining = remaining
t.dispeltype = dispeltype
t.applications = applications
end
end
end
end
|
|
|
|
|
|
06/03/09, 8:54 AM
|
#80
|
|
Don Flamenco
Uzziel
Human Priest
No WoW Account
|
Originally Posted by Pengwnmastr
As of 3.1, I have had a problem with Quartz recognizing my dots against our other shadow priest. An example would be; We start and encounter and Priest #2 puts up Vampiric Embrace. My quartz registers Priest #2's VE as my own. If I make this change to the LUA file, will this solve the problem?
If this isn't the change I am looking for, would any of you out there be able to help me out with this problem?
|
As far as not seeing other debuffs on the mob, upgrading to the latest version of Quartz should solve any issues you are having. Blizzard changed how it handles debuff "ownership" and mods had to adjust accordingly. Have you upgraded to the latest version of Quartz?
The changes I outlined in my previous post basically just discuss how to make Quartz not show certain debuffs (Mind Flay, Misery, etc. All stuff I know will be on the mob and I don't need to track) The changes were intended to be made to the most recent version of Quartz. Change your LUA file at your own risk, of course. Feel free to PM me.
|
|
|
|
|
09/02/09, 3:00 PM
|
#81
|
|
Von Kaiser
|
Anyone know of a good add-on that will show you exactly when to recast VT?
Event horizon had something like that, where you would see the exactly when to recast so you have almost 100% uptime.
ForceXorcist lights up when you should recast VT, but that assumes you have instant reaction time. I would like to know, approximately when the "begin casting now" time is approaching.
|
|
|
|
|
09/03/09, 1:20 AM
|
#82
|
|
sysrq
bikezen
Undead Priest
No WoW Account
|
Originally Posted by marsui
Event horizon had something like that, where you would see the exactly when to recast so you have almost 100% uptime.
|
So why are you not just using event horizon? Perhaps a better question would be to state why you don't like event horizon, then it's easier than just spouting random mods that would do the exact thing EH does that you don't want.
|
|
|
|
|
09/03/09, 10:49 AM
|
#83
|
|
Von Kaiser
|
Originally Posted by Gillingham
So why are you not just using event horizon? Perhaps a better question would be to state why you don't like event horizon, then it's easier than just spouting random mods that would do the exact thing EH does that you don't want.
|
Sorry, I should have addressed this in my post.
Event horizon is no longer supported, when I installed it, it did not seem to work. In addition, after doing some research I found out that event horizon does not take into account your current haste. So if all of a sudden you get the heroism buff, The bars would not reflect that. Also, not just heroism, but trinket procs that increase your haste, something to that effect.
|
|
|
|
|
09/03/09, 6:17 PM
|
#84
|
|
sysrq
bikezen
Undead Priest
No WoW Account
|
Originally Posted by marsui
Event horizon is no longer supported, when I installed it, it did not seem to work. In addition, after doing some research I found out that event horizon does not take into account your current haste. So if all of a sudden you get the heroism buff, The bars would not reflect that. Also, not just heroism, but trinket procs that increase your haste, something to that effect.
|
I'm using v0.11 and it works. When I get heroism or any other haste procs the cast time on stuff shrinks in the bars etc. I'm not sure it updates the notch in the end of the bar for VT to shrink, but that's a very minor issue.
|
|
|
|
|
09/04/09, 4:15 AM
|
#85
|
|
Glass Joe
|
Originally Posted by Gillingham
I'm using v0.11 and it works. When I get heroism or any other haste procs the cast time on stuff shrinks in the bars etc. I'm not sure it updates the notch in the end of the bar for VT to shrink, but that's a very minor issue.
|
I use the last released version of EH and everything seems to work perfectly fine at the moment. Even the VT recast segment shrinks to accommodate haste increases.
I am most certainly going to stick with EH until it quits working entirely.
|
|
|
|
|
01/27/11, 9:47 AM
|
#86
|
|
Glass Joe
|
I tried using TellMeWhen but it was a pain to set up and I could not get it to show me how many orbs I had. I found an addon called ShadowTimers and it does everything that I wanted right out of the box!
ShadowTimers - Addons - Curse
It is worth checking out.
|
|
|
|
|
01/28/11, 1:08 AM
|
#87
|
|
Glass Joe
Goblin Priest
The Venture Co
|
I've been using MFclip. It's got a channelbar with latency spikes as well as casting indications for dot refreshing.
You can get it here
|
|
|
|
|
01/28/11, 4:06 PM
|
#88
|
|
Glass Joe
|
dot timer/cd timer ect
I notice you have Tellmewhen up as a cooldown timer only. I use tellmewhen in conjunction with my quartz castbar(shows the time of the dots left on the target) for my cooldowns as well as my dots as well as my reactive abilities(keeping track of shadow orbs ect...) Tellmewhen can really do pretty much everything for any class so long as you know how to set it up. It's hands down my favorite mod in conjunction with quartz castbar
|
|
|
|
|
02/08/11, 9:28 PM
|
#89
|
|
Glass Joe
|
I did a quick scan of this thread and didn't see this mod posted. Sorry if it actually has been mentioned.
I enjoy using this mod since it shows timers for each Debuff and even shows a cooldown timer on stuff like SWD. Even has a cast bar on top so you can look in 1 spot on your screen and get all this info.
MFClip
Seems to be pretty old however seems to work great for me.
|
|
|
|
|
02/15/11, 4:41 PM
|
#90
|
|
Glass Joe
Draenei Priest
Dragonblight
|
I was recently asked to switch to Shadow for raiding from Holy/Disc. Currently I am using Power Auras as a dot timer but I need something that handles multi-dot tracking a little better. I saw the recommendations about DoTimer and Ellipsis, but just had a quick question about their functionality:
Do either or these addons, or any other multi-dot tracking addon, bring up a window that not only tracks the duration of your dots on different targets but also allows you to select the target so you can easily re-apply the dots without having to tab cycle through the mobs?
Sorry if both already do, I am currently at work so I cannot test them and want to try to be ready for tonights raid asap. I looked at the add-on page descriptions and did not see anything about being able to target the mob to efficiently re-apply dots. Thanks!!
|
|
|
|
|
02/15/11, 7:02 PM
|
#91
|
|
Glass Joe
Human Priest
Lightbringer (EU)
|
I'm using Dotimer and it cannot do that. I've never seen an addon that could do such a thing, as far as I know only targets of target can be aquired?
|
|
|
|
|
02/16/11, 1:39 AM
|
#92
|
|
Don Flamenco
|
Forte will give you the timers you need, but I don't know of any mod that allows you to click to target the mob those DoTs are on.
|
|
|
|
|
02/16/11, 6:35 AM
|
#93
|
|
Glass Joe
|
I remember reading a blue post some time ago that discussed this and I believe Blizz said that they will not allow such functionality. It makes sense really b/c it takes away any real skill for something thats fairly easy to begin with. I personally use standard blizz UI for nameplates and just remember where they are at. if your dealing with 4-5 mobs you can cycle through them almost perfectly with SWP and VT. With the buff to MSear I'm tempted to see what SWP and MSear off a melee attacking adds would do for my AoE.
|
|
|
|
|
02/17/11, 3:56 AM
|
#94
|
|
Great Tiger
Worgen Priest
Ravencrest (EU)
|
The functionality to create conditional unit frames in combat was removed back in Vanilla, as it allowed for the creation of things like the "emergency monitor" which gave you the 5 lowest hp members of the raid in a neat little list so you could heal them without thinking.
You won't find an addon that allows you to click dot timers and change target accordingly.
|
|
|
|
|
02/28/11, 12:38 PM
|
#95
|
|
Glass Joe
Undead Priest
Black Dragonflight
|
'Tidy Plates - Threat Plates' can be set to show debuff icons above the nameplate. You can click each nameplate to target that mob and refresh dots.
It's not exactly what you asked for but it would work.
|
|
|
|
|
03/03/11, 3:36 AM
|
#96
|
|
Piston Honda
Blood Elf Priest
Alonsus (EU)
|
You can also do this with one target, via focus. MFClip has a bar which allows you to cast directly onto your focus target, and monitor the DoT timers.
Obviously not ideal, but for 2-target fights like Neph, it's fine.
|
|
|
|
|
03/03/11, 12:35 PM
|
#97
|
|
Banned
|
Like others have said Forte has been the best for tracking multiple targets but has taken some time to get it where I like it. In my opinion it requires a lot of customization to make it work well for Spriests as it can easily become overwhelming with all the DoTs, channels, debuffs we apply. I use it in conjuction with Quartz and TellMeWhen with pretty good results. I'll describe how I use them:
ForteXorcist: I use to display ONLY VT, DP, SW:P and ES. This keeps it clean and usable for tracking multiple targets. I had to disable MF, my own buff CD's and explicitly identify ES as the CD I wanted tracked.
Quartz: Includes a CD timer for your target - but this is redundant if you're using Forte and adds to clutter/memory usage. I have disabled this timer.
TellMeWhen: Incredibly useful for tracking Shadow Orbs - it keeps you from scouring your buff bar. I have it tell me when my MB is off CD also so I can see both pieces of info simultaneously. I owe the upkeep of ES to this mod.
Hope this helps!
Cheers,
Fearless
|
|
|
|
|
|