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

咨询下如何修改文件让和尚cd一到就用幻身决

zj198715

New Member
Joined
May 22, 2014
Messages
9
Reaction score
0
好像改MonkCombat文件可以做到,不过本人改的没用,求大神指导下
 
我怎么感觉默认的就是cd到了就用了呢
你可以试下
Code:
        private static bool CanCastMysticAlly()
        {
            return CanCast(SNOPower.X1_Monk_MysticAlly_v2) && TargetUtil.AnyMobsInRange(40f) && !Runes.Monk.AirAlly.IsActive && !ShouldWaitForConventionElement(Skills.Monk.MysticAlly);
        }
改成
Code:
        private static bool CanCastMysticAlly()
        {
            return CanCast(SNOPower.X1_Monk_MysticAlly_v2) ;
        }
 
Back
Top