From 1b279c6a8db9e6ec8a56371c555140de1f8cb40b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期日, 28 九月 2025 14:12:25 +0800 Subject: [PATCH] 219 【付费内容】首充-服务端 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 14 ++------------ 1 files changed, 2 insertions(+), 12 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 d6271f0..e0d04c7 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -26,7 +26,6 @@ import ChItem import ItemCommon import ItemControler -import ChEquip import FunctionNPCCommon import PlayerGMOper import ReadChConfig @@ -37,7 +36,6 @@ import ChPyNetSendPack import DataRecordPack import PlayerBillboard -import UpdatePlayerName import PlayerOnlinePrize import PlayerLVAward import PlayerGoldGift @@ -541,9 +539,6 @@ #通知玩家死亡时间 #PlayerControl.PlayerControl(curPlayer).NotifyPlayerDeadTime(curPlayer) - #角色改名次数 - #UpdatePlayerName.Sync_UpdatePlayerNameCount(curPlayer) - # 坐骑相关通知 PlayerHorse.PlayerHorseLogin(curPlayer) @@ -899,9 +894,6 @@ # 同步排行榜 PlayerBillboard.UpdatePlayerBillboardOnLeaveServer(curPlayer, isAll=True) - - # 重置玩家改名次数 - #UpdatePlayerName.ResetChangeNameCnt(curPlayer) return #--------------------------------------------------------------------- @@ -2166,8 +2158,6 @@ #在线时间 PlayerOnlinePrize.CalcOnlineTime(curPlayer) - #首充提示时间 - PlayerGoldGift.UpdateFirstGoldTime(curPlayer) #玩家未回图形验证码下线将会记录错误次数 #=========================================================================== # if curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_Captcha_WaitSign) \ @@ -3300,8 +3290,8 @@ elif rewardType == ChConfig.Def_RewardType_LVAward: PlayerLVAward.GetPlayerLVAward(curPlayer, dataEx) # 首充礼包奖励 - elif rewardType == ChConfig.Def_RewardType_GoldGiftFirst: - PlayerGoldGift.GetPlayerGoldGiftFirst(curPlayer, dataEx) + elif rewardType == ChConfig.Def_RewardType_FirstCharge: + PlayerGoldGift.GetPlayerFirstCharge(curPlayer, dataEx, dataExStr) # 领取极品白拿 elif rewardType == ChConfig.Def_RewardType_FreeGoods: PlayerFreeGoods.OnGetFreeGoods(curPlayer, dataEx) -- Gitblit v1.8.0