// WOTB with elites
bool wotbElites =
(WOTBGoblins || WOTBElitesPresent);
return
Hotbar.Contains(SNOPower.Barbarian_WrathOfTheBerserker) &&
!UseOOCBuff &&
!IsCurrentlyAvoiding &&
Player.PrimaryResource <= 50 &&
!CanCast(SNOPower.Barbarian_WrathOfTheBerserker) &&
!GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker) &&
(WOTBIgnoreElites || wotbElites || (Settings.Combat.Barbarian.WOTBMode == BarbarianWOTBMode.WhenReady));
}
}
// WOTB with elites
bool wotbElites =
(WOTBGoblins || WOTBElitesPresent);
return
Hotbar.Contains(SNOPower.Barbarian_WrathOfTheBerserker) &&
!UseOOCBuff &&
!IsCurrentlyAvoiding &&
TargetUtil.EliteOrTrashInRange(5f) && <----- I added that but it still cast WOTB after cinema
Player.PrimaryResource <= 50 &&
!CanCast(SNOPower.Barbarian_WrathOfTheBerserker) &&
!GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker) &&
(WOTBIgnoreElites || wotbElites || (Settings.Combat.Barbarian.WOTBMode == BarbarianWOTBMode.WhenReady));
}
}
ohh im stupidyou dont need this - you can change WOTB cast range in Trinity, Variables tab
I have new version trinity and i Use v1 (no wait timmer before boss), and no problem.. If i use V4 my barb wait before enter boss, why? to prevent any bug?
sorry for my noob understande![]()
have been testing the kulle adventure mode with V4.0 for an hour in T5. legendary/hour:0.93. 0.0Hello,
I have a question, as far as i can notice, the Kulle adventure mode profile makes more games/hour giving more chances to drop legendarys, but less gold/xp because of the lack of the quest.
is that correct ?
he won´t use it when you don´t have wirl windMy barb wont use EARTHQUAKE/MOLTEN FURY ??6????
Does anyone know about the issues with WD and not standing close enough? Seems like a lot of people have been having this issue and no fixes. Ive tried fixing the settings in trinity and messing with the code, but no luck. Seems like Piranhas isn't working either according to others.
Also; Great work Kevin!
// Piranhas
if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.Witchdoctor_Piranhas) && !Player.IsIncapacitated &&
(TargetUtil.AnyMobsInRange(30, 2)) &&
Player.PrimaryResource >= 250)
// Piranhas
if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.Witchdoctor_Piranhas) && !Player.IsIncapacitated &&
(TargetUtil.AnyElitesInRange(12) || (TargetUtil.AnyMobsInRange(30, 2))) &&
Player.PrimaryResource >= 250)
Yes it true.
Btw, i wonder if anyone have the lagging problem with Ghom, after botting 3-4 hours, the screen just stuck and can't bot anymore. is that something about Smart Ram u mention earlier? I already have the software and set SMART RAM auto free but its not help.
Anyone have this problem?