From 6a9883b425e53e714b9a930ec70b7544999611a6 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 08 五月 2025 12:01:45 +0800 Subject: [PATCH] 16 卡牌服务端(db数据备档、加载;仙盟基础转到MapServer;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 9 +-------- 1 files changed, 1 insertions(+), 8 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 db3008c..1c4fbf6 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -586,8 +586,6 @@ #---玩家上线, 宠物逻辑处理--- PetControl.DoLogic_PetInfo_OnLogin(curPlayer, tick) - PlayerFamily.FamilyPlayerOnLoginCross(curPlayer) - PlayerTeam.OnPlayerLoginCrossServer(curPlayer) return @@ -726,8 +724,6 @@ #充值活动玩家登入处理 #PlayerGoldAction.DoLogic_PlayerOnLogin(curPlayer) - # 通知玩家是否可以参加家族活动 - #PlayerFamily.SendClientForbidFamilyAction(curPlayer) # 提示贵宾俱乐部信息 #PlayerVip.NoteVIPClubInfo(curPlayer) @@ -785,7 +781,7 @@ #同步自动战斗配置记录 # Sync_AutoFightSetting(curPlayer) - PlayerFamily.FamilyPlayerOnLogin(curPlayer, tick) + PlayerFamily.OnPlayerLogin(curPlayer, tick) #改到 GameServerRefresh GameSever_PlayerInitOK后处理才能保证玩家已经在Gameserver注册 #PlayerDienstgrad.RefreshBillBoardDienstgrad(curPlayer) # 称号 @@ -5598,9 +5594,6 @@ # 每日免费直购礼包 elif rewardType == ChConfig.Def_RewardType_DayFreeGoldGift: PlayerDailyGiftbag.OnGetDailyFreeGiftbag(curPlayer) - # 仙盟活跃度奖励 - elif rewardType == ChConfig.Def_RewardType_FamilyActivity: - PlayerFamily.GetFamilyActivityAward(curPlayer, dataEx) # 仙盟联赛冠军仙盟每日俸禄奖励 elif rewardType == ChConfig.Def_RewardType_ChampionFamilyDailyReward: GameLogic_FamilyWar.GetChampionFamilyDailyReward(curPlayer) -- Gitblit v1.8.0