KsuCoolCat
Member
- Joined
- Jan 16, 2012
- Messages
- 99
- Reaction score
- 2
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
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?
View attachment 99921`
@alxaw
I still can't make Hkeys work as Frost. CDs still go off when I disable them. As UH everything works.
View attachment 99924
UH doing nothing but kepping deseases up and spamming PS. All my runes are up RP @100 and no spells are used.
(I hope I have the right log here)
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),
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),
Compiler Error: c:\Program Files (x86)\Honorbuddy2\Routines\DeathVader\Interfaces\GUI\DV_Interface.Designer.cs(59,30) : error CS1061: 'System.Windows.Forms.PropertyGrid' does not contain a definition for 'CommandsBorderColor' and no extension method 'CommandsBorderColor' accepting a first argument of type 'System.Windows.Forms.PropertyGrid' could be found (are you missing a using directive or an assembly reference?)
Keep getting this error on startup:
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.Added.
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.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
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.
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