wakkawakka22
New Member
- Joined
- Nov 11, 2011
- Messages
- 204
- Reaction score
- 2
no worries -Tusen takk!
I'll be watching blizzcon this weekend
I'll be watching blizzcon this weekend

View attachment 110024
Hrm, didn't seem to work. Not able to toggle abilities on/off. Also, just pressing ALT (my modifier) seems to pause the rotation, and chat output confirms this.
HallaKommer 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
![]()
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
this routine does not cast defensive CDs, you will have to manually cast them. You can also disable interrupts.
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.
wow, that was really bad google translate
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.
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)
))
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)
))
Hi,alxaw!
your frostDk's code has a big bug:
Code should be modified toCode: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: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) ))
Is this worth using for DK tanking ?
Monk : Xiaolin (BM tank)
Warrior : Fury Unleashed (dev-pub)
Death Knight : Death Vader
Protection Pala : If you got money, buy Vanguard / use PR (Free)
Druid : SuperBad / PR
These would be my choices if I were going to tank PvE.
sure! this CR support Blood for 2-3 months already and do this really great
I just have to say again I love this cc for frost pve it rocks. Just started using it for blood too. Thanks.
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???