少年修仙传客户端代码仓库
client_Hale
2019-05-23 e41f29fa7984486fbe5814555d1119afd19cc0a5
Merge branch 'HazyRegion_1' of http://192.168.0.87:10010/r/snxxz_scripts into HazyRegion_1
1个文件已修改
8 ■■■■ 已修改文件
Fight/Stage/Dungeon/ClientHazyPreciousDungeonStage.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Stage/Dungeon/ClientHazyPreciousDungeonStage.cs
@@ -181,9 +181,14 @@
            clientPrecious.Pos = s_PreciousPosition;
            clientPrecious.Rotation = Quaternion.Euler(0, s_PreciousAngle, 0);
            var npcConfig = NPCConfig.Get(m_PreciousNpcId);
            if (npcConfig.ModeProportion != 1)
            {
                clientPrecious.Root.localScale = Vector3.one * npcConfig.ModeProportion;
            }
            m_PreciousSid = clientPrecious.ServerInstID;
            var npcConfig = NPCConfig.Get(m_PreciousEffectNpcId);
            npcConfig = NPCConfig.Get(m_PreciousEffectNpcId);
            m_PreciousEffect = SFXPlayUtility.Instance.PlayWithEulerAngle(npcConfig.NPCEffect, s_PreciousEffectPosition
                , new Vector3(0, s_PreciousEffectAngle, 0));
            var animator = m_PreciousEffect.GetComponentInChildren<Animator>(true);
@@ -334,6 +339,7 @@
        {
            if (sid == m_PreciousSid)
            {
                ClientSceneManager.Instance.lastDeadPos = s_PreciousPosition;
                var pak = new CA234_tagCMGetCustomSceneCollectAward();
                pak.NPCID = (uint)m_PreciousNpcId;
                GameNetSystem.Instance.SendInfo(pak);