BuddyMe
Community Developer
- Joined
- Jun 13, 2014
- Messages
- 447
- Reaction score
- 16
With latest Trinity and DB beta builds, no matter what I modify
Barb won't use rend againt elites and Rift boss at all.
As if it's like disabled during in combat.
with older version It spams rend but at least I can tweak rend spamming cycle like the codes below.
Without proper rend using barb can't keep continuous WOTB buff.
Code:(!GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker)) || //Spam When WOTB is off (CombatBase.TimeSincePowerUse(SNOPower.Barbarian_Rend) >= 2250) || (CombatBase.TimeSincePowerUse(SNOPower.Barbarian_Rend) >= 2000 && (TargetUtil.AnyElitesInRange(18, 1) || (Trinity.ObjectCache.Count(o => o.IsUnit && !o.HasDotDPS && o.RadiusDistance <= V.F("Barbarian.Rend.MaxRange")) >= V.I("Barbarian.Rend.MinNonBleedMobCount")))));
it work like a proirity list, before it spams rend, i have reduce the priority at after WW, i realy need to farm this barb gear to set him ..