Stormchasing
Community Developer
- Joined
- Jan 15, 2011
- Messages
- 4,029
- Reaction score
- 48
will look at it, but SR has already a high priority after NS for healing debuff and keep diseases up
Is it only me or is the pvp rotation FORCING cd's ?
I mean.. I play with hotkeys mode, and when ever I target or charge an enemy, the char beginns to spam all cd's + bladestorm without me " asking " for it.
I removed the " use cd's " already.. and even tryed to force the pvp rotation.
Dunno what I can do more![]()
View attachment 112613
hey how is blood dk on purev2? i decided to go blood on my dk for some fast queue times and am looking for a optimal blood dk routine.
For some reason the Ret rotation isn't using Exorcism. I've changed everything as far as automatic/hotkey/ect. Its just simply not using Exorcism at all, even when it procs.
Correction, it uses Exorcism perfectly if you remove the Glyph of Mass Exorcism. The spell id for that glyph is 122028.
Log with Glyph enabled
View attachment 112944
Log with Glyph disabled
View attachment 112945
think i found the line: [21:57:24.528 D] [SpellManager] Exorcism (122032) overrides Exorcism (879)
if anyone knows where i can find this line to edit it myself please let me know!
Spell.Cast("Exorcism", ret => Me.HasAura(59578) || !Spell.SpellOnCooldown("Exorcism")),
public static bool SpellOnCooldown(string spell)
{
SpellFindResults results;
if (SpellManager.FindSpell(spell, out results))
{
return results.Override != null ? results.Override.Cooldown : results.Original.Cooldown;
}
return false;
}
Hi, I run purev2 with my windwalker monk and since the hb update yesterday, PR hasn't been working properly.
I've followed the guide in the OP for troubleshooting, deleted the settings and all the compiled assemblies, deleted and redownloaded PR2 from the svn (rev 1792), no dice.
From what I can tell, my monk is no longer casting Jab as part of the rotation, which means no chi, which means barely anything from my rotation will fire.
If I cast Jab manually to generate chi, then PR will kick in and use my chi spender abilities, and then go back to not doing anything until I hit jab again. It also uses my Xuen cooldown.
I've attached the latest log and will now try a fresh HB install to see if that does anything.
i'm sure it was me in the first versions, alxaw and wulf tweaked it a bit in some of the later versions, i'm doin it now againWho is the Author of Retribution CC for this all-in-one?