• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [The Weisch] Simple Dk - A simple but yet effective Frost Deakth Knight Routine

    Discussion in 'Archives' started by <Weischbier>, Sep 8, 2013.

    1. deeluxejon

      deeluxejon Member

      Joined:
      Jan 15, 2010
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      16
      Does the cr use runic empowerment and pillar of frost?
       
    2. <Weischbier>

      <Weischbier> Member Buddy Store Developer

      Joined:
      Jan 18, 2013
      Messages:
      562
      Likes Received:
      16
      Trophy Points:
      18
      Please read the first post.
       
    3. <Weischbier>

      <Weischbier> Member Buddy Store Developer

      Joined:
      Jan 18, 2013
      Messages:
      562
      Likes Received:
      16
      Trophy Points:
      18
      [​IMG]

      Regarding "Simple"... :D
       
    4. cmavo87

      cmavo87 New Member

      Joined:
      Sep 17, 2012
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      0
      This sounds great, thanks for implementing the ideas that I threw around!

      Is there any support for engineering gloves (slot 10) seeing as they line up perfectly with Pillar CD?
       
    5. Beast

      Beast Member

      Joined:
      Apr 22, 2010
      Messages:
      618
      Likes Received:
      6
      Trophy Points:
      18
      Only if you dont have the readiness like trinket
       
    6. <Weischbier>

      <Weischbier> Member Buddy Store Developer

      Joined:
      Jan 18, 2013
      Messages:
      562
      Likes Received:
      16
      Trophy Points:
      18
      Yes, it supports it. Regardless of Pillar of Frost though.

      When there's a stable release i'll upload the next version with GUI and a couple more settings.

      gretez

      The Weisch
       
    7. deeluxejon

      deeluxejon Member

      Joined:
      Jan 15, 2010
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      16
      No cd's

      I don't know what I'm doing wrong but it is using no Cd's at all?
       

      Attached Files:

    8. <Weischbier>

      <Weischbier> Member Buddy Store Developer

      Joined:
      Jan 18, 2013
      Messages:
      562
      Likes Received:
      16
      Trophy Points:
      18
      You haven't read the first post carefully, that you did wrong.
       
    9. deeluxejon

      deeluxejon Member

      Joined:
      Jan 15, 2010
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      16
      Lord knows I have yet to be a dick on the forums and have usually been helpful and pretty easy going. The first post read as carefully as I have does not give me any info as to why the cd's aren't being used. I am also making sure that the CD's are enabled via the hotkeys you have used. So if there is something not right on my desktop then it would be for me to look at and see if I can find the problem. But asking a question which now includes a log and being referred to first post does not help me in any fashion. If the cr is working perfectly for everyone else then someone just state that and I will go about troubleshooting where it is wrong in my computer. Thanks and not trying to sound dickish just want to try the cr out at its full potential.
       
    10. paveley

      paveley New Member

      Joined:
      May 1, 2010
      Messages:
      92
      Likes Received:
      0
      Trophy Points:
      0
      Any one noticed the rotation sometime "hangs" trying to use blood tap when no runes need to be converted? I noticed this in LFR yesterday. I will dps a dummy when i get home today to try and replicate the problem and give you a log.

      /paveley
       
    11. <Weischbier>

      <Weischbier> Member Buddy Store Developer

      Joined:
      Jan 18, 2013
      Messages:
      562
      Likes Received:
      16
      Trophy Points:
      18
      Weird, I assume you are using a twohanded weapon? Because I can't replicate your issue at all. Not in dual wield nor twohanded rotation.

      Noticed it too, will do some addiotnal checks to prevent it from hick ups.
       
    12. texdogg

      texdogg New Member

      Joined:
      Feb 9, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Howdy!
      Love your Routine. Very good work and best DmG from all CC's here.
      Just one little issue. My WoW have some lags when i am using your CC. Its just like a 1 second screen freeze. All 20 seconds or so it happens.
      You know whats up there?
       
    13. wowRaider

      wowRaider New Member

      Joined:
      Sep 21, 2010
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      0
      toped few normals in wol top 30. I'll say your DW is kicking ass. Thanks for awesome cr.
      few suggestions: AOE rotation with DnD, and I dont got log now, but seems plague leech not working or working incorectly
       
    14. <Weischbier>

      <Weischbier> Member Buddy Store Developer

      Joined:
      Jan 18, 2013
      Messages:
      562
      Likes Received:
      16
      Trophy Points:
      18
      Uhm, can't see that happen. A little more detail and a log would be useful here. Does it lag when aoe rotation is enabled? Or is it maybe Blood Tap hanging itself? that's were I see i can improve atm.

      Thanks for the feedback :)

      DnD is implemented but my method to use it sucks balls, will have it changed with the next update.

      And what's the issue with Plague Leech? Maybe elaborate a little here.
      At the moment it takes the following conditions: none :D, I use a prioritysystem here and with each cast that gets actually casted successfully, the rotation returns to the top. If it can't cast a spell it goes down to the next until it finds a spell it can use.
      So maybe alittle insight here and i will what i can do.

      greetz

      The Weisch

      Edit:

      with the next build, Blood Tap will get Pulsed.
      Code:
      [INDENT]  if (!StyxWoW.IsInWorld) return;[/INDENT]
                  if (!_toon.Combat) return;
                  if(_toon.FrostRuneCount >= 2 || _toon.UnholyRuneCount >= 2 || _toon.DeathRuneCount >= 2) return; // Added to prevent deadlocks of the routine!
                  if (StackCount(_toon, DeathKnightSpells.BloodCharge) < 5) return;
                  SpellManager.Cast(DeathKnightSpells.BloodTap, _toon);
      
      Also, with the next build will come a pretty raw ui with some settings. Nothing fancy. Chatoutput toggle, some defense abilities, ability to change hotkeys and some performance settings (more developer settings).
       
    15. <Weischbier>

      <Weischbier> Member Buddy Store Developer

      Joined:
      Jan 18, 2013
      Messages:
      562
      Likes Received:
      16
      Trophy Points:
      18
      UPDATE!!!

      Changelog:
      • Added GUI + Settings
      • Blood Tap issue is partly solved, I think it cannot be without ANY hickups

      Threre's a bug within the aoe rotation where it get's stuck at DnD. Not solved yet. Just FYI


      greetz

      The Weisch
       
    16. <Weischbier>

      <Weischbier> Member Buddy Store Developer

      Joined:
      Jan 18, 2013
      Messages:
      562
      Likes Received:
      16
      Trophy Points:
      18
      If someone still not knows what the fox actually says, here's the answer:

      [video=youtube_share;1ybfAoohZw8]http://youtu.be/1ybfAoohZw8[/video]
       
    17. deeluxejon

      deeluxejon Member

      Joined:
      Jan 15, 2010
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      16
      The current one fixed my no cd bugs and dps shot up like 16k thanks a bunch what is sucker punch btw?
       
    18. <Weischbier>

      <Weischbier> Member Buddy Store Developer

      Joined:
      Jan 18, 2013
      Messages:
      562
      Likes Received:
      16
      Trophy Points:
      18
      Dark Succor :)
       
    19. wakkawakka22

      wakkawakka22 New Member

      Joined:
      Nov 11, 2011
      Messages:
      204
      Likes Received:
      2
      Trophy Points:
      0
      Thanks for that mate ... I just love that song!
       
    20. bommelchen

      bommelchen New Member

      Joined:
      Feb 22, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      hallo weischbier dein cc ist mal wieder bombe aber ich hab mal ne frage mein gui sieht nicht so aus wie auf deinen screenshot is da normal und warum nutzt das cc nicht meinen racial als orc? w?re cool wenn du mir helfen k?nntest mfg bommelchen
       

    Share This Page