From 860db4b0dc36c4bde60e0069c442446c80bd72b6 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 02 九月 2025 17:07:49 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(关卡boss改为B410请求战斗,支持多小队一次性完整战报;B420增加状态6代表结束并休息;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py index 423207d..7ba59e3 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py @@ -4,8 +4,23 @@ # #------------------------------------------------------------------------------- # -UCN_DBPlayerPackData="tagDBPlayerPackData" +#卡牌服务器表 +UCN_DBFuncTeamMem="tagDBFuncTeamMem" +UCN_DBFuncTeam="tagDBFuncTeam" UCN_DBGameRec="tagDBGameRec" +UCN_DBFamilyAction="tagDBFamilyAction" +UCN_DBFamilyMem="tagDBFamilyMem" +UCN_DBFamily="tagDBFamily" +UCN_DBMailItem="tagDBMailItem" +UCN_DBMailPersonal="tagDBMailPersonal" +UCN_DBMailPlayerRec="tagDBMailPlayerRec" +UCN_DBMailServer="tagDBMailServer" +UCN_DBBillboard="tagDBBillboard" +UCN_DBPlayerViewCache="tagDBPlayerViewCache" +UCN_DBEventTrig="tagDBEventTrig" + +#MMO旧表 +UCN_DBPlayerPackData="tagDBPlayerPackData" UCN_DBPyFuncTeam="tagDBPyFuncTeam" UCN_DBPyFuncTeamMem="tagDBPyFuncTeamMem" UCN_DBPlayerRecData="tagDBPlayerRecData" @@ -45,7 +60,6 @@ UCN_BattleFormation="tagBattleFormation" UCN_AccCoins="tagAccCoins" UCN_AccIDSendPrize="tagAccIDSendPrize" -UCN_DBBillboard="tagDBBillboard" UCN_DBCountryFamilyWarRace="tagDBCountryFamilyWarRace" UCN_DBCountryFamilyWarRequest="tagDBCountryFamilyWarRequest" UCN_DBCountryFamilyWarResult="tagDBCountryFamilyWarResult" @@ -87,7 +101,6 @@ UCN_DBPlayer="tagDBPlayer" UCN_DSAccount="tagDSAccount" UCN_RoleItem="tagRoleItem" -UCN_DBFamilyAction="tagDBFamilyAction" UCN_GameFBPassRec="tagGameFBPassRec" UCN_UniversalGameRec="tagUniversalGameRec" UCN_DBNewGuyCardState="tagDBNewGuyCardState" -- Gitblit v1.8.0