What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[The Weisch] Simple Dk - A simple but yet effective Frost Deakth Knight Routine

can u up the file with changes allrdy done plz ty
weisch I made the changes for your dw frost... about to try on a dummy but here is my edit of it to comply with the new fad of mastersimple which can be found here >>>>>Destiny Softworks: Mastersimple vs. Mastercomplicated


Code:
private static Composite CreateDualWieldCombatBehavior()        {
            return new PrioritySelector(
                new Decorator(ret => WhatRotationStyle(IsAutomaticMode), new PrioritySelector(
                    Cast(DeathKnightSpells.UnholyBlight, ret => CooldownTimeLeft(DeathKnightSpells.Outbreak).TotalSeconds < 55 && (!HasAura(_toontarget, DeathKnightSpells.BloodPlague, true) || !HasAura(_toontarget, DeathKnightSpells.FrostFever, true))),
                    Cast(DeathKnightSpells.Pestilence, ret => CanPester()),
                    Cast(DeathKnightSpells.HowlingBlast),
                    CastSensetive(DeathKnightSpells.BloodTap, ret => _toon, ret => StackCount(_toon, DeathKnightSpells.BloodCharge) >= 10 && SomeRunesDepleted()),
                    Cast(DeathKnightSpells.FrostStrike, ret => _toon.CurrentRunicPower >= 76),
                    CastOnGround(DeathKnightSpells.DeathAndDecay, ret => _toontarget.Location, ret => _toon.UnholyRuneCount >= 1),
                    Cast(DeathKnightSpells.PlagueStrike, ret => _toon.UnholyRuneCount == 2),
                    Cast(DeathKnightSpells.FrostStrike),
                    Cast(DeathKnightSpells.HornOfWinter, ret => _toon),
                    Cast(DeathKnightSpells.PlagueLeech, ret => _toon.UnholyRuneCount == 1),
                    Cast(DeathKnightSpells.PlagueStrike, ret => _toon.UnholyRuneCount == 1),
                    new ActionAlwaysSucceed())), // This is more a safety spot here. If we fail to cast PL but are still in aoe mode: return to the top!
                Cast(DeathKnightSpells.FrostStrike, ret => _toon.CurrentRunicPower >= 88 || HasAura(_toon, DeathKnightSpells.KillingMachine, true), "because we have more or equal to 89 Runic Power or a Killing Machine proc"),
                Cast(DeathKnightSpells.HowlingBlast, ret => _toon.FrostRuneCount == 2 || _toon.DeathRuneCount == 2, "because we have extensive runes"),
                //Cast(DeathKnightSpells.SoulReaper, ret => _toontarget.HealthPercent <= 35, "because our target is lower or equal to 35 healthpercent"),
                Cast(DeathKnightSpells.PlagueStrike, ret => !HasAura(_toontarget, DeathKnightSpells.BloodPlague, true) || GetAuraTimeLeft(_toontarget, DeathKnightSpells.BloodPlague) < 1000, "because our target has no Blood Plague"),
                Cast(DeathKnightSpells.HowlingBlast, ret => HasAura(_toon, DeathKnightSpells.FreezingFog, true), "because we have a Rime proc"),
                Cast(DeathKnightSpells.FrostStrike, ret => _toon.CurrentRunicPower >= 76, "because we have more or equal to 77 Runic Power"),
                Cast(DeathKnightSpells.HowlingBlast),
                CastSensetive(DeathKnightSpells.BloodTap, ret => _toon, ret => StackCount(_toon, DeathKnightSpells.BloodCharge) >= 8 && SomeRunesDepleted()),
                Cast(DeathKnightSpells.FrostStrike, ret => _toon.CurrentRunicPower >= 40, "because we have mor or equal to 40 Runic Power"),
                Cast(DeathKnightSpells.HornOfWinter, ret => _toon, "because nothing else to do"),
                CastOnGround(DeathKnightSpells.DeathAndDecay, ret => _toontarget.Location, ret => _toon.UnholyRuneCount >= 0 ),
                Cast(DeathKnightSpells.PlagueLeech, "because nothing left to do"));
        }

Pastebin link >>>>> dw frost rev.2 - Pastebin.com


test results... 55mil dmg done 222k dps single traget/// 55mil dps done 395k dps multi target
toon: 557 ilvl leg cloak+meta, 567 and 561 weapon, skeers tailsimen trink and shado pan
 
Frost Synapse Worked for me from 5.0 all the way into 5.3 pulling top damage in 1hand or 2hander 80% of all fights My HDD crashed 3 weeks ago and I didn't have it backed up. It was by far one of the best DK cc's since MoP launched. People tried to say go use Purerotation but it doesn't compare. I haven't tried this one yet but if its like the last that's great. Even better could you shoot me a PM with Synapse since you foud it or is that a dead issue I loved the control it gave me to raise dead with US and PoF only there hasn't been a DK cc yet that works properly and gives you the control you need for some fights Purerotation popping cd's even turned off/disabled looking real dumb with PoF and my pet up during some transitions where you can do no damage or example blows all cd's on h jinrokh then has nothing for the 200% damage bonus in the pool GG and shit. Welcome back!
Ah! Didn't know that was the reason but, I'm glad you're better :P
can u up the file with changes allrdy done plz ty

This is already in. Probably.
 
ive seen it use it around 30% or hero on boss but yeah i think its broken mine is set to use on Cd or somecrap like that
Just took this CC to LFR...trash > Malkorok...have PoF and Raise Dead set to Always and bot didn't use it a single time. All the uses you see in the log were manual presses. I didn't want to lose first place in dps :P


View attachment 116232
 
Weischbier can you add in Blood Fury racial for Orcs on Cooldown usage? I will try and add it in myself. Been using your PE rotation and now that it's gone giving this CR a shot, but noticed it wasn't using my Racial. I uncommented out the code for it but doesn't look to be firing off. Thanks.
 
His PE rotation isnt gone, its still there if you check possiblyengine.com and use a protected lua-unlocker ^^
 
Hey Does this still Work, and is it a good performance in dps as frost DK?
 
I agree and I've used the wardenprotected one to keep going atm. But there's still some misgivings in that people aren't 100% sure if they monitored anything addon wise during that last banwave. Still risky, but then again it always is.
 
Weischbier, mate, u used to use your PE rotation and it was outstanding. I was off for aprox two months and when i returned i found PE taken down. Will you continue to update your HB rotation and is it support master simple rotation as your PE used to?
ty in advance for reply.
 
I dont death-knight a lot, but when I do, The Weisch is what Im gonna use!

(still use your PE rotation with the fh-unlocker with good success btw)
 
I'm still using your PE addon and it works better then anything else I've found. I've edited it a little, ie it was casting Icy Touch and you should never use IT as frost. I've noticed on you github page the start of unholy rotation, is that usable at all?
 
I'm still using your PE addon and it works better then anything else I've found. I've edited it a little, ie it was casting Icy Touch and you should never use IT as frost. I've noticed on you github page the start of unholy rotation, is that usable at all?

Just to let you know, you may have figured this out already, the only time it used Icy Touch was if you had the "Use Howling Blast" icon unchecked. Meaning you didn't want to cleave. So the profile would use IT instead. Otherwise the profile would NEVER use IT.
 
I tried this in Flex 3/4 today, and I must say it is very fast and increased my DPS quite a bit.. But for some reason it starts to slow down in longer fights, and eventually it just stops the rotation alltogether and just autohits until you select a new target. Am I missing something or is it the intended way for this to function? Used TuanHAs public rotation before, but realized it doesn't prioritize Obliterate over Frost Strike when you've got Killing Machine procced even when it has the necessary Runes. Synapse seems to do so, but the fact that it slows down from ~180k dps to ~0 dps after a while hurts :P
 
Back
Top