• Visit Rebornbuddy
  • Death Vader - Woohoo

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

    1. KsuCoolCat

      KsuCoolCat Member

      Joined:
      Jan 16, 2012
      Messages:
      99
      Likes Received:
      2
      Trophy Points:
      8
      I'm going to play with the Attack Power threshold a bit tonight. After further thought, 3k appears to be too low. Might try the 5k you originally recommended =P
       
    2. wakkawakka22

      wakkawakka22 New Member

      Joined:
      Nov 11, 2011
      Messages:
      204
      Likes Received:
      2
      Trophy Points:
      0
      alxaw,

      Anyway I can implore you to put in Death Siphon ? I have been using it with good results. My health doesn't drop as low, and during a lot of heroics I can get some nice heals from it. It does decent damage. Maybe allow a setting for what % health to prioritize it?
       
    3. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Added.
       
    4. Stoyo

      Stoyo New Member

      Joined:
      Dec 23, 2012
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      0
    5. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      It's weird because I use the frost all the time with hotkeys. I'm playing as DW frost ilvl 530+ :\

      Tried using a clean HB folder?
       
    6. Stoyo

      Stoyo New Member

      Joined:
      Dec 23, 2012
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      0
    7. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      You have to delete your settings due to new AP logic (You can disable this if you want in the cc settings) but I'd recommend to clean your hb settings folder.
       
    8. KsuCoolCat

      KsuCoolCat Member

      Joined:
      Jan 16, 2012
      Messages:
      99
      Likes Received:
      2
      Trophy Points:
      8
      it sounds like you're having the same problem i was. i ended up reverting back to pre-dot tracker and deleting all my settings for DV.

      Edit: found the bug... the comparison operator for the attack power check is wrong. should be greater than, not less than.

      DV_Unholy.cs:66-67
      Code:
                   Spell.PreventDoubleCast("Outbreak", 1, ret => SG.Instance.Unholy.EnablePowerDots && DoTTracker.SpellStats(Me.CurrentTarget, SpellBook.BloodPlague).AttackPower + SG.Instance.Unholy.AttackPowerDot [COLOR="#FF0000"]<[/COLOR] Me.AttackPower),
                   Spell.PreventDoubleCast("Plague Strike", 0.7, ret => SG.Instance.Unholy.EnablePowerDots && Spell.SpellOnCooldown("Outbreak") && DoTTracker.SpellStats(Me.CurrentTarget, SpellBook.BloodPlague).AttackPower + SG.Instance.Unholy.AttackPowerDot [COLOR="#FF0000"]<[/COLOR] Me.AttackPower),
      
       
    9. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Fixed, please update :)
       
    10. akheronn

      akheronn New Member

      Joined:
      Jun 10, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Keep getting this error on startup:

       
    11. Xcesius

      Xcesius Community Developer

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

      Please install .NET Framework 4.5
       
    12. deeluxejon

      deeluxejon Member

      Joined:
      Jan 15, 2010
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      16
      Can anyone who has 4 piece a 522 wep and the primordius trinket a feather from ji-kun let me know what their unholy dps is avg on dummy 10 min or so. I'm 526 with all mentioned gear and frost is doin 137k on dummy...want to know if this cr is worth regemming to use as unholy currently using it for 2h frost
       
    13. wakkawakka22

      wakkawakka22 New Member

      Joined:
      Nov 11, 2011
      Messages:
      204
      Likes Received:
      2
      Trophy Points:
      0
      sorry alxaw, I haven't had a chance to try this out yet...been without power for 2 days after some bad storm. But once I do I will let you know. Thanks for being so awesome.
       
    14. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      There seems to be some issues, it might be related to the newest HB changes. I will look into it
       
    15. KsuCoolCat

      KsuCoolCat Member

      Joined:
      Jan 16, 2012
      Messages:
      99
      Likes Received:
      2
      Trophy Points:
      8
    16. RichieSams

      RichieSams New Member

      Joined:
      Jul 4, 2010
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      For some reason, and this goes fore PR and this routine, during fights the CR will stop for about 10-12 seconds and then continue. Idk why but it just randomly stops and does nothing lol. Everything works fine for PR frost but when I want to play unholy it just has this error. Attached log. I feel like im doing something wrong since its happening to me on this and PR.

      EDIT: Just did a 40million parse on a dummy and didn't have the problem, so I have no idea what is going on.


      Just ran a 40million parse and was at 157k. I don't have the ji'kun trinket yet (been extremely unlucky) but I am at 134ilvl.
       

      Attached Files:

    17. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Wrong log, that's the PR one :p
       
    18. RichieSams

      RichieSams New Member

      Joined:
      Jul 4, 2010
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      Crap, on my laptop now but I'll get the right one.
      Just double checked and it says [Death vader] on every line for me?
      I will get another log later on anyways. Sorry
       
    19. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Please update and try again for me :)

      [​IMG]

      Armory : Level 90 Orc Death Knight | WoW World of Warcraft Armory Profiles | Masked Armory

      Not the best twohander or trinkets.

      As you can see it's working fine here. This is even with powerdots, it doesn't stop up or anything
       
    20. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      UH pve dps stops randomly 3-4 sec in raid.
       

    Share This Page