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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

TuanHA Death Knight- The Ultimate Experience

Hi TuanHa,

The CC is not casting Obliterate. I am using Special Edition.

Log attached:
* For the log I disabled Trinkets and Profession
* Frost, 2H
* Hit/Exp 7.5%, item level 527 including Legendary cloak.
* Tested with FrameLock on/off
* Tested with TPS at 15, 30 and 60
* Fresh installation of Special Edition (SVN Revision: 48)
* HonorBuddy 2.5 r8673 Build 706
* RaidBot, LazyRaider and Tyrael tested

I have tried this with my own settings, 'Raid' settings and nothing gets Obliterate casting.

Fresh install of HB (using RaidBot) and your SVN:
This problem has occurred in the past but I can not see a fix this time. Obliterate does not show anywhere in any of the logs I have. I am using the talent build you recommended including Roiling Blood and Blood Tap; I have also tested with combinations of Plague Leech, Unholy Blight (which is what I normally use) and Runic Empowerment but still the same effect: Obliterate is never cast.

Please help!!

EDIT: It should be said that is for PVE purposes. Thanks

EDIT2: Killing Machine procs should be spent on Obliterate for 2H due to Might of the Frozen Wastes. Looking at the logs I'd presume they are being wasted on Frost Strike which does not presently benefit from Might of the Frozen Wastes.

It would be nice to see Rime and Killing Machine procs mentioned in the logs, is this possible?
 
What are you guys having success with in 2v2 spec-wise and routine options? I have a friend that will be running a HPally using TuanHA as well. Any tips appreciated.
 
I now know why I had such a low DPS output in arena.

I was still using conversion in my skills. And the CC was set to use conversion below 95% hp.
A couple of seasons ago that was a very good tactic combined with blood presence. But at the moment this doesn't work that good anymore.

So for 2v2 I switched from conversion to Death pact. And this is working much better now. A lot higher DPS. Almost 15k DPS increase in arena.
A lot more pressure. And an "oh shit" heal.

Haggy
 
I now know why I had such a low DPS output in arena.

I was still using conversion in my skills. And the CC was set to use conversion below 95% hp.
A couple of seasons ago that was a very good tactic combined with blood presence. But at the moment this doesn't work that good anymore.

So for 2v2 I switched from conversion to Death pact. And this is working much better now. A lot higher DPS. Almost 15k DPS increase in arena.
A lot more pressure. And an "oh shit" heal.

Haggy

Just tried, death pact not working at Rbgs...
 
I am running a good rig but my fps tanks when i get into combat with this routine, I have the frame-lock set to 45 so idk wats going any ideas?
 
Hi.

Do your CR's stop when they detect that my target is in CC or has certain debuffs on them?
I had the impression that my DK was standing right in front of someone but didn't attack because he was sheeped or feared.

If that is the case, please add an option to all CRs to disable that. So that I can decide what and when to attack and the CR just takes care about the rotation and MAX dps.

Thanks for your great work
Haggy
 
Lol haggy......anyway.....just press MANUALLY any spell and it will detect it and use it

Sent from my GT-I9505 using TheBuddyForum mobile app
 
Lol haggy......anyway.....just press MANUALLY any spell and it will detect it and use it

Sent from my GT-I9505 using TheBuddyForum mobile app

Awesome qzt. Thanks for that hint. Couldn't have come up with that myself.

Haggy
 
Hi.

Do your CR's stop when they detect that my target is in CC or has certain debuffs on them?
I had the impression that my DK was standing right in front of someone but didn't attack because he was sheeped or feared.

If that is the case, please add an option to all CRs to disable that. So that I can decide what and when to attack and the CR just takes care about the rotation and MAX dps.

Thanks for your great work
Haggy
All my CRs do not attack target that have "DebuffCCBreakonDamage" like Sheep... that to make sure your never break something unintended - or "Invulnerability" like Divine Shield - that to make sure you never waste cooldown on an enemy that you can not attack for a few seconds.

This is the full list:
private static readonly HashSet<int> DebuffCCBreakonDamageHS = new HashSet<int>
{
2094, //Blind
105421, //Blinding Light
99, //Disorienting Roar
31661, //Dragon's Breath
3355, //Freezing Trap
1776, //Gouge
2637, //Hibernate
115268, //Mesmerize (Shivarra)
115078, //Paralysis
126355, //Paralyzing Quill (Porcupine)
126423, //Petrifying Gaze (Basilisk)
118, //Polymorph
61305, //Polymorph: Black Cat
28272, //Polymorph: Pig
61721, //Polymorph: Rabbit
61780, //Polymorph: Turkey
28271, //Polymorph: Turtle
20066, //Repentance
6770, //Sap
19503, //Scatter Shot
132412, //Seduction (Grimoire of Sacrifice)
6358, //Seduction (Succubus)
104045, //Sleep (Metamorphosis)
19386, //Wyvern Sting
};

private static readonly HashSet<int> InvulnerableHS = new HashSet<int>
{
33786, //"Cyclone",
19263, //"Deterrence",
47585, //"Dispersion",
642, //"Divine Shield",
45438, //"Ice Block"
27827, //Spirit of Redemption
125174, //Touch of Karma
};

If you still want to attack them, just manual plague strike, necrotic... to break that CC and the rotation will resume.
 
All my CRs do not attack target that have "DebuffCCBreakonDamage" like Sheep... that to make sure your never break something unintended - or "Invulnerability" like Divine Shield - that to make sure you never waste cooldown on an enemy that you can not attack for a few seconds.

This is the full list:


If you still want to attack them, just manual plague strike, necrotic... to break that CC and the rotation will resume.

Thanks a lot for your feedback.
For InvulnerableHS it absolutely makes sense and is a great feature.

But maybe you could implement an option to ignore DebuffCCBreakonDamageHS for the primary target.
The CC should still not use AOE or put dot's on another target. But if my main target has a DebuffCCBreakonDamageHS on it, it would be great if I could enable
"Always attack my target if it has a DebuffCCBreakonDamageHS "


I now use a manual cast to break the CC. But sometimes it takes 2 seconds before I recognize that the CR has stopped. If the CR is doing the rotation the whole time, I'm looking at other stuff most of the time. Like positioning and CC.

But not a big thing if that's not possible.

Haggy
 
Thanks a lot for your feedback.
For InvulnerableHS it absolutely makes sense and is a great feature.

But maybe you could implement an option to ignore DebuffCCBreakonDamageHS for the primary target.
The CC should still not use AOE or put dot's on another target. But if my main target has a DebuffCCBreakonDamageHS on it, it would be great if I could enable
"Always attack my target if it has a DebuffCCBreakonDamageHS "


I now use a manual cast to break the CC. But sometimes it takes 2 seconds before I recognize that the CR has stopped. If the CR is doing the rotation the whole time, I'm looking at other stuff most of the time. Like positioning and CC.

But not a big thing if that's not possible.

Haggy
I don't think that option is necessary, you should never attack a poly-morphed healer anyway :D. Also it's no harm if you wait few second before attacking a poly-morphed healer because he sit in CC and can do nothing, few second wait will get all your cooldown back.

The CRs also include hidden pvp feature like if there a DebuffCCBreakonDamage enemy around, CR will turn off all AoE ability (spread diseases for example) so you will not unintentionally break it.
 
I don't think that option is necessary, you should never attack a poly-morphed healer anyway :D. Also it's no harm if you wait few second before attacking a poly-morphed healer because he sit in CC and can do nothing, few second wait will get all your cooldown back.

The CRs also include hidden pvp feature like if there a DebuffCCBreakonDamage enemy around, CR will turn off all AoE ability (spread diseases for example) so you will not unintentionally break it.

Wasn't aware of that AOE feature. That's awesome!

Thanks for your support
Haggy
 
Dunno what happened..but.my dps in arena droped hard since i updated to the.last Revisions:(

Sent from my GT-I9305 using TheBuddyForum mobile app
 
Back
Top