With the t14 4pc set bonus it's the best choice for ret pve.
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.
Last edited:
With the t14 4pc set bonus it's the best choice for ret pve.
No, during Avenging Wrath with that talent or not, Combat Routine already know it can cast Hammer of WrathI think that he meant that you can use it ABOVE 20% health during AW.
Where do you even get that info from...The talent is so weak compared to the other choices, seems odd to even worry about it.
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.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
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%
Thank for the GREAT bug findingThat'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?
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);
})
);
}
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);
})
);
}
[01:48:46.725 D] System.AccessViolationException: Could not read bytes from 00E09EFA [299]!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?
[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![]()
What do you use as botbase? LazyRaider? Tyrael?
LazyRaider pleaseI have been using Raid Bot