Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Death Knights

Reply
 
LinkBack Thread Tools
Old 12/03/09, 6:47 AM   #51
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
Originally Posted by Darkside View Post
In this new code, Blood Plague no longer crits under the 3.3 rules, while Frost Fever still does. This is the opposite of the behavior on ptr. Stat weights have normalized themselves though!

I don't want to be seen as a guy beating a dead horse, but the numbers for Obliterate are still way off.


e: I'm noticing a dramatic difference between weights generated with smooth-rng and those without.

Example:

w/o smoothing
2.6418 1.4269 1.0000 1.9301 1.7699 0.8355 1.6539 1.7012 6.4798

with smoothing
2.9873 1.2276 1.0000 3.1468 1.6395 1.9617 1.7583 1.6353 7.0370
Oops, always thought it was FF that stayed on the setbonus. Fixed in r4047

Obliterate
80% normlized wpndmg +467 (+336 awareness)
*= 1 + 0.2 *glyph
*= 1 + 0.04 *merciless_combat
*= 1 + 0.125*disease_count
crit% += subversion * 3% + rime * 5%
crit_bonus_multiplier *= 1.0 + 0.15 * GoG

That's what it looks like now

Last edited by Starfox : 12/03/09 at 6:57 AM.

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/03/09, 8:09 AM   #52
Afabar
Don Flamenco
 
Draenei Death Knight
 
Chants Eternels (EU)
Merciless Combat is 6% per talent point.

Offline
Reply With Quote
Old 12/03/09, 8:55 AM   #53
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
Originally Posted by Afabar View Post
Merciless Combat is 6% per talent point.
Whoops, fixed

Still doing testing with DRW, its HS it is not 50% of your damage.
0/5 Blood Gorged, 0%,
3/3 Bloody Strikes

3 Bloody Vengeance stacks
UP
Undead (no 5% orc racial)
Dummy amor reduces damage: ~0.5887

4-6 dmg 2h, 2601 AP
DK HS:
~655 = 0.5887 *(5+ 2601/14*3.3+736) *.5 *1.45 *1.09 *1.04
Meets perfect, most hits are 655, with a 656 here and there

Now you would think that DRW would just hit for:
~327 = 0.5887 *(5+ 2601/14*3.3+736) *.5 *1.45 *1.09 *1.04 *0.5
But that is way to low
~475 = 0.5887 *(5+ 2601/14*3.3+736) *.5 *1.45 *1.09 *1.04 *0.5*1.45
It just seems as Bloody Strike get applied twice for DRW

Ok, so it seems that DRW has its own weapon, it does NOT copy the dk weapon.

Last edited by Starfox : 12/03/09 at 11:08 AM.

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/03/09, 2:06 PM   #54
tripp6sic6
Von Kaiser
 
Human Warrior
 
Shattered Hand
Is the increase in Bone Shield duration for 3.3 active? I don't see it in the source.

Is there a good way to make Bone Shield cast either pre-combat or in combination with Blood Tap with a conditional for how much time is left on the buff?

Also, I found a bug that I don't think is DK specific (I will test to make sure), but it seems that profiles that use the Heroic and non-Heroic versions of Death's Choice/Verdict will only use one proc. The workaround I have been using is to use the alternative name for one of the trinkets.

Offline
Reply With Quote
Old 12/03/09, 2:27 PM   #55
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
Originally Posted by tripp6sic6 View Post
Is the increase in Bone Shield duration for 3.3 active? I don't see it in the source.

Is there a good way to make Bone Shield cast either pre-combat or in combination with Blood Tap with a conditional for how much time is left on the buff?

Also, I found a bug that I don't think is DK specific (I will test to make sure), but it seems that profiles that use the Heroic and non-Heroic versions of Death's Choice/Verdict will only use one proc. The workaround I have been using is to use the alternative name for one of the trinkets.
Death's choice determines the proc by the the AP the trinket has: 288 vs 256, both proc independantly
Bone Shield 5mins is in with r4050
Also, if you cast Bone Shield as one of your first actions while you aren't in combat, it won't produce RP or consume runes.
But the duration and cd is lowered by 8-16s (random amount in that range) so you can simulate casting it a few seconds before pull

Synching actions can be done, I think it would be:
actions+=/blood_tap,sync=bone_shield,if=in_combat
actions+=/bone_shield,if=!in_combat|buff.bone_shield.remains<=X

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/03/09, 4:03 PM   #56
 Darkside
I find your lack of faith disturbing
 
Darkside's Avatar
 
Kroot
Orc Death Knight
 
No WoW Account
Originally Posted by Starfox View Post
Oops, always thought it was FF that stayed on the setbonus. Fixed in r4047

Obliterate
80% normlized wpndmg +467 (+336 awareness)
*= 1 + 0.2 *glyph
*= 1 + 0.04 *merciless_combat
*= 1 + 0.125*disease_count
crit% += subversion * 3% + rime * 5%
crit_bonus_multiplier *= 1.0 + 0.15 * GoG

That's what it looks like now
Okay, I did some testing to look into this. Here are my results:

The glyph appears to be additive with the base multiplier of the ability, the tooltip after applying the glyph reads: "Deals 100% of weapon damage plus 584, increased by 12.5% for each disease". Disease multipliers appear to be additive, so the formula for damage after disease application should be: 1.25*Weapon+730. Merciless combat appears to be additive with the disease multiplier, so it execute range should yield: 1.37*Weapon+800. Finally, tundra stalker appears to be multiplicative on top of all that, so with that applied the final formula for oblit damage should be: 1.58*Weapon+920.

Also looked into Frost Strike and it looks like many of it's multipliers are additive as well. My testing indicates that everything but tundra stalker is additive, so the frost strike formula should look something like: (0.6+165)*(1+0.1+0.2+0.12)*1.15 = 0.98*Weapon+269 (assuming execute range).

Looking at these formulas, it looks like like Oblit should be comparable damage to Frost Strike after armor reduction (and noticeable more if you have any arpen at all), which is what occurs on live but the sim puts it at about 66% of FS's damage.

Three steps to a better EJB experience: Step One, Step Two, Step Three

And remember:
Originally Posted by Zeroblack View Post
The Ignore functionality doesn't work if you guys keep quoting him.

United States Offline
Reply With Quote
Old 12/03/09, 4:24 PM   #57
tripp6sic6
Von Kaiser
 
Human Warrior
 
Shattered Hand
Originally Posted by Starfox View Post
Death's choice determines the proc by the the AP the trinket has: 288 vs 256, both proc independantly
What I'm saying is that I don't believe that this is working. I'll give you an example of what I mean:

Profile 1:
#!./simc 

patch=3.3.0
threads=2
#calculate_scale_factors=1
#weapon_speed_scale_factors=1
iterations=20000
html=DeathKnight_T9_17_00_54.html
output=DeathKnight_T9_17_00_54.txt
death_knight=DeathKnight_T9_17_00_54
level=80
race=tauren
talents=http://www.wowhead.com/?talent#jfVMVZZfMbI0cdg0ux0uIqo
glyphs=the_ghoul/dark_death/icy_touch/horn_of_winter/pestilence/raise_dead
actions=flask,type=endless_rage
actions+=/food,type=dragonfin_filet
actions+=/presence,choose=blood
actions+=/snapshot_stats
actions+=/auto_attack
actions+=/raise_dead
actions+=/plague_strike,blood_plague<=2
actions+=/icy_touch,frost_fever<=2
actions+=/blood_strike,death=0
actions+=/scourge_strike
actions+=/summon_gargoyle,time<=20
actions+=/summon_gargoyle,bloodlust=1
actions+=/death_coil
actions+=/horn_of_winter
actions+=/empower_rune_weapon
ranged=sigil_of_virulence
# Gear Summary
gear_strength=1843
gear_agility=118
gear_stamina=1706
gear_intellect=20
gear_spirit=20
gear_attack_power=901
gear_expertise_rating=214
gear_armor_penetration_rating=94
gear_hit_rating=264
gear_crit_rating=1085
gear_haste_rating=342
gear_armor=14987
meta_gem=relentless_earthsiege
tier9_2pc_melee=1
tier9_4pc_melee=1
trinket1=deaths_verdict,stats=256ap
trinket2=deaths_verdict,stats=288ap
main_hand=dualblade_butcher,weapon=axe2h_3.60speed_811min_1217max,enchant=rune_of_the_fallen_crusader
Result:
9626 DPS and one listing of Death's Verdict under the Dynamic Buffs section.

Profile 2:
#!./simc 

patch=3.3.0
threads=2
#calculate_scale_factors=1
#weapon_speed_scale_factors=1
iterations=20000
html=DeathKnight_T9_17_00_54.html
output=DeathKnight_T9_17_00_54.txt
death_knight=DeathKnight_T9_17_00_54
level=80
race=tauren
talents=http://www.wowhead.com/?talent#jfVMVZZfMbI0cdg0ux0uIqo
glyphs=the_ghoul/dark_death/icy_touch/horn_of_winter/pestilence/raise_dead
actions=flask,type=endless_rage
actions+=/food,type=dragonfin_filet
actions+=/presence,choose=blood
actions+=/snapshot_stats
actions+=/auto_attack
actions+=/raise_dead
actions+=/plague_strike,blood_plague<=2
actions+=/icy_touch,frost_fever<=2
actions+=/blood_strike,death=0
actions+=/scourge_strike
actions+=/summon_gargoyle,time<=20
actions+=/summon_gargoyle,bloodlust=1
actions+=/death_coil
actions+=/horn_of_winter
actions+=/empower_rune_weapon
ranged=sigil_of_virulence
# Gear Summary
gear_strength=1843
gear_agility=118
gear_stamina=1706
gear_intellect=20
gear_spirit=20
gear_attack_power=901
gear_expertise_rating=214
gear_armor_penetration_rating=94
gear_hit_rating=264
gear_crit_rating=1085
gear_haste_rating=342
gear_armor=14987
meta_gem=relentless_earthsiege
tier9_2pc_melee=1
tier9_4pc_melee=1
trinket1=deaths_verdict,stats=256ap
trinket2=deaths_choice,stats=288ap
main_hand=dualblade_butcher,weapon=axe2h_3.60speed_811min_1217max,enchant=rune_of_the_fallen_crusader
Result:
10013 DPS and one listing for Death's Choice and one listing for Death's Verdict under the Dynamic Buffs section.

It doesn't appear that, when they are named the same, that two separate procs occur.

Offline
Reply With Quote
Old 12/03/09, 4:26 PM   #58
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
Originally Posted by Darkside View Post
Okay, I did some testing to look into this. Here are my results:

The glyph appears to be additive with the base multiplier of the ability, the tooltip after applying the glyph reads: "Deals 100% of weapon damage plus 584, increased by 12.5% for each disease". Disease multipliers appear to be additive, so the formula for damage after disease application should be: 1.25*Weapon+730. Merciless combat appears to be additive with the disease multiplier, so it execute range should yield: 1.37*Weapon+800. Finally, tundra stalker appears to be multiplicative on top of all that, so with that applied the final formula for oblit damage should be: 1.58*Weapon+920.

Also looked into Frost Strike and it looks like many of it's multipliers are additive as well. My testing indicates that everything but tundra stalker is additive, so the frost strike formula should look something like: (0.6+165)*(1+0.1+0.2+0.12)*1.15 = 0.98*Weapon+269 (assuming execute range).

Looking at these formulas, it looks like like Oblit should be comparable damage to Frost Strike after armor reduction (and noticeable more if you have any arpen at all), which is what occurs on live but the sim puts it at about 66% of FS's damage.
Oh, glyph being additive with the 80% should be a quite noticable difference, and when I did some excessive testing with 3.3 scourge strike I noticed that pretty much everything is additive:
bone shield, blood pres., desolation, black ice
Fixed quite abit with obliterate + glyph + sigil of awareness interaction in SC in r4052
Also: Is the bonus multiplier 12.5% per disease?
I mainly test on PTR and there it is only 10% per disease, although the tooltip clearly states 12.5%

@tripp6sic6:
Oh, thanks, we'll look into that

Last edited by Starfox : 12/03/09 at 6:09 PM.

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/04/09, 10:38 AM   #59
dedmonwakeen
Bald Bull
 
dedmonwakeen
Undead Priest
 
No WoW Account
Originally Posted by tripp6sic6 View Post
Also, I found a bug that I don't think is DK specific (I will test to make sure), but it seems that profiles that use the Heroic and non-Heroic versions of Death's Choice/Verdict will only use one proc. The workaround I have been using is to use the alternative name for one of the trinkets.
This is fixed in r4057 and will be included in the next release.


Offline
Reply With Quote
Old 12/04/09, 1:24 PM   #60
 Darkside
I find your lack of faith disturbing
 
Darkside's Avatar
 
Kroot
Orc Death Knight
 
No WoW Account
Originally Posted by Starfox View Post
Oh, glyph being additive with the 80% should be a quite noticable difference, and when I did some excessive testing with 3.3 scourge strike I noticed that pretty much everything is additive:
bone shield, blood pres., desolation, black ice
Fixed quite abit with obliterate + glyph + sigil of awareness interaction in SC in r4052
Also: Is the bonus multiplier 12.5% per disease?
I mainly test on PTR and there it is only 10% per disease, although the tooltip clearly states 12.5%
From what I could tell, it was 12.5% per disease on live.

Three steps to a better EJB experience: Step One, Step Two, Step Three

And remember:
Originally Posted by Zeroblack View Post
The Ignore functionality doesn't work if you guys keep quoting him.

United States Offline
Reply With Quote
Old 12/04/09, 2:49 PM   #61
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
Originally Posted by Darkside View Post
From what I could tell, it was 12.5% per disease on live.
Ok, with patch=3.3.0 it now is only 10% per disease.
Also done some work on Obliterate, so it is 80% and 100% weapon dmg (which also affects the sigil and the +X dmg it deals btw)

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/15/09, 2:44 PM   #62
tripp6sic6
Von Kaiser
 
Human Warrior
 
Shattered Hand
Found a bug in Scourge Strike. scourge_strike_shadow does not have may_dodge set to false and is being dodged in the simulation.

Offline
Reply With Quote
Old 12/15/09, 9:36 PM   #63
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
Now that you point it out, oops
Fixed in r4128 :X

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/19/09, 1:08 PM   #64
mahal
Glass Joe
 
mahal's Avatar
 
Orc Death Knight
 
Zangarmarsh
I'm currently geared for frost dps, so even though we have a shaman dropping 20% haste I need to figure out the best spec/rotation for DW frost. I've been trying to develop a good glyph of disease priority list and found some interesting problems with rune refresh times.

DK runes have a 10 second refresh timer. However, after the first in-combat use, the runes give a 2 second "grace period". If you wait 12 or more seconds before using the rune, it will only have an 8 second refresh. If you wait 11 seconds it will have a 9 second timer, but if you use it at 10 secs (immediately when available) it will take a full 10 seconds for it to refresh. Simcraft works correctly with a delay of 10, 11, or 12 seconds. But if you wait 13 or more seconds it does not give you the grace period.

Time between useActual CooldownSimcraft Cooldown
10s1010
11s99
12s88
13s810
14s810

I discovered this with the following sim using a very ineffective pestilence rotation designed to help me figure out why diseases were falling off.

 #!./simc 

log=1
death_knight=Frosty
origin="http://profiler.wowhead.com/?profile=19331069"
level=80
race=orc
professions=inscription=450/jewelcrafting=450
talents=http://www.wowarmory.com/talent-calc.xml?cid=6&tal=010000000000000000000000000032025300352103102300033101351230200305003
glyphs=disease/obliterate/frost_strike/horn_of_winter/raise_dead/pestilence
actions=flask,type=endless_rage
actions+=/food,type=dragonfin_filet
actions+=/presence,choose=blood
actions+=/snapshot_stats
actions+=/sequence,name=startup,wait_on_ready=1:icy_touch:plague_strike:blood_strike:obliterate:frost_strike:pestilence

actions+=/sequence,name=oblit,wait_on_ready=1:obliterate:obliterate:obliterate
actions+=/sequence,name=disease,wait_on_ready=1:obliterate:obliterate:blood_strike:pestilence
actions+=/restart_sequence,name=oblit
actions+=/restart_sequence,name=disease

head=koltiras_helmet_of_triumph,stats=2009armor_82crit_74exp_131str_155sta,gems=chaotic_skyflare_10crit_10str_8str,enchant=50ap_20crit
neck=collar_of_unending_torment,stats=106ap_52crit_40arpen_70agi_65sta,gems=20str
shoulders=koltiras_shoulderplates_of_conquest,stats=1777armor_52hit_60crit_94str_102sta,gems=20str_4str,enchant=120ap_15crit
chest=titanium_razorplate,stats=2473armor_82crit_74arpen_131str_155sta,gems=10str_10agi_10sta_10int_10spi_34str_10crit_10str_8str,enchant=275health
waist=belt_of_the_impaler,stats=1391armor_54haste_63arpen_99str_115sta,gems=20str_20str_34str
legs=koltiras_legplates_of_triumph,stats=2164armor_82crit_82arpen_139str_155sta,gems=10crit_10str_34str_6str,enchant=75ap_22crit
feet=greaves_of_the_saronite_citadel,stats=1700armor_67crit_59exp_107str_115sta,gems=10crit_10str_4str,enchant=32ap
wrists=armplates_of_the_nether_lord,stats=1082armor_36crit_54arpen_78str_86sta,gems=20str_4str,enchant=50ap
hands=koltiras_gauntlets_of_triumph,stats=1545armor_59hit_67crit_107str_115sta,gems=10crit_10str_4str,enchant=44ap
finger1=ashen_band_of_greater_vengeance,stats=123ap_57hit_57crit_86agi_76sta
finger2=gormoks_band,stats=42haste_41arpen_70str_86sta,gems=20str_20str
trinket1=darkmoon_card_greatness,stats=90str
trinket2=deaths_choice,stats=256ap
back=might_of_the_nerub,stats=166armor_44hit_54crit_86str_86sta,enchant=23haste
main_hand=hellscream_slicer,stats=78ap_39hit_39haste_58agi_58sta,enchant=rune_of_the_fallen_crusader,weapon=axe_2.60speed_357min_665max
off_hand=hellscream_slicer,stats=78ap_39hit_39haste_58agi_58sta,enchant=rune_of_razorice,weapon=axe_2.60speed_357min_665max
ranged=sigil_of_virulence
# Gear Summary
# gear_strength=1472
# gear_agility=282
# gear_stamina=1437
# gear_intellect=10
# gear_spirit=10
# gear_attack_power=1012
# gear_expertise_rating=133
# gear_armor_penetration_rating=354
# gear_hit_rating=290
# gear_crit_rating=767
# gear_haste_rating=197
# gear_armor=14307
# meta_gem=chaotic_skyflare
# tier9_2pc_melee=1
# tier9_4pc_melee=1
# trinket1=darkmoon_card_greatness
# trinket2=deaths_choice
# main_hand=hellscream_slicer,weapon=axe_2.60speed_357min_665max,enchant=rune_of_the_fallen_crusader
# off_hand=hellscream_slicer,weapon=axe_2.60speed_357min_665max,enchant=rune_of_razorice
0.00 Frosty Icy Touch (0)
0.00 Frosty consumes rune #2, type 2
1.31 Frosty Plague Strike (15)
1.31 Frosty consumes rune #4, type 3
2.81 Frosty Blood Strike (25)
2.81 Frosty consumes rune #0, type 1
4.31 Frosty Obliterate (35)
4.31 Frosty consumes rune #3, type 2
4.31 Frosty consumes rune #5, type 3
5.81 Frosty Frost Strike (55)
7.31 Frosty Pestilence (23)
7.31 Frosty consumes rune #1, type 1
11.32 Frosty Obliterate (33)
11.32 Frosty consumes rune #2, type 2
11.32 Frosty consumes rune #4, type 3
14.32 Frosty Obliterate (53)
14.32 Frosty consumes rune #3, type 2
14.32 Frosty consumes rune #5, type 3
17.32 Frosty Obliterate (73)
17.32 Frosty consumes rune #0, type 5
17.32 Frosty consumes rune #1, type 5
21.32 Frosty Obliterate (93)
21.32 Frosty consumes rune #2, type 2
21.32 Frosty consumes rune #4, type 3
24.32 Frosty Obliterate (113)
24.32 Frosty consumes rune #3, type 2
24.32 Frosty consumes rune #5, type 3
27.32 Frosty Blood Strike (130)
27.32 Frosty consumes rune #1, type 9
28.31 Target Fluffy Pillow loses Blood Plague
28.31 Target Fluffy Pillow loses Frost Fever
28.82 Frosty Pestilence (130)
28.82 Frosty consumes rune #0, type 9
31.33 Frosty Obliterate (130)
31.33 Frosty consumes rune #2, type 2
31.33 Frosty consumes rune #4, type 3


Simcraft numbers the runes 0-5 from left to right. The problem is seen best with rune0 (the first blood rune). I use BS early in the startup sequence at 2.81s, the next time this rune is used is with obliterate at 17.32s, this delay of 14.5s should give the rune an 8 second refresh usable at 25.32s. Notice that NOTHING happens at 25, the sim is waiting for the rune to refresh in order to BS. This happens at 27.32, exactly 10 seconds after the obliterate. You can see from the sim that the 2 second delay is enough to prevent disease reapplication.

Offline
Reply With Quote
Old 12/19/09, 2:57 PM   #65
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
Thanks for the exact explenation how it should be, I'll look into the runes-code

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/19/09, 4:02 PM   #66
 Darkside
I find your lack of faith disturbing
 
Darkside's Avatar
 
Kroot
Orc Death Knight
 
No WoW Account
Starfox, did the code to "fix" obliterate go into the latest simcraft build? I've noticed that it's still hitting for about 60-70% of what Frost Strike hits for. As well, Howling Blast seems to be hitting much too hard; the sim shows a max hit of ~20k, far higher than anything I've ever seen on live.

Three steps to a better EJB experience: Step One, Step Two, Step Three

And remember:
Originally Posted by Zeroblack View Post
The Ignore functionality doesn't work if you guys keep quoting him.

United States Offline
Reply With Quote
Old 12/19/09, 7:37 PM   #67
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
From my point of view everything shoult hit as expected, but I'm a bit biased on that side :7

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/19/09, 8:06 PM   #68
 Darkside
I find your lack of faith disturbing
 
Darkside's Avatar
 
Kroot
Orc Death Knight
 
No WoW Account
Looking at the code, I'm inclined to agree with you, which is why I'm so confused. Everything seems right, it just contradicts all my experiences on live realms. For OBlit, it's almost like the damage isn't benefiting from ArPen, or is only being parsed with one hand's worth of attacks. But if I equip a 2h weapon, it stays low, so that can't be right, and comparing the function for Oblit with the function for BS/FS and other attacks, it doesn't look like you made any coding mistakes, so I'm completely stumped.

Outside of those two issues though, everything seems to be giving correct numbers. An overall job well done!

Three steps to a better EJB experience: Step One, Step Two, Step Three

And remember:
Originally Posted by Zeroblack View Post
The Ignore functionality doesn't work if you guys keep quoting him.

United States Offline
Reply With Quote
Old 12/20/09, 12:20 AM   #69
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
@mahal:
r4150 - simulationcraft - Project Hosting on Google Code
Edit:
4150 did not set a 10s cd on first use, but 8s. oops!
r4151 - simulationcraft - Project Hosting on Google Code
The commits that happen a few hours before you go to sleep are always :O

Last edited by Starfox : 12/20/09 at 12:50 PM.

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/21/09, 3:31 PM   #70
Bobslol
Glass Joe
 
Draenei Death Knight
 
Duskwood
Blood should never be using Blood Strike.

sequence,name=blood1,wait_on_ready=1:icy_touch:plague_strike:heart_strike:heart_strike:death_strike:blood_strike:raise_dead,wait_on_ready=0
Should be


sequence,name=blood1,wait_on_ready=1:icy_touch:plague_strike:heart_strike:heart_strike:death_strike:raise_dead,wait_on_ready=0
Also your Heart Strikes are hitting for a lot less than what they are in game. The blood strikes seem to crit for more than Heart Strikes are.

Also the sim does not seem to be utilizing Glyph of Pestilence to refresh diseases for blood.

Bloods dps is EXTREMELY low but I think it is mainly because of it having to wait for a Blood Rune to refresh before using Blood Strike to go to the blood2 sequence.

Offline
Reply With Quote
Old 12/21/09, 5:34 PM   #71
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
Oh, there is a major fuckup with heart strike. :X
edit: Still just 7225 dps for blood

Last edited by Starfox : 12/21/09 at 5:57 PM.

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/21/09, 7:03 PM   #72
Bobslol
Glass Joe
 
Draenei Death Knight
 
Duskwood
Originally Posted by Starfox View Post
Oh, there is a major fuckup with heart strike. :X
edit: Still just 7225 dps for blood
I may be blind but I don't see why you are adding an extra HS at the end of Sequence1.
actions+=/sequence,name=blood1,wait_on_ready=1:icy_touch:plague_strike:heart_strike:heart_strike:death_strike:heart_strike:raise_dead,wait_on_ready=0
By the time you finish with Death Strike you will have to wait approximately 6-7 seconds before a Blood Rune comes off of CD forcing the sim just to Auto attack during that duration.

Offline
Reply With Quote
Old 12/21/09, 9:39 PM   #73
Starfox
King Hippo
 
Starfox's Avatar
 
Tauren Druid
 
Destromath (EU)
Oh, never noticed that, always wondere why blood uses way less runes/300s than all other specs :S

SimulationCraft for World of Warcraft release 3.3.0 ( iterations=3999, max_time=300, optimal_raid=1, smooth_rng=0 )

DPS Ranking:
  37145 100.0%  Raid
  10183  27.4%  Death_Knight_T9_00_53_18
  10136  27.3%  Death_Knight_T9_03_51_17
   8882  23.9%  Death_Knight_T9_17_00_54
   7984  21.5%  Death_Knight_T9_51_00_20

Player: Death_Knight_T9_51_00_20 tauren death_knight blood 80
  DPS: 7983.6  Error=5.8  Range=658  DPR=1350.7  RPS=5.9/6.1  (runic_power)
  Origin: http://profiler.wowhead.com/?profile=18101892
  Core Stats:  strength=2826|2277(1872)  agility=515|246(138)  stamina=2506|1962(1690)  intellect=170|51(20)  spirit=225|81(20)  health=32947|27967  mana=20|20
  Spell Stats:  power=280|0(0)  hit=13.18%|13.18%(267)  crit=25.67%|20.67%(949)  penetration=0|0(0)  haste=15.01%|6.34%(208)  mp5=0|0(0)
  Attack Stats  power=8976|6128(925)  hit=8.14%|8.14%(267)  crit=37.13%|27.80%(949)  expertise=28.57|28.57(185)  penetration=26.29%|26.29%(368)  haste=33.79%|8.25%(208)
  Defense Stats:  armor=17805|15459(14967)  blockv=1413|1139(0)  defense=0|0(0)  miss=0.00%|0.00%  dodge=0.00%|0.00%(0)  parry=0.00%|0.00%(0)  block=0.00%|0.00%(0) crit=13.90%|13.90%
  Glyphs: dancing_rune_weapon/disease/death_strike/horn_of_winter/pestilence/raise_dead
  Priorities:
    flask,type=endless_rage/food,type=dragonfin_filet/presence,choose=blood
    snapshot_stats/auto_attack/hysteria,if=buff.bloodlust.react
    dancing_rune_weapon,if=buff.bloodlust.react
    sequence,name=blood1,wait_on_ready=1:icy_touch:plague_strike:heart_strike:heart_strike:death_strike:raise_dead,wait_on_ready=0
    death_coil
    sequence,name=blood2,wait_on_ready=1:death_strike:heart_strike:heart_strike:heart_strike:heart_strike
    restart_sequence,name=blood1/restart_sequence,name=blood2
  Actions:
    blood_caked_blade  Count= 35.1| 8.33sec  DPE=  2170| 3%  DPET=     1  DPR=   0.0  pDPS= 254  Miss=0.00%  Hit=2170| 896|2994
    blood_plague       Count= 29.2|10.39sec  DPE=  5269| 6%  DPET=     1  DPR=   0.0  pDPS= 514  Miss=0.00%  TickCount=88  MissTick=0.0%  Tick=1224|987|1512  CritTick=2557|2064|3160|38.8%
    death_coil         Count= 42.8| 6.92sec  DPE=  4432| 8%  DPET=  3109  DPR= 110.8  pDPS= 633  Miss=0.89%  Hit=3139|2589|3690  Crit= 6559| 5411| 7711|38.6%
    death_strike       Count= 29.8|10.04sec  DPE=  7682|10%  DPET=     1  DPR=   0.0  pDPS= 765  Miss=0.00%  Hit=4312|3604|5833  Crit=10927| 9142|14797|50.9%
    frost_fever        Count= 29.1|10.47sec  DPE=  3633| 4%  DPET=     1  DPR=   0.0  pDPS= 354  Miss=0.00%  TickCount=88  MissTick=0.0%  Tick=1202|976|1501
    heart_strike       Count= 62.1| 4.80sec  DPE=  7737|20%  DPET=     1  DPR=   0.0  pDPS=1603  Miss=0.00%  Hit=4226|3308|5699  Crit=10722| 7920|14458|54.1%
    icy_touch          Count= 29.4|10.39sec  DPE=  2401| 3%  DPET=     1  DPR=   0.0  pDPS= 236  Miss=0.79%  Hit=1698|1426|2064  Crit= 3549| 2981| 4314|38.7%
    melee_main_hand    Count=116.4| 2.59sec  DPE=  6152|30%  DPET=  2399  DPR=   0.0  pDPS=2392  Miss=0.00%  Hit=4346|3480|5989  Crit= 8953| 7168|12337|44.9%  Glance=3262|24.1%
    necrosis           Count=116.4| 2.59sec  DPE=  1157| 6%  DPET=     1  DPR=   0.0  pDPS= 450  Miss=0.00%  Hit=1157| 491|2319
    plague_strike      Count= 29.2|10.39sec  DPE=  3790| 5%  DPET=     1  DPR=   0.0  pDPS= 370  Miss=0.00%  Hit=2216|1837|3044  Crit= 5276| 4367| 7237|51.4%
   ghoul  (DPS=398.5)
    claw               Count= 34.0| 7.23sec  DPE=  1127| 2%  DPET=   683  DPR=  28.2  pDPS= 128  Miss=0.00%  Hit= 973| 782|1129  Crit= 1946| 1565| 2259|15.8%
    melee              Count= 82.4| 2.94sec  DPE=   737| 3%  DPET=   510  DPR=   0.0  pDPS= 203  Miss=0.00%  Hit= 644| 522| 754  Crit= 1287| 1044| 1507|20.5%  Glance= 483|24.0%
   dancing_rune_weapon  (DPS=23.7)
    death_strike       Count=  1.6| 8.78sec  DPE=  1470| 0%  DPET=     1  DPR=   0.0  pDPS=   8  Miss=0.00%  Hit=1470|1153|1542
    heart_strike       Count=  3.4| 4.31sec  DPE=  1096| 0%  DPET=     1  DPR=   0.0  pDPS=  12  Miss=0.00%  Hit=1096| 857|1147
   bloodworms  (DPS=63.9)
    bloodworm_melee    Count= 84.2| 3.37sec  DPE=   223| 1%  DPET=   111  DPR=   0.0  pDPS=  63  Miss=0.00%  Hit= 218| 218| 218  Crit=  437|  437|  437|8.1%  Glance= 164|23.9%
  Constant Buffs: arcane_brilliance/blessing_of_kings/blessing_of_might/blessing_of_wisdom/blood_presence/bloody_vengeance
  Constant Buffs: divine_spirit/fortitude/mark_of_the_wild/replenishment
  Dynamic Buffs:
    bloodlust                   : start=1.0   refresh=0.0    interval=  0.0|0.0    uptime=13%  benefit=16%
    bloodworms                  : start=9.7   refresh=0.0    interval= 31.3|31.3   uptime=62%  trigger= 9%
    deaths_choice               : start=7.0   refresh=0.0    interval= 46.2|46.2   uptime=35%  trigger=35%
    deaths_choice               : start=7.0   refresh=0.0    interval= 46.2|46.2   uptime=35%  trigger=35%
    hysteria                    : start=1.0   refresh=0.0    interval=  0.0|0.0    uptime=10%  benefit=12%
    rune_of_the_fallen_crusader : start=7.2   refresh=21.7   interval= 42.1|10.1   uptime=76%  benefit=75%  trigger=11%
    sigil_of_virulence          : start=3.8   refresh=20.1   interval= 76.3|12.5   uptime=93%  trigger=80%
    tier9_2pc_melee             : start=5.9   refresh=0.0    interval= 53.2|53.2   uptime=29%  trigger=50%
  Up-Times:
     98.4% : blood_plague                  
     98.9% : frost_fever                   
  Procs:
      9.2 |  29.55sec : sudden_doom
  Gains:
      149.7 : butchery      
       14.2 : power_refund  
     1651.8 : rune_abilities
  Pet "ghoul" Gains:
     1200.0 : energy_regen
  Pet "bloodworms" Gains:
      920.0 : initial_mana

Player: Death_Knight_T9_17_00_54 tauren death_knight unholy 80
  DPS: 8881.8  Error=5.6  Range=616  DPR=1381.2  RPS=6.4/6.5  (runic_power)
  Origin: http://profiler.wowhead.com/?profile=18127877
  Core Stats:  strength=2589|2083(1843)  agility=493|226(118)  stamina=2382|1867(1706)  intellect=170|51(20)  spirit=225|81(20)  health=31727|27017  mana=20|20
  Spell Stats:  power=280|0(0)  hit=13.07%|13.07%(264)  crit=28.64%|23.64%(1085)  penetration=0|0(0)  haste=19.43%|10.43%(342)  mp5=0|0(0)
  Attack Stats  power=8427|5716(901)  hit=8.05%|8.05%(264)  crit=39.74%|30.44%(1085)  expertise=31.11|31.11(214)  penetration=6.72%|6.72%(94)  haste=40.36%|13.56%(342)
  Defense Stats:  armor=17781|15439(14987)  blockv=1295|1042(0)  defense=0|0(0)  miss=0.00%|0.00%  dodge=0.00%|0.00%(0)  parry=0.00%|0.00%(0)  block=0.00%|0.00%(0) crit=13.90%|13.90%
  Glyphs: the_ghoul/disease/icy_touch/horn_of_winter/pestilence/raise_dead
  Priorities:
    flask,type=endless_rage/food,type=dragonfin_filet/presence,choose=blood
    snapshot_stats/auto_attack/bone_shield,if=!in_combat/raise_dead
    icy_touch,if=dot.frost_fever.remains<=0.1
    plague_strike,if=dot.blood_plague.remains<=0.1
    pestilence,if=dot.blood_plague.remains<=5|dot.frost_fever.remains<=5
    blood_strike,death=0/blood_strike,death=1,blood=2/scourge_strike
    summon_gargoyle,time<=20/summon_gargoyle,if=buff.bloodlust.react/death_coil
    horn_of_winter
  Actions:
    blood_caked_blade      Count= 37.0| 8.06sec  DPE=  2097| 3%  DPET=     1  DPR=   0.0  pDPS= 259  Miss=0.00%  Hit=2097| 694|2515
    blood_plague           Count= 16.1|18.84sec  DPE= 13055| 8%  DPET=     1  DPR=   0.0  pDPS= 700  Miss=0.00%  TickCount=89  MissTick=0.0%  Tick=1587|1240|1989  CritTick=3317|2591|4157|44.8%
    blood_strike           Count= 16.0|18.85sec  DPE=  3408| 2%  DPET=  2066  DPR=   0.0  pDPS= 182  Miss=0.00%  Hit=2088|1828|2395  Crit= 4305| 3724| 4933|59.5%
    death_coil             Count= 45.4| 6.24sec  DPE=  5594|10%  DPET=  4065  DPR= 139.9  pDPS= 848  Miss=0.97%  Hit=3800|3183|4574  Crit= 7947| 6652| 9560|44.1%
    frost_fever            Count= 15.1|20.20sec  DPE= 11072| 6%  DPET=     1  DPR=   0.0  pDPS= 558  Miss=0.00%  TickCount=89  MissTick=0.0%  Tick=1887|1472|2370
    icy_touch              Count=  3.2|29.71sec  DPE=  3159| 0%  DPET=  2251  DPR=   0.0  pDPS=  33  Miss=1.05%  Hit=2126|1761|2469  Crit= 4451| 3680| 5418|45.4%
    melee_main_hand        Count=123.1| 2.45sec  DPE=  5009|23%  DPET=  2064  DPR=   0.0  pDPS=2057  Miss=0.00%  Hit=3393|2778|4024  Crit= 6987| 5723| 8290|50.6%  Glance=2544|24.0%
    plague_strike          Count=  2.1|35.56sec  DPE=  3902| 0%  DPET=  2364  DPR=   0.0  pDPS=  28  Miss=0.00%  Hit=2206|1917|2600  Crit= 5236| 4559| 6183|56.0%
    scourge_strike         Count= 71.7| 4.10sec  DPE=  4502|12%  DPET=  2729  DPR=   0.0  pDPS=1077  Miss=0.00%  Hit=2362|2052|2699  Crit= 5615| 4881| 6419|65.8%
    scourge_strike_shadow  Count= 71.7| 4.10sec  DPE=  4496|12%  DPET=     1  DPR=   0.0  pDPS=1076  Miss=0.00%  Hit=4496|1971|6426
    unholy_blight          Count= 45.0| 6.30sec  DPE=   548| 1%  DPET=     1  DPR=   0.0  pDPS=  82  Miss=0.00%  TickCount=117  MissTick=0.0%  Tick=210|64|470
    wandering_plague       Count= 58.8| 5.01sec  DPE=  2120| 5%  DPET=     1  DPR=   0.0  pDPS= 416  Miss=0.00%  Hit=2120|1240|4157
   ghoul  (DPS=1067.5)
    claw                   Count= 76.7| 3.92sec  DPE=  1451| 4%  DPET=   879  DPR=  36.3  pDPS= 371  Miss=0.00%  Hit=1237|1015|1496  Crit= 2476| 2031| 2991|17.3%
    melee                  Count=217.4| 1.37sec  DPE=   960| 8%  DPET=   700  DPR=   0.0  pDPS= 696  Miss=0.00%  Hit= 825| 678| 998  Crit= 1651| 1355| 1995|22.3%  Glance= 619|24.0%
   gargoyle  (DPS=601.8)
    gargoyle_strike        Count= 27.6| 8.84sec  DPE=  5386| 6%  DPET=  2693  DPR=   0.0  pDPS= 496  Miss=0.93%  Hit=5436|4087|6282
  Constant Buffs: arcane_brilliance/blessing_of_kings/blessing_of_might/blessing_of_wisdom/blood_presence/bone_shield
  Constant Buffs: divine_spirit/fortitude/mark_of_the_wild/replenishment
  Dynamic Buffs:
    bloodlust                   : start=1.0   refresh=0.0    interval=  0.0|0.0    uptime=13%  benefit=17%
    deaths_choice               : start=7.0   refresh=0.0    interval= 46.3|46.3   uptime=35%  trigger=34%
    deaths_choice               : start=7.0   refresh=0.0    interval= 46.3|46.3   uptime=35%  trigger=34%
    desolation                  : start=7.9   refresh=8.1    interval= 40.2|18.9   uptime=91%  benefit=89%
    rune_of_the_fallen_crusader : start=7.6   refresh=17.5   interval= 39.8|11.6   uptime=72%  benefit=70%  trigger=10%
    sigil_of_virulence          : start=1.1   refresh=56.2   interval=129.0|5.1    uptime=97%  trigger=80%
    tier9_2pc_melee             : start=4.1   refresh=0.0    interval= 77.6|77.6   uptime=20%  trigger=49%
  Up-Times:
     99.1% : blood_plague                  
     97.7% : frost_fever                   
  Procs:
     14.1 |  18.46sec : glyph_of_disease
  Gains:
      148.9 : butchery      
      366.0 : dirge         
       15.8 : power_refund  
     1429.7 : rune_abilities
  Pet "ghoul" Gains:
     2983.8 : energy_regen

Player: Death_Knight_T9_00_53_18 tauren death_knight frost 80
  DPS: 10182.8  Error=7.0  Range=735  DPR=1672.4  RPS=6.1/6.2  (runic_power)
  Origin: http://profiler.wowhead.com/?profile=18133139
  Core Stats:  strength=2510|2011(1773)  agility=536|265(157)  stamina=2334|1823(1662)  intellect=170|51(20)  spirit=225|81(20)  health=31247|26577  mana=20|20
  Spell Stats:  power=280|0(0)  hit=14.74%|14.74%(308)  crit=25.89%|20.89%(959)  penetration=0|0(0)  haste=17.65%|8.78%(288)  mp5=0|0(0)
  Attack Stats  power=7778|5205(963)  hit=9.39%|9.39%(308)  crit=37.69%|28.33%(959)  expertise=27.57|27.57(185)  penetration=15.50%|15.50%(217)  haste=44.60%|11.42%(288)
  Defense Stats:  armor=17847|15497(14967)  blockv=1255|1006(0)  defense=0|0(0)  miss=0.00%|0.00%  dodge=0.00%|0.00%(0)  parry=0.00%|0.00%(0)  block=0.00%|0.00%(0) crit=13.90%|13.90%
  Glyphs: frost_strike/obliterate/icy_touch/horn_of_winter/pestilence/raise_dead
  Priorities:
    flask,type=endless_rage/food,type=dragonfin_filet/presence,choose=blood
    snapshot_stats/auto_attack/raise_dead,time>=15,time<=40
    raise_dead,if=buff.bloodlust.react/icy_touch,if=dot.frost_fever.remains<=2
    plague_strike,if=dot.blood_plague.remains<=2
    howling_blast,if=buff.rime.react&buff.killing_machine.react
    frost_strike,if=buff.killing_machine.react/obliterate
    blood_strike,blood=2,death<=2/blood_strike,blood=1,death<=1/frost_strike
    howling_blast,if=buff.rime.react/empower_rune_weapon/horn_of_winter
  Actions:
    blood_caked_blade  Count= 88.8| 3.35sec  DPE=   771| 2%  DPET=     1  DPR=   0.0  pDPS= 228  Miss=0.00%  Hit= 771| 245|1174
    blood_plague       Count= 15.2|20.17sec  DPE= 12385| 6%  DPET=     1  DPR=   0.0  pDPS= 627  Miss=0.00%  TickCount=91  MissTick=0.0%  Tick=1502|1256|1873  CritTick=3142|2626|3914|33.9%
    blood_strike       Count= 52.8|11.22sec  DPE=  2090| 4%  DPET=  2533  DPR=   0.0  pDPS= 369  Miss=0.00%  Hit=1283| 730|1855  Crit= 3256| 1804| 4705|40.9%
    frost_fever        Count= 15.3|20.17sec  DPE= 10649| 5%  DPET=     1  DPR=   0.0  pDPS= 543  Miss=0.00%  TickCount=92  MissTick=0.0%  Tick=1776|1488|2227
    frost_strike       Count=114.0| 5.17sec  DPE=  7049|26%  DPET=  8544  DPR= 440.6  pDPS=2682  Miss=0.00%  Hit=3624|2003|5829  Crit= 9206| 5194|14787|61.4%
    howling_blast      Count= 12.7|22.17sec  DPE= 13194| 5%  DPET=  9513  DPR=   0.0  pDPS= 559  Miss=0.00%  Hit=5558|4613|7182  Crit=14250|10701|18532|87.8%
    icy_touch          Count= 15.3|20.17sec  DPE=  4436| 2%  DPET=  3194  DPR=   0.0  pDPS= 226  Miss=0.00%  Hit=2613|1856|3502  Crit= 5529| 3878| 7318|62.5%
    melee_main_hand    Count=173.9| 1.73sec  DPE=  2398|14%  DPET=  1394  DPR=   0.0  pDPS=1391  Miss=14.54%  Hit=1959|1704|2350  Crit= 4031| 3511| 4840|40.6%  Glance=1468|24.1%
    melee_off_hand     Count=173.4| 1.73sec  DPE=  1380| 8%  DPET=   800  DPR=   0.0  pDPS= 798  Miss=14.64%  Hit=1126| 980|1351  Crit= 2321| 2019| 2783|40.7%  Glance= 845|23.9%
    necrosis           Count=296.6| 1.01sec  DPE=   416| 4%  DPET=     1  DPR=   0.0  pDPS= 412  Miss=0.00%  Hit= 416| 138| 910
    obliterate         Count=114.1| 5.23sec  DPE=  4911|18%  DPET=  5953  DPR=   0.0  pDPS=1870  Miss=0.00%  Hit=2650|1698|4108  Crit= 6728| 4308|10423|55.4%
    plague_strike      Count= 30.3|20.17sec  DPE=  1399| 1%  DPET=  1696  DPR=   0.0  pDPS= 142  Miss=0.00%  Hit= 852| 555|1263  Crit= 2025| 1319| 3003|46.7%
    razorice           Count=347.8| 0.98sec  DPE=    18| 0%  DPET=     1  DPR=   0.0  pDPS=  21  Miss=0.00%  Hit=  18|  18|  18
   ghoul  (DPS=318.1)
    claw               Count= 34.0| 8.37sec  DPE=   981| 1%  DPET=   595  DPR=  24.5  pDPS= 111  Miss=0.00%  Hit= 848| 735|1015  Crit= 1699| 1469| 2030|15.7%
    melee              Count= 94.1| 2.97sec  DPE=   643| 2%  DPET=   511  DPR=   0.0  pDPS= 202  Miss=0.00%  Hit= 562| 490| 677  Crit= 1123|  981| 1355|20.5%  Glance= 421|24.3%
  Constant Buffs: arcane_brilliance/blessing_of_kings/blessing_of_might/blessing_of_wisdom/blood_presence/divine_spirit
  Constant Buffs: fortitude/mark_of_the_wild/replenishment
  Dynamic Buffs:
    bloodlust                   : start=1.0   refresh=0.0    interval=  0.0|0.0    uptime=13%  benefit=21%
    deaths_choice               : start=7.0   refresh=0.0    interval= 45.6|45.6   uptime=35%  trigger=35%
    deaths_choice               : start=7.0   refresh=0.0    interval= 45.6|45.6   uptime=35%  trigger=35%
    icy_talons                  : start=7.2   refresh=8.1    interval= 44.1|20.2   uptime=98%  benefit=97%
    killing_machine             : start=36.6  refresh=6.3    interval=  8.1|6.9    uptime=20%  benefit=41%  trigger=14%
    rime                        : start=13.0  refresh=4.2    interval= 22.3|16.6   uptime=27%  trigger=15%
    rune_of_razorice            : start=1.0   refresh=103.2  interval=136.5|2.9    uptime=99%  trigger=30%
    rune_of_the_fallen_crusader : start=7.4   refresh=18.4   interval= 40.8|11.2   uptime=72%  benefit=72%  trigger= 7%
    tier9_2pc_melee             : start=5.0   refresh=0.0    interval= 62.4|62.4   uptime=25%  trigger=50%
  Up-Times:
     99.2% : blood_plague                  
     99.3% : frost_fever                   
  Gains:
      422.1 : chill_of_the_grave
     1444.5 : rune_abilities    
  Pet "ghoul" Gains:
     1200.0 : energy_regen

Player: Death_Knight_T9_03_51_17 tauren death_knight frost 80
  DPS: 10136.2  Error=7.5  Range=807  DPR=1633.8  RPS=6.2/6.3  (runic_power)
  Origin: http://profiler.wowhead.com/?profile=18133075
  Core Stats:  strength=2510|2011(1773)  agility=536|265(157)  stamina=2334|1823(1662)  intellect=170|51(20)  spirit=225|81(20)  health=31247|26577  mana=20|20
  Spell Stats:  power=280|0(0)  hit=14.74%|14.74%(308)  crit=25.89%|20.89%(959)  penetration=0|0(0)  haste=17.65%|8.78%(288)  mp5=0|0(0)
  Attack Stats  power=7778|5205(963)  hit=9.39%|9.39%(308)  crit=37.69%|28.33%(959)  expertise=27.57|27.57(185)  penetration=15.50%|15.50%(217)  haste=37.71%|11.42%(288)
  Defense Stats:  armor=17847|15497(14967)  blockv=1255|1006(0)  defense=0|0(0)  miss=0.00%|0.00%  dodge=0.00%|0.00%(0)  parry=0.00%|0.00%(0)  block=0.00%|0.00%(0) crit=13.90%|13.90%
  Glyphs: frost_strike/obliterate/disease/horn_of_winter/pestilence/raise_dead
  Priorities:
    flask,type=endless_rage/food,type=dragonfin_filet/presence,choose=blood
    snapshot_stats/auto_attack/raise_dead,time>=15,time<=40
    raise_dead,if=buff.bloodlust.react/icy_touch,,if=dot.frost_fever.remains<=0.1
    plague_strike,if=dot.blood_plague.remains<=0.1
    pestilence,if=dot.blood_plague.remains<=5|dot.frost_fever.remains<=5
    howling_blast,if=buff.rime.react&buff.killing_machine.react
    frost_strike,if=buff.killing_machine.react/deathchill/obliterate
    blood_strike,blood=2,death<=2/blood_strike,blood=1,death<=1/frost_strike
    howling_blast,if=buff.rime.react/empower_rune_weapon/horn_of_winter
  Actions:
    blood_caked_blade  Count= 56.8| 5.22sec  DPE=   755| 1%  DPET=     1  DPR=   0.0  pDPS= 143  Miss=0.00%  Hit= 755| 245|1174
    blood_plague       Count= 15.7|19.56sec  DPE= 11363| 6%  DPET=     1  DPR=   0.0  pDPS= 596  Miss=0.00%  TickCount=88  MissTick=0.0%  Tick=1488|1256|1873  CritTick=3109|2626|3914|33.8%
    blood_strike       Count= 30.8|19.57sec  DPE=  2255| 2%  DPET=  2733  DPR=   0.0  pDPS= 232  Miss=0.00%  Hit=1284| 844|1855  Crit= 3253| 2140| 4705|49.3%
    frost_fever        Count= 15.6|19.81sec  DPE=  8313| 4%  DPET=     1  DPR=   0.0  pDPS= 434  Miss=0.00%  TickCount=89  MissTick=0.0%  Tick=1458|1240|1856
    frost_strike       Count=116.2| 5.09sec  DPE=  7038|27%  DPET=  8531  DPR= 439.9  pDPS=2729  Miss=0.00%  Hit=3607|1879|5829  Crit= 9147| 4767|14787|61.9%
    howling_blast      Count= 16.1|17.67sec  DPE= 12630| 7%  DPET=  9123  DPR=   0.0  pDPS= 677  Miss=0.00%  Hit=5554|3844|7182  Crit=14162| 9919|18532|82.2%
    icy_touch          Count=  4.4|62.20sec  DPE=  3666| 1%  DPET=  2618  DPR=   0.0  pDPS=  54  Miss=0.00%  Hit=2164|1856|3502  Crit= 4642| 3878| 7318|60.6%
    melee_main_hand    Count=165.7| 1.82sec  DPE=  2380|13%  DPET=  1319  DPR=   0.0  pDPS=1316  Miss=14.70%  Hit=1948|1704|2350  Crit= 4011| 3511| 4840|40.5%  Glance=1460|24.0%
    melee_off_hand     Count=165.2| 1.82sec  DPE=  1373| 7%  DPET=   758  DPR=   0.0  pDPS= 757  Miss=14.62%  Hit=1121| 980|1351  Crit= 2309| 2019| 2783|40.6%  Glance= 841|24.0%
    necrosis           Count=282.4| 1.06sec  DPE=   413| 4%  DPET=     1  DPR=   0.0  pDPS= 390  Miss=0.00%  Hit= 413| 138| 910
    obliterate         Count=137.9| 4.34sec  DPE=  5320|24%  DPET=  6447  DPR=   0.0  pDPS=2448  Miss=0.00%  Hit=2647|1698|4108  Crit= 6719| 4308|10423|65.6%
    plague_strike      Count=  8.5|64.75sec  DPE=  1395| 0%  DPET=  1692  DPR=   0.0  pDPS=  40  Miss=0.00%  Hit= 845| 555|1263  Crit= 2016| 1319| 3003|47.0%
    razorice           Count=316.1| 1.04sec  DPE=    18| 0%  DPET=     1  DPR=   0.0  pDPS=  19  Miss=0.00%  Hit=  18|  18|  18
   ghoul  (DPS=307.8)
    claw               Count= 34.0| 8.37sec  DPE=   978| 1%  DPET=   592  DPR=  24.4  pDPS= 111  Miss=0.00%  Hit= 845| 735|1015  Crit= 1690| 1469| 2030|15.7%
    melee              Count= 90.0| 3.11sec  DPE=   639| 2%  DPET=   484  DPR=   0.0  pDPS= 192  Miss=0.00%  Hit= 559| 490| 677  Crit= 1117|  981| 1355|20.4%  Glance= 419|23.9%
  Constant Buffs: arcane_brilliance/blessing_of_kings/blessing_of_might/blessing_of_wisdom/blood_presence/divine_spirit
  Constant Buffs: fortitude/mark_of_the_wild/replenishment
  Dynamic Buffs:
    bloodlust                   : start=1.0   refresh=0.0    interval=  0.0|0.0    uptime=13%  benefit=21%
    deathchill                  : start=3.0   refresh=0.0    interval=121.3|121.3  uptime= 0%  benefit= 2%
    deaths_choice               : start=7.0   refresh=0.0    interval= 45.6|45.6   uptime=35%  trigger=35%
    deaths_choice               : start=7.0   refresh=0.0    interval= 45.6|45.6   uptime=35%  trigger=35%
    killing_machine             : start=35.2  refresh=7.5    interval=  8.4|6.9    uptime=23%  benefit=42%  trigger=15%
    rime                        : start=16.3  refresh=4.3    interval= 17.7|13.9   uptime=26%  trigger=15%
    rune_of_razorice            : start=1.1   refresh=93.6   interval=148.5|3.1    uptime=99%  trigger=30%
    rune_of_the_fallen_crusader : start=7.7   refresh=16.0   interval= 39.3|12.2   uptime=69%  benefit=69%  trigger= 7%
    tier9_2pc_melee             : start=4.0   refresh=0.0    interval= 77.9|77.9   uptime=20%  trigger=50%
  Up-Times:
     95.7% : blood_plague                  
     96.8% : frost_fever                   
  Procs:
     14.8 |  18.64sec : glyph_of_disease
  Gains:
      446.5 : chill_of_the_grave
     1447.1 : rune_abilities    
  Pet "ghoul" Gains:
     1200.0 : energy_regen

Auras and De-Buffs:
  Constant: abominations_might/arcane_empowerment/battle_shout/bleeding/blood_frenzy/blood_plague/crypt_fever
  Constant: curse_of_elements/devotion_aura/earth_and_moon/ebon_plaguebringer/elemental_oath/expose_armor/faerie_fire
  Constant: ferocious_inspiration/flametongue_totem/frost_fever/heart_of_the_crusader/horn_of_winter/hunters_mark
  Constant: improved_faerie_fire/improved_icy_talons/improved_moonkin/improved_scorch/improved_shadow_bolt
  Constant: infected_wounds/insect_swarm/judgement_of_wisdom/judgements_of_the_just/leader_of_the_pack
  Constant: mana_spring_totem/mangle/master_poisoner/misery/moonkin/poisoned/rampage/sanctified_retribution
  Constant: savage_combat/strength_of_earth/sunder_armor/swift_retribution/thunder_clap/totem_of_wrath
  Constant: totem_of_wrath_debuff/trauma/trueshot/unleashed_rage/windfury_totem/winters_chill/wrath_of_air
  Dynamic:

Waiting:
     1.7% : Death_Knight_T9_00_53_18
     3.3% : Death_Knight_T9_03_51_17
    21.5% : Death_Knight_T9_17_00_54
     6.6% : Death_Knight_T9_51_00_20

Baseline Performance:
  TotalEvents   = 39935501
  MaxEventQueue = 89
  TargetHealth  = 11149214
  SimSeconds    = 1198536
  CpuSeconds    = 11.934
  SpeedUp       = 100430

RNG global Actual/Expected Roll=1.000637 Range=1.000000 Gauss=1.000037

Hello.
Light the fuse.
For all my homies.
Do not run, we are your friends.

Offline
Reply With Quote
Old 12/22/09, 12:38 AM   #74
Bobslol
Glass Joe
 
Draenei Death Knight
 
Duskwood
Okay so Blood is finally catching up. If you can get the sim to reflect HS dmg a bit better to what is is doing on live I think it will be around what Unholy is putting out atm. That and somehow getting the sim to see if you have Glyph of Disease to refresh disease with Pest at or below 3 seconds on FF and BP.

Was trying to go through the code and cant seem to find why HS is not hitting near as hard. I can easily crit for 14k, no reason the BiS profile should do better.

Offline
Reply With Quote
Old 12/22/09, 12:48 AM   #75
 Darkside
I find your lack of faith disturbing
 
Darkside's Avatar
 
Kroot
Orc Death Knight
 
No WoW Account
How much lower than live are you observing HS to be hitting? It it something dramatic like 60% of live's damage or closer to 80-90%?

Three steps to a better EJB experience: Step One, Step Two, Step Three

And remember:
Originally Posted by Zeroblack View Post
The Ignore functionality doesn't work if you guys keep quoting him.

United States Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Death Knights

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Melee] Teron Gorefiend DPS constantius Class Mechanics 52 02/21/08 2:55 PM
Teron Gorefiend Ghost Simulator Zugstab Public Discussion 31 01/16/08 8:14 PM
Teron Gorefiend Praetorian News 5 06/14/07 6:05 PM