| | |
| | | # 判断BOSS剩余次数, 避免通知频繁
|
| | | continue
|
| | |
|
| | | appID = GameWorld.GetPlayerPlatform(cacheDict.get("AccID", ""))
|
| | | appID = GameWorld.GetPlayerPlatform(cacheDict.get("AppID", ""))
|
| | | if appID not in appIDDict:
|
| | | appIDDict[appID] = []
|
| | |
|
| | |
| | | return
|
| | |
|
| | | showStr = GameWorld.GbkToCode(IpyGameDataPY.GetFuncCfg("GeTuiOffLine", 3))%(tagPlayerName) # 文字信息
|
| | | GeTuiNotify({GameWorld.GetPlayerPlatform(cacheDict.get("AccID", "")):[[cacheDict.get("GeTuiClientID", ""), playerName]]}, showStr)
|
| | | GeTuiNotify({GameWorld.GetPlayerPlatform(cacheDict.get("AppID", "")):[[cacheDict.get("GeTuiClientID", ""), playerName]]}, showStr)
|
| | | return
|
| | |
|
| | | # 下线时,低级玩家没有离线时间的玩家提示, 上线清空
|
| | |
| | | return
|
| | | playerID = curPlayer.GetID()
|
| | | g_NewGuyNoTJGTime[playerID] = [curPlayer.GetName(), curPlayer.GetGeTuiClientID(), tick,
|
| | | GameWorld.GetPlayerPlatform(curPlayer.GetAccID())] # curPlayer.GetGeTuiClientID()
|
| | | GameWorld.GetPlayerPlatform(curPlayer)] # curPlayer.GetGeTuiClientID()
|
| | | return
|
| | |
|
| | | # 上线清除
|