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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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

zj198715

New Member
Joined
May 22, 2014
Messages
9
好像改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