Where do i install that .CS file?
EDIT: Nvm i was blind![]()
I replaced the MonkCombat.cs in default Routines folder but it does not work for me. The bot will not do SSS ever. Am I missing something?
Where do i install that .CS file?
EDIT: Nvm i was blind![]()
I've started to work on http://www.diablofans.com/builds/574...9-ulianas-monk build for Trinity 3, expect it soon (but not today)
Gnite .
http://www82.zippyshare.com/v/2R0uEOGj/file.htmlMonkCombat.cs doent work for me.
Anyone else have a .cs for this build ?
thks all
(TargetUtil.AnyElitesInRange(15, 1) || Player.CurrentHealthPct <= 0.55 || Legendary.Madstone.IsEquipped) &&
@Krakkus, I haven't figured that bug out yet so I have Channeling pick up turned off. I have reported it to the Trinity devs as the new 2.13.5 which supports Uliana set has the same bug in it.
MCHammer87, I think Trinity 3.X is still being worked on and is reverted back to 2.13.X in the mean time while it is being worked on some more.
// We get a charge every 8 seconds. If we have 2 charges, be dashing
if (Skills.Monk.DashingStrike.Charges > 1)
{
return new TrinityPower(SNOPower.X1_Monk_DashingStrike, MaxDashingStrikeRange, CurrentTarget.Position);
}
if (!CacheData.Buffs.HasCastingShrine)
{
}
if (!CacheData.Buffs.HasCastingShrine)
{
// We get a charge every 8 seconds. If we have 2 charges, be dashing
if (Skills.Monk.DashingStrike.Charges > 1)
{
return new TrinityPower(SNOPower.X1_Monk_DashingStrike, MaxDashingStrikeRange, CurrentTarget.Position);
}
}