| | |
| | | GameWorld.DebugLog("加载机器人缓存: %s" % playerID)
|
| | | curCache = viewCacheMgr.AddPlayerViewCache(playerID)
|
| | | curCache = UpdRobotViewCache(curCache, playerID)
|
| | | curCache.SetPlayerName("%s%s" % (GameWorld.GbkToCode("主公"), playerID))
|
| | |
|
| | | # 假玩家,默认添加
|
| | | elif ShareDefine.FackPlayerIDStart <= playerID <= ShareDefine.FackPlayerIDMax:
|
| | |
| | |
|
| | | #curCache.SetAccID(dbPlayer.AccID)
|
| | |
|
| | | curCache.SetPlayerName(robotInfo.get("PlayerName", "p%s" % robotID))
|
| | | curCache.SetPlayerName(GameWorld.GbkToCode(robotIpyData.GetRobotName()))
|
| | | curCache.SetLV(robotInfo.get("LV", 1))
|
| | | curCache.SetJob(robotInfo.get("Job", 1))
|
| | | curCache.SetRealmLV(robotInfo.get("RealmLV", 0))
|