What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[request] Monk - Shen Long Support

Tattoo

Member
Joined
Dec 16, 2011
Messages
133
Reaction score
11
Hi,

don't know if you are aware off, but shen longs + depth diggers + simplicity + focus/restraint + 2x rainment Bonus + (if you like) 2+ Inna's bonus
--> Spirit on both weapons, and head + Exalted Soul + Paragon 50 Spirit

Leads to over 400 Spirit
= Shen Longs 600% bonus, Shen Long proc 100%, simplicity 35%, depth diggers 100%,... u got the point -> even with not optimal equip, crits about 2.000.000.000 possible with insane speed

But :(
there is no button in trinity to "keep focus/restrain up with spending (neither with gaining)" attacks...

I'd need a cast every 5 seconds cyclone strike mod for trin, but no idea how to do it (tried... but only results in evil errors).


Would be a great general feature, to have this possible for every class.
 
was going ot do this exact build, for basic needs you can just comment out the last two conditions and should work
private static bool CanCastCycloneStrike(float cycloneStrikeRange, int cycloneStrikeSpirit)
{
return !IsCurrentlyAvoiding && CanCast(SNOPower.Monk_CycloneStrike) &&
(
TargetUtil.AnyElitesInRange(cycloneStrikeRange, 1) ||
TargetUtil.AnyMobsInRange(cycloneStrikeRange, Settings.Combat.Monk.MinCycloneTrashCount) ||
(CurrentTarget.RadiusDistance >= 15f && CurrentTarget.RadiusDistance <= cycloneStrikeRange) // pull the current target into attack range
) && TimeSincePowerUse(SNOPower.Monk_CycloneStrike) > 3000; // &&

// Cyclone if more than 25% of monsters within cyclone range are at least 10f away
//TargetUtil.IsPercentUnitsWithinBand(10f, cycloneStrikeRange, 0.25) &&

//(Player.PrimaryResource >= (cycloneStrikeSpirit + EnergyReserve));
}
 
hi,
thx - yeah but dumping my spirit to nearly zero atm - will try your workaround.
 
Thx Tessius - but with ur update... bot tries to cast dashing strike for me...
 
Hi,

don't know if you are aware off, but shen longs + depth diggers + simplicity + focus/restraint + 2x rainment Bonus + (if you like) 2+ Inna's bonus
--> Spirit on both weapons, and head + Exalted Soul + Paragon 50 Spirit

Leads to over 400 Spirit
= Shen Longs 600% bonus, Shen Long proc 100%, simplicity 35%, depth diggers 100%,... u got the point -> even with not optimal equip, crits about 2.000.000.000 possible with insane speed

But :(
there is no button in trinity to "keep focus/restrain up with spending (neither with gaining)" attacks...

I'd need a cast every 5 seconds cyclone strike mod for trin, but no idea how to do it (tried... but only results in evil errors).


Would be a great general feature, to have this possible for every class.

nothing new and u6/dash is better :D
 
Back
Top