gtstranger
New Member
- Joined
- Mar 3, 2013
- Messages
- 60
- Reaction score
- 0
10.1
Damage with MH ticks*: 4907721 -> 5246409
Damage with OH ticks*: 4907721 -> 5246409
iph 2050 -> 2070 ><
try 700, and reduce overpover to 500 or to standart 250, in my opinion it dont affect for tornados dps, and give some more dps
// Ignore elite option, except if trying to town portal
if (!cacheObject.IsBoss && ShouldIgnoreElites && cacheObject.IsEliteRareUnique && !(cacheObject.HitPointsPct <= (Settings.Combat.Misc.ForceKillElitesHealth/100)))
{
break;
}
bool EliteWithLotsofTrash = (CombatBase.CanCast(SNOPower.Barbarian_WrathOfTheBerserker) || CombatBase.GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker))
&& cacheObject.IsEliteRareUnique
&& Player.CurrentHealthPct >= 0.20
&& ObjectCache.Count(o => o.IsTrashMob && cacheObject.Position.Distance2D(o.Position) <= Settings.Combat.Misc.TrashPackClusterRadius) >=
(Settings.Combat.Misc.TrashPackSize - ObjectCache.Count(o => o.IsEliteRareUnique));
// Ignore elite option, except if trying to town portal
//intell
if (!cacheObject.IsBoss && ShouldIgnoreElites && cacheObject.IsEliteRareUnique
&& (cacheObject.HitPointsPct > 0.15 || Player.CurrentHealthPct <= 0.20 || cacheObject.IsMinion) && !EliteWithLotsofTrash)
{
break;
}