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

Monk freeze issue

finalnova

New Member
Joined
Feb 7, 2015
Messages
15
Reaction score
0
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

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
 
I haven't pushed the fix yet, guys. Will probably do so today after i'm done testing everything.
 
thanks :) your work is awesome my monk is smarter :D but some times return to ignored ellite
 
Back
Top