can you forward me yours ? cause i checked the data files and rotations and there is nothing about spark. same with old one. checking for feather procs
can you forward me yours ? cause i checked the data files and rotations and there is nothing about spark. same with old one. checking for feather procs
thanks a lot decaed I finally made it work but idk why unholy is performing less then 2h frost for me. Got 517 ilvl with 524 weapon and 10.619 haste.Weird actually.Losing about 20k dps if i go unholy seems i will stick frost till i get feather and some more gear.
Basically it comes down to gear and the trinkets you are using. Go with what is performing the best for the gear that you have.![]()
im currently around 547 and it heavly depends on the boss for some uh is better for me for others 2h frost tested both specs thoroughly over the course of several ids.
@decaed
Can u check and see if i have done it right? i added my valor trinket as VP and buffid 138202
But it will not refresh my dots when i have USBuff and VP proced at same time.
___________________________________________________________
[ MISC ] Spell List
-- PROCS/BUFFS --
-----------------
Rampage = UnitBuffID("player", 138870)
USBuff = UnitBuffID("player", 53365)
VP = UnitBuffID("player", 138202)
LichborneBuff = UnitBuffID("player",49039)
VampiricBloodBuff = UnitBuffID("player",55233)
___________________________________________________________
Unholy - Single Target
-- trinket.proc,if=dot=strongest
if TargetValidation("target",PlagueStrike)
and USBuff
and VP
--and Rampage
--and MightyBuffCount == 9
then
CastSpell(PlagueStrike)
else if TargetValidation("target",Outbreak)
and USBuff
and VP
--and Rampage
--and MightyBuffCount == 9
then
CastSpell(Outbreak)
end
end
____________________________________________________________
Last edited by Ronnotter; 08-14-2013 at 09:12 PM.
Has anyone (Rubim/Sandman/Decaed) started to look at the profiles for next patch?
With the buffs DK DPS received today, it looks like DW Frost is going to pull ahead, and with 4piece t16 even more.
Last edited by imdasandman; 08-14-2013 at 10:36 PM.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
That isn't the right proc id. You are looking for Surge of Strength which is 138702, so use the following.
Code:[ MISC ] Spell List -- PROCS/BUFFS -- ----------------- Rampage = UnitBuffID("player", 138870) USBuff = UnitBuffID("player", 53365) VP = UnitBuffID("player", 138702) LichborneBuff = UnitBuffID("player",49039) VampiricBloodBuff = UnitBuffID("player",55233) ___________________________________________________________ Unholy - Single Target -- trinket.proc,if=dot=strongest if TargetValidation("target",PlagueStrike) and USBuff and VP --and Rampage --and MightyBuffCount == 9 then CastSpell(PlagueStrike) else if TargetValidation("target",Outbreak) and USBuff and VP --and Rampage --and MightyBuffCount == 9 then CastSpell(Outbreak) end end
I've been on the ptr raid testing for a week or two now and have just started working 5.4 edits. I was going to fix up alot of the old code, but I think I'm just going to focus my time on 5.4 now as soon as class balancing/changes are finished and get those edits done. Because when 5.4 hits, I'll be focusing on clearing normals and then working on heroic progression. So I won't have a lot of time to work on any profiles except for changes I make on the fly and share with you guys. So I'll get as much done as I can before 5.4.![]()
@Decaed, before can you send me the edit I asked about when you have the time? Ideally with ability to enable rubies FB codethanks for your work yet again!
decaed, why did you remove dnd from your single target rotation completely?
It's a DPS loss unless you have 3 or more targets. The UR is better used for SS which hits harder when you have < 3 targets. And, like Billie pointed out, I just use an /rcast macro for DnD when there's 3 or more targets while in ST rotation otherwise I'm in AE rotation.
Was this for the Festerblight edit? If so, I'll do my best to get it back into the profile for you. Although honestly with RC's significantly increased trinket uptime, it makes festerblight less of a gain over the normal unholy priority which is why I don't use it.
Of course I'll share it when it's done!
Last edited by Decaed; 08-15-2013 at 03:20 AM.
just so you know the 4p bonus is a bigger dps boost for unholy than it is for frost and with the 15 second duration now the 2p bonus gives frost a dps boost of 2,15% and unholy 1,65% so even there the gap is not that big anymore. and for the rest of the frost buffs.... unholy might is being buffed up to 25% and str > all that small stuff frost gets. the only thing that could happen is that masterfrost will be viable again but i highly doubt it.
i think he means the new ptr patchnotes and his choice of words was only unfortunate.
Last edited by Weird0; 08-15-2013 at 03:43 AM.