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

<Weischbier>

Member
Joined
Jan 18, 2013
Messages
562
Reaction score
16
Synapse
Frost Death Knight

> What does it do ? <

Synapse performs the best ability prioritized combat actions available
here at the Honorbuddy Forum.


> What is the purpose of this ? <

To grant you the best DPS possible in every environment. (Raid, Dungeon, Scenario)

> How To <

Download the zip file below and
i
nstall the routine into Honorbuddy/Routines/Synapse

Start Honorbuddy and choose Synapse.

> Important <

Enable Framelock or this routine will not take of what is possible with it.

Found a bug? Attach a Logfile or else...


> Credits <

Mirabis for this Layout
Millz for various things
Nom nomnom for being here
Wulf for various things


> Changelog <

Although we had several releases before, I consider this #1

> Download <

SVN Link(coming soon) or Synapse v1.0.0
 

Attachments

Hi!

(For people not familiar with this guy, he's the one who introduced Tyrael to us all! ;)).
 
For sure welcome back weisch! i was a happy user of synapse ))
 
didn't had time by now to read into it :-)

Hopefully it is, so I can tweak it to my needs ;-P
 
didn't had time by now to read into it :-)

Hopefully it is, so I can tweak it to my needs ;-P

Well, i tried to keep the rotation as small as possible and only take important things into account.
When you take a closer look at Simulationcraft you can clearly see a lot of bloat. It's just unneccessary to check if yu have 10 stacks of Blood Charges and less than 76 RP.
If you're starving on runes => use it. Simple as that. There will be rare to no occassions where RP capping can happen.
 
There's no GUI^^

But what do you want to do wih it? Maybe i can help you out.
Where did it go then? :)

Features of Simple Dk.

  • Free of charge. This routine does not cost any money.
  • Rotations focussed on raiding. The best possible DPS output!
  • Support for only Frost specializations (Dual Wield and 2h).

  • Graphical User Interface for easy settings management.

  • Extended hotkey system.

  • Extremely high efficiency and full framelock (LockSelector) support.
 
He just released this yesterday or so, I would make a wild guess that its an upcoming feature! ^__<
 
Where did it go then? :)

Features of Simple Dk.

  • Free of charge. This routine does not cost any money.
  • Rotations focussed on raiding. The best possible DPS output!
  • Support for only Frost specializations (Dual Wield and 2h).

  • Graphical User Interface for easy settings management.

  • Extended hotkey system.

  • Extremely high efficiency and full framelock (LockSelector) support.

Ahahah, I fucked up Copy'n Paste. I never intended to make a GUI.

You guys want a GUI? What settings you want then? Tell me.

Edit: As an extra. I'll change the routines into 1 folder. It'll choose the rotation based on the weapons you're wearing. Like two 1 hand, do Dual wield routine ...yada yada. You know what i mean^^
 
Ahahah, I fucked up Copy'n Paste. I never intended to make a GUI.

You guys want a GUI? What settings you want then? Tell me.

Edit: As an extra. I'll change the routines into 1 folder. It'll choose the rotation based on the weapons you're wearing. Like two 1 hand, do Dual wield routine ...yada yada. You know what i mean^^

To be honest i don't need a GUI - I just like opening it to see what's available :o)
 
To be honest i don't need a GUI - I just like opening it to see what's available :o)

Well, you can still edit the file.
Open it in an editor and within this code:
Code:
#region Category: CustomVariables
        /// <summary>
        /// Allows the routine to skip some resource inetgnsive spell checks.
        /// </summary>
        private const bool SkipCanCastMethod = true;


        /// <summary>
        /// You have the T 15 4 Piece Set bonus?
        /// </summary>
        private const bool HaveT154PieceSet = false;


        /// <summary>
        /// Change to whatever amount of health you want to cast Soul Reaper.
        /// </summary>
        private const int SoulReaperHealthPercent = HaveT154PieceSet ? 45 : 35;
        #endregion Category: CustomVariables

You can change a tiny bit.
 
Aight guys,

check this:
Code:
Cast(DeathKnightSpells.PlagueLeech, ret => _toon.UnholyRuneCount + _toon.FrostRuneCount <= 2),

What are your feelings about this?

Also, with the next release i'll add movement support. But it's a bit different and is highly experimental the way i call it.
So I'll upload two versions: 1st with the new Plague Leech if you approve this, the 2nd will be with the experimental movement.
 
Back
Top