monk bot sometimes freeze when dashingstrike charge is 0
i use triniry revision 180
rev 179 change charge counter but still buggy
i use Sets.ThousandStorms.IsSecondBonusActive and shenlong so i thought some primary occur this error
so i change
to
becuase of shenlong set option decrease primary Resource
but still has same issue
this problem in movement dashing strike
not occur this problem when in fight mob
maybe need some dashingstrike delay in PlayerMover.cs
i use triniry revision 180
rev 179 change charge counter but still buggy
i use Sets.ThousandStorms.IsSecondBonusActive and shenlong so i thought some primary occur this error
so i change
Code:
(charges > 1 && Trinity.Player.PrimaryResource >= 75)
to
Code:
(charges > 1 && Trinity.Player.PrimaryResource >= 85)
becuase of shenlong set option decrease primary Resource
but still has same issue
this problem in movement dashing strike
not occur this problem when in fight mob
maybe need some dashingstrike delay in PlayerMover.cs






