From ca358a222ca80d523fb232b1fd95b01450f8c1b6 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 24 十二月 2019 14:46:22 +0800 Subject: [PATCH] 8346 【恺英】【后端】协助系统(增加协助boss成功仙盟广播) --- ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py index a330db4..88cb507 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/PyGameData.py @@ -76,7 +76,8 @@ g_questionIDHistory = {}#出过的题记录 {familyid:[出过的题id,..]} g_familyAnswerDict = {} #仙盟答题数量 {familyid:[答题数量,tick],..} g_familyPartyTopInfo = [] #仙盟宴会答题王 [playerID,名字] -g_partyheroAnswerDict = {} #仙盟宴会玩家答题数量 {playerid:答题数量,..} +g_partyheroAnswerDict = {} #仙盟宴会玩家答对题目数量 {playerid:答题数量,..} +g_familyAnswerPlayerIDDict = {} #仙盟宴会玩家参与答题数量 {playerID:[题目ID, ...], ...} g_bourseItemTradingTimeDict = {} # 物品开始交易的时间记录 {guid:tick} @@ -109,4 +110,6 @@ g_crossFBFuncLinePlayerCountInfo = {} # 跨服副本功能线路人数信息,本服缓存 {mapID:{funcLineID:[playerCount], ...}, ...} g_familyTalkCache = {} #{familyID:[[time,content,extras],..]} -g_worldTalkCache = [] #[[time,name, playerID, content,extras],..] \ No newline at end of file +g_worldTalkCache = [] #[[time,name, playerID, content,extras],..] + +g_unTJLogoffTime = {} #非脱机离线时间 {playerID:time, ...} -- Gitblit v1.8.0