• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Death Vader - Woohoo

    Discussion in 'Archives' started by Xcesius, May 22, 2013.

    1. wakkawakka22

      wakkawakka22 New Member

      Joined:
      Nov 11, 2011
      Messages:
      204
      Likes Received:
      2
      Trophy Points:
      0
      no worries -Tusen takk!

      I'll be watching blizzcon this weekend :)
       
    2. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Fixed.
       
    3. gbreivik

      gbreivik Member

      Joined:
      Mar 14, 2013
      Messages:
      162
      Likes Received:
      0
      Trophy Points:
      16
      Halla ;) Kommer til ? teste den her p? DK'en min som er 560 ilvl, h?per den gj?r mer dps enn det purerotation gj?r. Kommer med tips etterhvert. N? har jeg ikke tatt meg tid til ? lese alt, har du lagt til GUI? Jeg vil gjerne bruke interrupts selv, samme med AMS og IB, siden spesielt p? garrosh s? m? man time CD's helst selv. Kj?rer p? med den her ikveld ;)
       
    4. wakkawakka22

      wakkawakka22 New Member

      Joined:
      Nov 11, 2011
      Messages:
      204
      Likes Received:
      2
      Trophy Points:
      0
      Code:
      Halla Going to test it here on my DK'en that is 560 ilvl, hope it does more dps than purerotation do. Comes with tips for each. Now I have not taken the time to read it all, you've added to the GUI? I would like to use interrupts himself, same with AMS and IB, especially since Garrosh then you have to time the CD's first self. Running on the here tonight
      denne rutinen ikke kastet ikke defensive CDer, m? du manuelt kastet dem. Du kan ogs? deaktivere avbryter.
      Code:
      this routine does not cast defensive CDs, you will have to manually cast them. You can also disable interrupts.
       
    5. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      wow, that was really bad google translate :D

      Skru av interrupts vist du vil bruke dem selv. Death Vader bruker ikke def cooldowns, s? dette m? du h?ntere selv.

      GUI er der ja.
       
    6. gbreivik

      gbreivik Member

      Joined:
      Mar 14, 2013
      Messages:
      162
      Likes Received:
      0
      Trophy Points:
      16
      Har testa den n?. Du m? fike ALT modifiers, plutselig skal den poppe army osv. Overall DPS er s?nn n?genlunde, men har bare f?tt pr?vd den p? Thok the Bloodthirsty.

      Det som er med ALT modifiers, er at hvis du har "No specific" p? f.eks Army of the Dead, s? med en gang du trykker ALT s? sl?r army seg p?. Skulle v?rt et option ? ikke bruke army i det hele tatt, hvis du skj?nner.

      Tester mere senere.


      EDIT; En ting til, han er ganske "sen" med ? refreshe blood plague og frost fever, og den bruker outbreak selv om han har buffs oppe p? 10sek +++
       
    7. JBuilder

      JBuilder New Member

      Joined:
      Aug 19, 2013
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      1
      Hi,alxaw!
      your frostDk's code has a big bug:
      Code:
           Spell.Cast("Empower Rune Weapon", ret => (I.WieldsTwoHandedWeapons && CanEmpowerRuneWeapon) || (!I.WieldsTwoHandedWeapons && CanEmpowerRuneWeaponDW) && (
                  (SG.Instance.Frost.ClassRacials == DvEnum.AbilityTrigger.OnBossDummy && U.IsTargetBoss) ||
                  (SG.Instance.Frost.ClassRacials == DvEnum.AbilityTrigger.OnBlTwHr && G.SpeedBuffsAura) ||
                  (SG.Instance.Frost.ClassRacials == DvEnum.AbilityTrigger.Always)
           ))
      
      Code should be modified to
      Code:
           Spell.Cast("Empower Rune Weapon", ret => (I.WieldsTwoHandedWeapons && CanEmpowerRuneWeapon) || (!I.WieldsTwoHandedWeapons && CanEmpowerRuneWeaponDW) && (
                  (SG.Instance.Frost.EmpowerRuneWeapon == DvEnum.AbilityTrigger.OnBossDummy && U.IsTargetBoss) ||
                  (SG.Instance.Frost.EmpowerRuneWeapon == DvEnum.AbilityTrigger.OnBlTwHr && G.SpeedBuffsAura) ||
                  (SG.Instance.Frost.EmpowerRuneWeapon == DvEnum.AbilityTrigger.Always)
           ))
      
       
    8. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Fixed. Thanks for noticing.
       
    9. fragnot

      fragnot Member

      Joined:
      Feb 19, 2012
      Messages:
      756
      Likes Received:
      1
      Trophy Points:
      18
      Is this worth using for DK tanking ?
       
    10. thatwouldbestealing

      thatwouldbestealing Member

      Joined:
      Oct 22, 2012
      Messages:
      510
      Likes Received:
      11
      Trophy Points:
      18
      Hi this currently supports Frost and Unholy Specs only.

      For tanking you can use PureRotation or TuanHa.
       
    11. fragnot

      fragnot Member

      Joined:
      Feb 19, 2012
      Messages:
      756
      Likes Received:
      1
      Trophy Points:
      18
      Are you sure about that ?

      I found this :

      alxaw recommends using his own Death Vader for tanking o_O ?
       
    12. wowRaider

      wowRaider New Member

      Joined:
      Sep 21, 2010
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      0
      sure! this CR support Blood for 2-3 months already and do this really great
       
    13. thatwouldbestealing

      thatwouldbestealing Member

      Joined:
      Oct 22, 2012
      Messages:
      510
      Likes Received:
      11
      Trophy Points:
      18
      Fair enough. I was using this from the start (when it was Frost/Unholy) and checked the front page before commenting to be sure, but I'm happy to know there is another Blood CC available!

      Perhaps the first post could be updated.

      Cheers!
       
    14. cryogenicrooster

      cryogenicrooster New Member

      Joined:
      Nov 3, 2010
      Messages:
      196
      Likes Received:
      4
      Trophy Points:
      0
      I just have to say again I love this cc for frost pve it rocks. Just started using it for blood too. Thanks.
       
    15. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Glad it could be of use :)
       
    16. csl5707

      csl5707 New Member

      Joined:
      Sep 1, 2012
      Messages:
      284
      Likes Received:
      0
      Trophy Points:
      0
      Never try frost before, this CC have better dps in frost or unholy?
       
    17. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Added Auto Pause on Manual Cast, you can set the amount of MS it needs to pause before continuing the rotation. I would recommend 200-300 ms
       
    18. nnkids

      nnkids Member

      Joined:
      Oct 6, 2013
      Messages:
      42
      Likes Received:
      1
      Trophy Points:
      8
      Compiler Error: l:\新建文件夹 (3)\Routines\DeathVader\Interfaces\GUI\DV_Interface.Designer.cs(71,30) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'SelectedItemWithFocusForeColor' and no extension method 'SelectedItemWithFocusForeColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)



      what's happen???
       
    19. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Hi nnkids,

      You're missing DOWNLOAD 4.5
       
    20. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Added Auto Pause on Manual Cast, you can set the amount of MS it needs to pause before continuing the rotation. I would recommend 200-300 ms
       

    Share This Page