From cc207773cbedb51c20300a87c62529ace416b086 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 19 九月 2025 19:23:35 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(无敌支持,免疫伤害、dot、控制;小怪技能;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/index/GameUser.txt | 332 +++++-------------------------------------------------
1 files changed, 34 insertions(+), 298 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/index/GameUser.txt b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/index/GameUser.txt
index feabbcd..f183fb0 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/index/GameUser.txt
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/index/GameUser.txt
@@ -1,110 +1,46 @@
#数据库的索引字典
{
- 'tagDBPyXMZZ': #表名
- {
- 'PlayerID_1': #索引名
+ 'tagDBMailItem': #表名
{
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagDBPySealDemonRecord': #表名
- {
- 'PlayerID_1': #索引名
+ 'GUID_1': #索引名
+ {
+ 'key':[('GUID', 1)] #索引的字典和递增(1)或递减(-1)
+ }
+ },
+
+ 'tagDBMailPersonal': #表名
{
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagDBPyBossAttention': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagDBPyBourseItemLastPrice': #表名
- {
- 'ItemID_1': #索引名
- {
- 'key':[('ItemID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagDBPyBourseRecord': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagDBPyFamilyStoreItem': #表名
- {
- 'FamilyID_1': #索引名
- {
- 'key':[('FamilyID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagDBPlayerInfoLog': #表名
- {
- 'AccID_1': #索引名
- {
- 'key':[('AccID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagDBGateServerIP': #表名
- {
- 'LineID_1': #索引名
- {
- 'key':[('LineID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagDBPyPlayerFriend': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagPlayerEnemy': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagDBPyPlayerBlack': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagDBPyPlayerContacts': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
- 'tagPersonalSocial': #表名
- {
'PlayerID_1': #索引名
{
- 'unique':True,
'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- },
+ }
+ },
+
+ 'tagDBFamilyMem': #表名
+ {
+ 'PlayerID_1': #索引名
+ {
+ 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
+ }
+ },
+
+ 'tagDBPlayerViewCache': #表名
+ {
+ 'PlayerID_1': #索引名
+ {
+ 'unique':True,
+ 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
+ }
},
+ 'tagDBMapServerInfo': #表名
+ {
+ 'LogIndex_1': #索引名
+ {
+ 'key':[('LogIndex', 1)] #索引的字典和递增(1)或递减(-1)
+ }
+ },
+
'tagRoleMission': #表名
{
'PlayerID_1': #索引名
@@ -235,197 +171,6 @@
}
},
-'tagDBPlayerRecall': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'unique':True,
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBVsReward': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'unique':True,
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagAccCoins': #表名
- {
- 'AccID_1': #索引名
- {
- 'unique':True,
- 'key':[('AccID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagAccIDSendPrize': #表名
- {
- 'CheckValue_1': #索引名
- {
- 'unique':True,
- 'key':[('CheckValue', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBBillboard': #表名
- {
- 'Type_1_ID_1': #索引名
- {
- 'unique':True,
- 'key':[('Type', 1), ('ID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBCountryFamilyWarRequest': #表名
- {
- 'FamilyID_1': #索引名
- {
- 'unique':True,
- 'key':[('FamilyID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBCountryFamilyWarResult': #表名
- {
- 'FamilyID_1': #索引名
- {
- 'unique':True,
- 'key':[('FamilyID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBCountryInfo': #表名
- {
- 'CountryID_1': #索引名
- {
- 'unique':True,
- 'key':[('CountryID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBGameServerEventTrig': #表名
- {
- 'EventID_1': #索引名
- {
- 'unique':True,
- 'key':[('EventID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBGMCommandList': #表名
- {
- 'CmdIndex_1': #索引名
- {
- 'unique':True,
- 'key':[('CmdIndex', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBGoldOrderForm': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'unique':True,
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBImpeach': #表名
- {
- 'ImpeachIndex_1': #索引名
- {
- 'unique':True,
- 'key':[('ImpeachIndex', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBMailList': #表名
- {
- 'MailID_1': #索引名
- {
- 'unique':True,
- 'key':[('MailID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBMapServerInfo': #表名
- {
- 'LogIndex_1': #索引名
- {
- 'key':[('LogIndex', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBOverdueGoldOrderForm': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'unique':True,
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagDBPlayerChangeNameLog': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'unique':True,
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagExpiation': #表名
- {
- 'AccID_1': #索引名
- {
- 'key':[('AccID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagFamilyInfo': #表名
- {
- 'ID_1': #索引名
- {
- 'unique':True,
- 'key':[('ID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagGameWorldEvent': #表名
- {
- 'EventID_1': #索引名
- {
- 'unique':True,
- 'key':[('EventID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagPetExpiation': #表名
- {
- 'ExpiationIndex_1': #索引名
- {
- 'unique':True,
- 'key':[('ExpiationIndex', 1)] #索引的字典和递增(1)或递减(-1)
- },
- 'AccID_1': #索引名
- {
- 'key':[('AccID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
-'tagPlayerFamily': #表名
- {
- 'PlayerID_1': #索引名
- {
- 'unique':True,
- 'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- },
-
'tagRolePet': #表名
{
'PlayerID_1': #索引名
@@ -437,13 +182,4 @@
'key':[('PetID', 1)] #索引的字典和递增(1)或递减(-1)
}
},
-
-'tagPlayerTeamTable': #表名
- {
- 'TeamID_1': #索引名
- {
- 'unique':True,
- 'key':[('TeamID', 1)] #索引的字典和递增(1)或递减(-1)
- }
- }
}
--
Gitblit v1.8.0