| | |
| | |
|
| | | g_crossPKPlayerDict = {} # 跨服PK玩家字典 {playerID:PKPlayer, ...}
|
| | | g_crossPKZoneMatchPlayerDict = {} # 跨服PK匹配中的玩家字典 {zoneID:[playerID, ...], ...}
|
| | | g_crossPKZoneMatchRobotPlayerDict = {} # 跨服PK匹配机器人的玩家字典 {playerID:PKPlayer, ...}
|
| | | g_crossPKRoomDict = {} # 跨服PK房间字典 {roomID:PKRoom, ...}
|
| | | g_crossPKRoomID = 0 # 跨服PK当前已经创建到的房间ID,自增创建
|
| | |
|
| | |
| | |
|
| | | g_crossFBFuncLinePlayerCountInfo = {} # 跨服副本功能线路人数信息,本服缓存 {mapID:{funcLineID:[playerCount], ...}, ...}
|
| | |
|
| | | g_familyTalkCache = {} #{familyID:[[time,content,extras],..]}
|
| | | g_worldTalkCache = [] #[[time,name, playerID, content,extras],..] |