From a8e547b64a59fcd0fae75c8037b12b8f811e77ca Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 22 四月 2019 16:51:33 +0800
Subject: [PATCH] 6459 【后端】【2.0】缥缈仙域开发单(增加查询副本功能线路人数及回包)
---
ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo | 0
ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount | 0
ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount.des | 1 +
ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount.h | 8 ++++++++
ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo.des | 1 +
ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo.h | 9 +++++++++
6 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount b/ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount
diff --git a/ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount.des b/ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount.des
new file mode 100644
index 0000000..6427e81
--- /dev/null
+++ b/ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount.des
@@ -0,0 +1 @@
+A9 05 查询副本功能线路当前玩家数 #tagCGQueryFBFuncLinePlayerCount
diff --git a/ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount.h b/ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount.h
new file mode 100644
index 0000000..a17a19f
--- /dev/null
+++ b/ClientPack/ClientToGameServer/CA9_Function/QueryFBFuncLinePlayerCount.h
@@ -0,0 +1,8 @@
+// A9 05 查询副本功能线路当前玩家数 #tagCGQueryFBFuncLinePlayerCount
+
+struct tagCGQueryFBFuncLinePlayerCount
+{
+ tagHead Head;
+ DWORD MapID;
+ BYTE FuncLineID;
+};
diff --git a/ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo b/ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo
diff --git a/ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo.des b/ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo.des
new file mode 100644
index 0000000..b831c1e
--- /dev/null
+++ b/ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo.des
@@ -0,0 +1 @@
+A9 05 副本功能线路当前玩家数 #tagGCFBFuncLinePlayerCountInfo
diff --git a/ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo.h b/ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo.h
new file mode 100644
index 0000000..e40adad
--- /dev/null
+++ b/ServerPack/GameServerPack/HA9_Function/FBFuncLinePlayerCountInfo.h
@@ -0,0 +1,9 @@
+// A9 05 副本功能线路当前玩家数 #tagGCFBFuncLinePlayerCountInfo
+
+struct tagGCFBFuncLinePlayerCountInfo
+{
+ tagHead Head;
+ DWORD MapID;
+ BYTE FuncLineID;
+ BYTE PlayerCount;
+};
--
Gitblit v1.8.0