• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Deathstrike [Blood&Frost] Raid/Dungeon CC

    Discussion in 'Archives' started by wulf, Aug 14, 2011.

    1. SpigotStyle

      SpigotStyle New Member

      Joined:
      Jan 15, 2010
      Messages:
      98
      Likes Received:
      1
      Trophy Points:
      0
      Working great for my DK and his dungeon leveling. Lvl 74 ATM.
       
    2. Axlesan

      Axlesan New Member

      Joined:
      Jan 27, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      i Hate this cc when my dk is with rhat in dungeons he only autoattacks... lv60 atm... so i better take singular he makes heartstrike its enoght for low level tanking
       
    3. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      hmm yea you prob are better off with a full class type CC like singular... not all C's are able to be used for leveling

      btw direct quote from the OP

      "Requires:
      Latest Honorbuddy version
      Level 85 Blood Death Knight
      "

      should maybe read instead of whining
       
      Last edited: Mar 6, 2012
    4. primo

      primo New Member

      Joined:
      Sep 19, 2010
      Messages:
      1,059
      Likes Received:
      0
      Trophy Points:
      0
      get top lv 80 and try agian this works great
       
    5. Ulbjorn

      Ulbjorn New Member

      Joined:
      Feb 15, 2012
      Messages:
      130
      Likes Received:
      0
      Trophy Points:
      0
      Does anyone's client lag a lot when tanking while using blood?
      This CC works great other than that.
       
    6. megabbyte

      megabbyte Banned

      Joined:
      Jan 15, 2010
      Messages:
      876
      Likes Received:
      3
      Trophy Points:
      0
      Good CC.. how to change setting to ignore resting? Im doing some quests.. with frost tree.. but when have low health, i can move my character.. need resting.. how to disable that?
       
    7. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Deathstrike.cs (remove or comment out "//" the following from the code)

      Code:
      public override bool NeedRest
              {
                  get
                  {
                      if ((Me.HealthPercent <= 50 || Me.ManaPercent <= 50) && !Me.IsSwimming)
                      {
                          return true;
                      }
                      else
                          return false;
                  }
              }
      
              public override void Rest()
              {
                  if ((Me.HealthPercent <= 50 || Me.ManaPercent <= 50) && !Me.IsSwimming)
                  {
                      Styx.Logic.Common.Rest.Feed();
                  }
              }
       
    8. kayes

      kayes Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,353
      Likes Received:
      4
      Trophy Points:
      38
      Wulf, how is this CC compared to CLU regarding blood tanking dungeons?
       
    9. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      simple answer try it out for yourself... Everyone will have a different experience due to different gear setups and different talent/glyph choices and different preferences in play style :p
       
    10. prawnz

      prawnz New Member

      Joined:
      Dec 29, 2011
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
      This CC does more dps than CLU in tank mode.
       
    11. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      This may be true, however CLU is designed for maximum survivability, if you are around 90% and have a Blood Shield CLU will out dps DeathStrike, whereas DeathStrike always does solid DPS with reasnable survivability.
       
    12. No!secontrol

      No!secontrol New Member

      Joined:
      Mar 5, 2012
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      Thanks wulf for your CC's i raid with CLU and its RLY NICE
      dk1.jpg dk2.jpg dk3.jpg
      Thanks Thanks Thanks +rep

      BTW:
      I tank with a Death Knight
       
    13. coldfront1

      coldfront1 Member

      Joined:
      Jan 23, 2012
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      16
      BEST DK CC! ive tried 3 other ones, and they all fail compared to this, cuddo's to you
       
    14. No!secontrol

      No!secontrol New Member

      Joined:
      Mar 5, 2012
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      Maybe u can add a option to Disable Anti-Magic Shell?!
      Cause the CC use it useless^^
      i need it for Madness of DW Heroic at the third where the head comes down for the debuff it will stack and ive no ams ready for it cause it will use it on Shrapnel Cast^^
       
    15. altec

      altec Community Developer

      Joined:
      Jun 11, 2011
      Messages:
      425
      Likes Received:
      7
      Trophy Points:
      18
      Hey, jumping in right here, but almost every battle I get in I get this error:

      Code:
      [4:14:57 AM:358] System.NullReferenceException: Object reference not set to an instance of an object.
         at Deathstrike.DeathKnight.damageReduction() in c:\%%\Honorbuddy_2.0.0.5800\CustomClasses\Deathstrike\DeathstrikeHelpers.cs:line 272
         at Deathstrike.DeathKnight.get_NeedCombatBuffs() in c:\%%\Honorbuddy_2.0.0.5800\CustomClasses\Deathstrike\Deathstrike.cs:line 288
         at Styx.Combat.CombatRoutine.CombatRoutine.#KAd(Object cnd)
         at TreeSharp.Decorator.CanRun(Object context)
         at TreeSharp.Decorator.#h.#nF.MoveNext()
         at (Object )
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
         at (Object )
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.Decorator.#h.#nF.MoveNext()
         at (Object )
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
         at (Object )
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
         at (Object )
         at TreeSharp.Composite.Tick(Object context)
         at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
         at (Object )
         at TreeSharp.Composite.Tick(Object context)
         at Styx.Logic.BehaviorTree.TreeRoot.Tick()
      
      Any thoughts?
       
    16. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Hi Altec, Please post the full log. (See How to by Kickazz006)
       
    17. Thang781

      Thang781 New Member

      Joined:
      May 13, 2011
      Messages:
      630
      Likes Received:
      2
      Trophy Points:
      0
      hier mit log. das CC hat bis vor dem update noch wunderbar funktoniert.

      english: here with full logs. the cc worked perfectly until the last update.
       

      Attached Files:

    18. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Hi Thang78, could you update http://www.thebuddyforum.com/honorb...ontrolled-raiding-heroics-raf.html#post271577

      I fixed the pesky bug with AMS as well (see attached V2.6)

      Deutsch: Hallo Thang78, k?nnten Sie aktualisieren http://www.thebuddyforum.com/honorb...ontrolled-raiding-heroics-raf.html#post271577

      Ich reparierte die l?stigen Bug mit AMS als auch (siehe beigef?gte V2.6)

      On another note I would like to retire this CC, if anyone wants to Fork it feel free.
       

      Attached Files:

      Last edited: Apr 24, 2012
    19. Thang781

      Thang781 New Member

      Joined:
      May 13, 2011
      Messages:
      630
      Likes Received:
      2
      Trophy Points:
      0
      thanks for the fast reply and for your support. i have updated lazyraider now and use the 2.6 version. but still the CC won't tank. here is the log.
       

      Attached Files:

    20. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Hi Thang78,

      Please try the following;-

      1. Start Honourbuddy
      2. Select Deathstrike 2.6
      3. Click "Class Config" button
      4. Click "Blood" under the "Presence" heading.
      5. Click Save and close
      6. Stop Honourbuddy
      7. restart Honourbuddy.

      then for Lazyraider I recommend;-
      • Click "Bot Config"
      • Tick " Run without a tank (no leader)" under the "Behaviour" heading.
       
      Last edited: Apr 24, 2012

    Share This Page