少年修仙传客户端代码仓库
client_linchunjie
2018-11-05 d0d60e4d6bd9a17f5179f8f9c4376add3a753e53
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
2个文件已修改
15 ■■■■ 已修改文件
Fight/Actor/AI/HeroAI_Auto.cs 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Compose/New/ComposeEquipWin.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Actor/AI/HeroAI_Auto.cs
@@ -442,13 +442,15 @@
        GA_Hero _hero = PlayerDatas.Instance.hero;
        if (_hero == null || _hero.IsDaZuo())
        {
            return;
        }
        m_PauseStartTime = Time.realtimeSinceStartup;
        m_State = 1;
        m_UserClickSkillID = -1;
        if (_hero != null)
        {
            _hero.StopRush();
        }
        _hero.StopRush();
        m_TargetPos = dest;
        m_NeedMoveToPos = true;
System/Compose/New/ComposeEquipWin.cs
@@ -151,7 +151,7 @@
            successRate = 0;
            DefaultSelect();
            CreateTypeCell();
            JumpIndex();
        }
        private void DefaultSelect()
@@ -209,8 +209,6 @@
                }
            }
            cellCtrl.Restart();
            JumpIndex();
            if (curThirdType != 0)
            {
                composeWinModel.TryGetThirdTypeData((int)ComposeFuncType.Equip, curSecondType, curThirdType, out thirdTypeData);
@@ -303,6 +301,7 @@
            composeWinModel.TryGetSecondTypeData((int)ComposeFuncType.Equip,secondType,out secondTypeData);
            OnClickSecondType();
            CreateTypeCell();
            JumpIndex();
        }
        private void OnClickSecondType()