Just wanting to no if pestilence is in the rotation yet for frost Dw Dk's
private static Composite HandleAoeCombat()
{
return new PrioritySelector(
Spell.Cast("Unholy Blight", ret => Me.CurrentTarget != null && Me.CurrentTarget.IsWithinMeleeRange && UnholyBlightCheck && NeedUnholyBlightAoE),
CooldownTracker.Cast("Outbreak", ret => (UnholyBlightCheck || !TalentManager.HasTalent(3)) && (NeedBloodPlagueAoE || NeedFrostFeverAoE)),
Spell.PreventDoubleCast("Pestilence", 3, ret => AoeBPCheck && CooldownTracker.SpellOnCooldown(77575)),
Spell.Cast("Howling Blast"),
Spell.PreventDoubleCast("Blood Tap", 1, ret => BloodTapStackOver10),
Spell.Cast("Frost Strike", ret => Lua.PlayerPower > 76),
Spell.CastOnGround("Death and Decay", ret => CurTarget.Location, ret => Common.UnholyRuneSlotsActive > 0),
Spell.Cast("Plague Strike", ret => Common.UnholyRuneSlotsActive == 2),
Spell.PreventDoubleCast("Blood Tap", 1, ret => NeedBloodTap),
Spell.Cast("Frost Strike"),
Spell.Cast("Horn of Winter"),
Spell.Cast("Plague Strike", ret => Common.UnholyRuneSlotsActive == 1));
}
I must have been more tired then I thought... I meant the one with the fire spells, destruction, is it?You don't have F&B as Demolock![]()
I must have been more tired then I thought... I meant the one with the fire spells, destruction, is it?
Fresh HB install today, SVN PureRotation into Routines folder where Singular is.
Where do I change so HB uses Pure instead of the other one?
As long overdue.. Added T15 4 set bonus support to Soul Reaper (Auto detection) so there's no need for a setting.
This is for both Dual-Wield and Two-Hander Frost and ofc Unholy.
Not at all what I am seeing. With the current SV rotation I am seeing numbers +-2k compared to SimC/FemaleDwarf simulations, which is about 3K more than I am seeing with Tuanha. This is all unbuffed against a single training dummy (no explosive trap/multi shot to damage other dummies).Not sure whats up with surv hunter atm, but after the last few updates to hunters the dps has significantly decreased. Im doing 30k more dps using Tuanha's. They used to be relatively equal
well u should know what u r specced into, cause our glasballs aren't working for this stuff!
Attach a log or it never happened
Just did another dungeon with verbose log. View attachment 92677
I checked it with Ctrl + F for both "Fire and Brimstone" and it's spell ID "108683", but the only two matches were when it was listing the known spells.
Something else I noticed is that the CC never holds any Burning Embers in reserve. Now I'm no expert on the rotation yet, but personally I like to have at least one in reserve, so I can use stuff like FaB and Shadowburn on low health mobs, as those two spells will return the Burning Ember used to cast if, if used properly, as well as be a small DPS boost (to my limited knowledge). Please feel free to correct me if it turns out to be a DPS loss because I'm missing some internal mechanisms, or something.
My main concern is FaB not being cast, as it will, especially in fights with lots of adds, significantly increase DPS due to the spread of Immolate, which generates more Burning Embers the more applications are up. But I'm sure you all know that
Hope you can help me.
And I'm sorry I didn't have a log ready sooner.
Kind regards,
Wearloga
Do you prio Soul Reaper on Killing Machine Procs or you cast it top priority anyway?
It's supposed to show up if your class/spec is supported by CR.
are you in hotkey mode or automatic mode? Makes a difference. I run a destruction lock with a 510 ilvl and have no issues with it using fire and brimstone. or holding embers if you set the settings correctly.
Still getting used to a lot of the settings, not sure what a lot of them are for, but I'm sure I'll find out.
I was running on Hotkey Mode. I suppose it would use them on Automatic Mode?
The only setting I can find which has to do with Burning Embers is "Dark Soul: Minimum Ember Count" which, as far as I can see, is not directly linked to the casting of Chaos Bolts. I had it on 2, it never casted Dark Soul (which might have to do with the Automatic Mode not being turned on) and when it casts Chaos Bolt it usually depletes all Embers.
At least thanks for the help so far. I'm going to test this after dinner![]()