| | |
| | | g_partyheroAnswerDict = {} #仙盟宴会玩家答对题目数量 {playerid:答题数量,..}
|
| | | g_familyAnswerPlayerIDDict = {} #仙盟宴会玩家参与答题数量 {playerID:[题目ID, ...], ...}
|
| | |
|
| | | g_redPacketMgr = None # RedPacketMgr
|
| | |
|
| | | g_bourseItemTradingTimeDict = {} # 物品开始交易的时间记录 {guid:tick}
|
| | |
|
| | | g_fbHelpBattleCheckInPlayerDict = {} # 副本助战玩家登记缓存 {playerID:HelpBattlePlayer, ...}
|
| | |
| | | g_crossPKZoneMatchRobotPlayerDict = {} # 跨服PK匹配机器人的玩家字典 {playerID:PKPlayer, ...}
|
| | | g_crossPKRoomDict = {} # 跨服PK房间字典 {roomID:PKRoom, ...}
|
| | | g_crossPKRoomID = 0 # 跨服PK当前已经创建到的房间ID,自增创建
|
| | | g_crossPKTodayPKRecordInfo = {} # 跨服PK玩家今日PK记录 {playerID:[[tagPlayerID, winnerID], ...]}
|
| | | g_crossPKBesureMatchRobotInfo = {} # 跨服PK玩家必定匹配机器人次数信息 {playerID:besureMatchRobotCount, ...}
|
| | |
|
| | | g_crossPKUnNotifyOverInfo = {} # 跨服PK未同步的结算信息 {player:[overInfo], ...}
|
| | |
|