From e81315f997d75f900727af1c456c32277575fb24 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 10 七月 2025 17:01:18 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(主线掉落战利品、装备;主线击杀怪物获得经验、升级;主线装备穿戴、分解;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py index 15599aa..582a8cf 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.py @@ -1136,13 +1136,13 @@ elif equipPlace == ShareDefine.retWing: PlayerControl.NotifyCode(curPlayer, 'WingTiyan_Timeout') - tryItemDict = IpyGameDataPY.GetFuncEvalCfg('FirstGoldTryItem', 1, {}) - tryItemID = tryItemDict.get(curPlayer.GetJob(), 0) - if tryItemID and ItemControler.GetAppointItemRealID(tryItemID) == equipID: - #首充试用武器过期并且还没首充的提示() - if not curPlayer.GetChangeCoinPointTotal(): - PlayerControl.NotifyCode(curPlayer, 'FirstGoldWPOver') - PlayerGoldGift.FirstGoldTryItemOutTime(curPlayer) + #tryItemDict = IpyGameDataPY.GetFuncEvalCfg('FirstGoldTryItem', 1, {}) + #tryItemID = tryItemDict.get(curPlayer.GetJob(), 0) + #if tryItemID and ItemControler.GetAppointItemRealID(tryItemID) == equipID: + # #首充试用武器过期并且还没首充的提示() + # if not curPlayer.GetChangeCoinPointTotal(): + # PlayerControl.NotifyCode(curPlayer, 'FirstGoldWPOver') + # PlayerGoldGift.FirstGoldTryItemOutTime(curPlayer) return True #--------------------------------------------------------------------- -- Gitblit v1.8.0