Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | { |
| | | m_Npc = GAMgr.Instance.ReqClntNoFightNpc<GA_NpcClientFunc>((uint)hazyRegionModel.GetAdventureNpcId(), E_ActorGroup.FuncNpc); |
| | | m_Npc.Pos = new Vector3(142.551f, 18.742f, 145.981f); |
| | | m_Npc.Rotation = Quaternion.Euler(0f, 239.286f, 0f); |
| | | m_Npc.Rotation = Quaternion.Euler(0f, 185f, 0f); |
| | | NPCInteractProcessor.s_NpcInteractEvent -= OnNpcTalkEvent; |
| | | NPCInteractProcessor.s_NpcInteractEvent += OnNpcTalkEvent; |
| | | |
| | |
| | |
|
| | | m_Precious = GAMgr.Instance.ReqClntNoFightNpc<GA_NpcClientCollect>(s_PreciousNpcId, E_ActorGroup.Collect);
|
| | | m_Precious.Pos = m_Npc.Pos;
|
| | | m_Precious.Rotation = Quaternion.Euler(0f, 239.286f, 0f);
|
| | | m_Precious.Rotation = Quaternion.Euler(0f, 185f, 0f);
|
| | |
|
| | | ClientSceneManager.Instance.lastDeadPos = m_Precious.Pos;
|
| | | |