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

[Raid Bot]Master Frost Death Knight

i am using this CC for raiding and its awsome, i am always first dps in my raid group, but another masterfrost DK in my guild can beat me. i noticed some details that this CC is not doing and that can improve the global DPS as masterfrost. the major thing is that he use too much obliterate. it start with 3 X olbitarete + empower run wepom + 3X oblitarete. he should ONLY use oblitarete if blood plague and BOTH unholy rune are UP.

''The Masterfrost priority revolves around using Howling Blast as much as possible and using Frost Strike to get Frost and Death Runes back via gaming Unholy Runes on cooldown. You will always want to keep one Unholy Rune activated so that Runic Empowerment will be guaranteed to return you a Death Rune or a Frost Rune when you Frost Strike, rather than an Unholy Rune. Masterfrost shares the same multiple target priortiy with a normal build. ''

1 unholy rune should always be UP, and its not the case with this CC.
i tryed to change rotation but was not able :(

modified this part,
Cast("Obliterate", ret => StyxWoW.Me.DeathRuneCount >= 1 && StyxWoW.Me.FrostRuneCount >= 1 && StyxWoW.Me.UnholyRuneCount == 2)

to what you said, let me know how it goes.
 
same job less checks.
use this line right under your plague strike line.

Cast("Obliterate", ret => StyxWoW.Me.UnholyRuneCount == 2)

would be all that is needed just under the plague strike line. at this point you would never delay the disease, use all of your runes for HB. at this point the only reason to use Obl more is if yo are becoming gcd locked which is difficult to do whilst not stacking haste.

also using frost strike should also be a priority assuming at least one of each rune is on cd runes are on cd, this can prevent RP capping and also allow you to "pool" RP for when the cd is ready. more control over your cd will lead to bigger burst dps, higher peaks int he peak and trough dps that is frost.
 
I have done some modification and my dps have increase. the cc now always keep 1 unholy rune up. except when blood plague is about to fall, i am not able to add a condition to plague strike. i want cc to chek the CD of both unholy rune and if there is less then 2 sec on those + less then 2sec on Blood plague = cast plague strike. I tried that but it dont work. Honorbuddy dont reconise &.

Cast("Plague Strike", ret => !HasMyAuraTimeLeft(StyxWoW.Me.CurrentTarget, "Blood Plague", 2 & GetAllRuneCooldowns(5, 6) > 6 )),
 
Last edited:
I made those test on a single target dummy, and i did 10 Million damage every time. left is the original CC and right is the modified CC. My death knight is 403 ilvl. dps has increase but not that much, but there is add in alot of boss fight in heroic DS and has you can see, howling blast now do a bigger portion of the dps so it should do alot more in AOE situation. Modification are not 100% optimised because something like i said CC will cast plague strike when there is only 1 unholy and empored run weapon proc on unholy rune.

Masterfrost modification.webp
 
Code updated to reflect changes above,

No longer casts plague strike if only 1 unholy rune.
No longer casts obliterate unless any of following scenarios:
  • DeathRuneCount == 2 & FrostRuneCount == 2
  • DeathRuneCount == 2 & UnholyRuneCount == 2
  • UnholyRuneCount == 2 & FrostRuneCount == 2
  • DeathRuneCount == 2 or UnholyRuneCount == 2 or FrostRuneCount == 2
 
thats because you are at a low ilvl....

400 ilvl and not using HB I use pqr imo I do with masterfrost about 32k on dummies and on hero ultrax I last did was 43k dps (1675 haste/2250 mastery)

unholy with gurth and an ilvl of 398 dummies with pqr I do 36k and hero ultrax I do 46k ( 2250 haste and I believe around 1700 mastey)

both profile I either edited or written myself with way more generous rules than what HB ever had and just now decided to adopt :p.... but for pure dps in a raid setting hb is not the tool to use.

Don't take this as an offense, because it's not, but I have 400 IL (Level 85 Goblin Death Knight | WoW World of Warcraft Armory Profiles | Masked Armory) and don't even come close to those numbers using YOUR PQR profiles.

I really wish it worked out like that because I love how you can place DnD on mouseover, pause the rotation, and the interrupts work better in PQR, but every time I try a new CC I go back to your rotation only to find it lagging behind HB quite a lot in terms of dps.
 
so it has been modified since the "Last Update: 24th February 2012 @ 5:55PM" ?
 
Back
Top