Merge branch '【1.4】聚魂功能' of http://192.168.0.87:10010/r/snxxz_scripts into 【1.4】聚魂功能
| | |
| | | PlayerTaskDatas _model = ModelCenter.Instance.GetModel<PlayerTaskDatas>();
|
| | |
|
| | | var _npcID = NpcConfig.NPCID;
|
| | | if(_npcID == 10404101)
|
| | | if (_npcID == 10404101)
|
| | | {
|
| | | _npcID = 10404100;
|
| | | }
|
| | |
| | | Vector3 _forward = MathUtility.ForwardXZ(_hero.Pos, Pos);
|
| | | Forward = _forward;
|
| | | }
|
| | | NPCInteractProcessor.InvokeEvent(E_NpcType.Func, NpcConfig.NPCID, ServerInstID);
|
| | | if (NpcConfig.NPCID != GeneralDefine.GatherSoulDZ)
|
| | | {
|
| | | NPCInteractProcessor.InvokeEvent(E_NpcType.Func, NpcConfig.NPCID, ServerInstID);
|
| | | }
|
| | | }
|
| | | }
|
| | |
|