Hi thanks for your work!
Where can I download DB 392? I already updated and didn't keep a copy![]()
Mine works perfectly if I dont choose EP as a spell for my setup. Spams WOL like crazy. But when I choose EP AND WOL it casts only EP.
EP you mean Epihany?? What spell did you substitute with?
trinity 2.3.3 seems to have resolved most of the issues with monk, they even added in a flag so if your wearing Tzo it increases range automaticaly
Where? i cant found that...
@Joka666
Can you help me set up this?
Im using the last DB + Trinity 2.3.3
What i need to modify to work properly?
It's automatic, if your wearing Tzo's it increases your range - they added this variable into the monk file;
float wolRange = Legendary.TzoKrinsGaze.IsEquipped ? 55f : 16f;
And then WOL calls that variable for range.
Tyvm man! I'll try this when i get in home from work.
Do i need to configure anything on the .CS? Can you upload yours?![]()
// Dashing Strike
if (CanCastDashingStrike)
{
if (Legendary.Jawbreaker.IsEquipped)
{
return JawBreakerDashingStrike();
}
if (CurrentTarget.IsEliteRareUnique || TargetUtil.ClusterExists(15f, 3) &&
TargetUtil.IsUnitWithDebuffInRangeOfPosition(15f, TargetUtil.GetBestClusterPoint(), SNOPower.Monk_ExplodingPalm) ||
TargetUtil.AnyMobsInRangeOfPosition(CurrentTarget.Position, 20f, 3) && Skills.Monk.ExplodingPalm.IsTrackedOnUnit(CurrentTarget) ||
hasSWK && TargetUtil.AnyMobsInRange(50f))
{
Monk_TickSweepingWindSpam();
if (TargetUtil.ClusterExists(15f, 3) && Sets.ThousandStorms.IsMaxBonusActive)
{
return new TrinityPower(SNOPower.X1_Monk_DashingStrike, Monk_MaxDashingStrikeRange, TargetUtil.GetBestClusterPoint(), Trinity.CurrentWorldDynamicId, -1, 2, 2);
}
return new TrinityPower(SNOPower.X1_Monk_DashingStrike, Monk_MaxDashingStrikeRange, CurrentTarget.Position, Trinity.CurrentWorldDynamicId, -1, 2, 2);
}
}
// Dashing Strike
if (CanCastDashingStrike)
{
if (!TargetUtil.AnyMobsInRange(50f))
{
return new TrinityPower(SNOPower.X1_Monk_DashingStrike, Monk_MaxDashingStrikeRange, CurrentTarget.Position, Trinity.CurrentWorldDynamicId, -1, 2, 2);
}
}
Do you mind linking both of those build? Im unsure if I got the gear.Highest XP/hour would probably be firebells or TR. You just move much faster through T6. For survivability and consistent damage output for grifts my vote would be lightning bells.