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

Blasphemy83

Member
Joined
Oct 26, 2013
Messages
129
Reaction score
1
Is there a combat routine that can just spam SSS on CD, I am using in-Geome (until I find fist of az), and Lion's claw. U6 with madstone in cube. So the 2 set bonus is ok but I can EP with SSS. Meaning I would like it to SSS everytime it comes off CD as well. But so far no routines i've seen have done this. Any help would be appreciated. thanks
 
just find ur monkcombat.cs and find
private static bool CanCastSevenSidedStrike()
you can alter whatever u want but
return TargetUtil.AnyMobsInRange(15) && CanCast(SNOPower.Monk_SevenSidedStrike, CanCastFlags.NoTimer) && Player.PrimaryResource >= 50;
will cast it every time when these conditions are met :P
 
Last edited:
Back
Top