From 3d04d70ff41fe87919a5f2e8b0b9f76b890ec620 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 12 九月 2024 12:07:35 +0800 Subject: [PATCH] 10261 【越南】【砍树】仙盟徽章,头像框,头像(动态),聊天气泡,聊天表情(增加头像、头像框) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index 615a2eb..4189dc5 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -162,6 +162,7 @@ import GameObj import PlayerChangeJob import PlayerGuaji +import PlayerFace import PlayerXiangong import PlayerMineArea import PlayerActLoginNew @@ -468,6 +469,7 @@ dbPlayer.ExAttr19 = curPlayer.GetExAttr19() dbPlayer.ExAttr20 = curPlayer.GetExAttr20() dbPlayer.Face = curPlayer.GetFace() + dbPlayer.FacePic = curPlayer.GetFacePic() dbPlayer.RoleType = curPlayer.GetRoleType() NetPackCommon.SendFakePack(curPlayer, dbPlayer) return @@ -961,7 +963,7 @@ Sync_RewardGetRecordInfo(curPlayer, ChConfig.Def_RewardType_GoodGame, goodGameAwardState) curPlayer.SetState(0) # 脱机挂恢复为正常上线 - curPlayer.SetFacePic(0) # 通知数据库是否保存还是下线,做一次恢复,1为保存 0为正常下线 + curPlayer.SetCountryLastWeekHornor(0) # 通知数据库是否保存还是下线,做一次恢复,1为保存 0为正常下线 #tjgTime = PlayerTJG.GetTJGTime(curPlayer) #if tjgTime: # PlayerControl.SendGameServerRefreshState(curPlayer, IPY_GameWorld.CDBPlayerRefresh_HappyPoint, tjgTime) @@ -986,6 +988,7 @@ pass else: + PlayerFace.OnPlayerLogin(curPlayer) PlayerXiangong.OnPlayerLogin(curPlayer) PlayerGubao.OnPlayerLogin(curPlayer) PlayerShentong.OnPlayerLogin(curPlayer) -- Gitblit v1.8.0