Then I misunderstand it. Just with the more frequent use of a low priority attack, seems like the other 2 choices would be better, at least in pve.
No, during Avenging Wrath with that talent or not, Combat Routine already know it can cast Hammer of Wrath
Where do you even get that info from... At least for my gear, this is what I get from only changing that talent tier http://i.imgur.com/B7GhH.png Edit: And I don't even have 4pc
That's what I'm trying to say though tuanha, it doesn't cast it, even when everything else is on cooldown. It just sits there, not casting hammer of wrath, with nothing else to do. Edit for clarification: When the mob is less than 20% it's fine and will cast it when everything else is on cooldown. And I'm pretty sure line 2208 of THCommon is the culprit. It currently checks whether your current target has less than 20% hp OR you have avenging wrath buff AND you have the spell Holy Insight, which from what I can tell, correct me if I'm wrong, has nothing to do with Hammer of Wrath. So wouldn't it fail there and not count Hammer of Wrath as an option?
Was just a guess. Seems like you get an extra 300dps for a situational talent. My mistake for such a gross miscalculation. With 4pc Im sure it will be more when AW is up. Anyone know if this is viable talent for prot or holy?
Hi guys what kind of spells and setting am I looking for if I want to just do max HPS the current routine has no problem keeping everyone alive and i useally end the fight with 90% mana as it just mainly uses holy light but I want to top the meters with HPS thanks in advance.
im using the defaul raid settings and healing fine with it i do use potion for spirit and interlect i only changed holy radiance units to 6 instead of 3 i wil use 3 units per holy radiance on 90 procent once i have full epic gear but for now i use holy radiance on 6 units when under 90% hp and light of dawn 3 units on 95%
Yeah I'm fully epic atm and have no problems with the healing I just want higher HPS to top the meters.
Thank for the GREAT bug finding This is the bug code Code: private Composite HammerofWrathCurrentTarget() { return new Decorator( ret => _lastCastSpell != "Hammer of Wrath" && (THSettings.Instance.SHammerofWrath || !SpellManager.HasSpell("Holy Insight")) && !CastingorGCDL() && SpellManager.HasSpell("Hammer of Wrath") && !Me.Mounted && !Me.HasAura("Hand of Protection") && Attackable(Me.CurrentTarget) && FacingOverride(Me.CurrentTarget) && Me.CurrentTarget.Distance < 30 && (Me.CurrentTarget.HealthPercent < 20 || Me.HasAura("Avenging Wrath") && SpellManager.HasSpell("Holy Insight")) && SpellManager.CanCast("Hammer of Wrath", Me.CurrentTarget), new Action(delegate { //Logging.Write(LogLevel.Diagnostic, "Call Roll pls"); SafelyFacingTarget(Me.CurrentTarget); CastSpell("Hammer of Wrath", Me.CurrentTarget); }) ); } And this is the correct code, notice there only one ! difference (SpellManager.HasSpell("Holy Insight") vs !SpellManager.HasSpell("Holy Insight")) and you can find it xD SVN updated, big thank for TehHuntorz <3
HI TuanHa! Please check this: I've tried everything, and always i got erorrs. Responds very slowly, and don`t use some spells. Maybe it's because i play on not english client?
Quick question about using this pluggin with Tyrael. For tyrael settings, do i disable or enable framelock? As well, how many ticks per second I use? I know it depends on my computer, but is there any legit way of figuring this out instead of just trying it out and see what works best for me? Im not too sure what ticks per second even means =s Thanks
[01:48:46.725 D] System.AccessViolationException: Could not read bytes from 00E09EFA [299]! Please read more about the issue in FAQ
Anyone have any idea what makes me lag an insane amount when I try to pvp with this? I feel like I should have a decent enough computer to not have a CC lagging me. FPS drops to almost unplayable as Ret in BG's when you start fighting. Computer is a Phenom II 965 quad core, 8 gigs of ram, and a GTX460 video card, Wow and HB are even running off of an SSD drive
TuanHa I check immediate dispell but it sometimes waits 5-6 casts. Is there a reason why it does this?