少年修仙传客户端代码仓库
client_Hale
2019-01-10 2bece4f6513bd4bb5f15684a2f7ff43628cd0f85
System/CrossServerBoss/CrossServerBossModel.cs
@@ -253,7 +253,7 @@
            sendInfo.NPCIDList = string.Format("[{0}]", string.Join(",", stringArray));
            sendInfo.NPCIDListLen = (byte)sendInfo.NPCIDList.Length;
            GameNetSystem.Instance.SendInfo(sendInfo);
            GameNetSystem.Instance.SendToCrossServer(sendInfo);
        }
        public void RequestBoxSurplusInfo()
@@ -263,7 +263,7 @@
            sendInfo.LineID = (ushort)PlayerDatas.Instance.baseData.dungeonLineId;
            sendInfo.NPCIDList = string.Format("[{0},{1}]", bigBoxNpcId, smallBoxNpcId);
            sendInfo.NPCIDListLen = (byte)sendInfo.NPCIDList.Length;
            GameNetSystem.Instance.SendInfo(sendInfo);
            GameNetSystem.Instance.SendToCrossServer(sendInfo);
        }
        public void RequestEliteSurplusInfo()
@@ -279,7 +279,7 @@
            sendInfo.NPCIDList = string.Format("[{0}]", string.Join(",", stringArray));
            sendInfo.NPCIDListLen = (byte)sendInfo.NPCIDList.Length;
            GameNetSystem.Instance.SendInfo(sendInfo);
            GameNetSystem.Instance.SendToCrossServer(sendInfo);
        }
        public void UpdateMonsterSurplusInfo(HA714_tagMCNPCCntList _npcInfoes)
@@ -399,7 +399,7 @@
        private void OnFunctionStateChange(int id)
        {
            if (id == 160)
            if (id == 162)
            {
                UpdateRedpoint();
            }
@@ -407,7 +407,7 @@
        private void UpdateRedpoint()
        {
            if (!FuncOpen.Instance.IsFuncOpen(160))
            if (!FuncOpen.Instance.IsFuncOpen(162))
            {
                redpoint.count = 0;
            }