From 5cdc0ad422941baa3d4c2db59a5a84ff1eda2413 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 13 五月 2025 16:52:59 +0800 Subject: [PATCH] 10367 【越南】【英语】【BT】【砍树】仙盟攻城战-服务端(点赞奖励不限制是否有参赛资格;) --- ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossFamilyGCZ.py | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossFamilyGCZ.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossFamilyGCZ.py index 57b8347..7056651 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossFamilyGCZ.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossFamilyGCZ.py @@ -2565,6 +2565,12 @@ __clientServer_GetAward_Ret(zoneID, playerID, serverGroupID, actID, awardType, playerAwardID, awardItemList) return + # 点赞奖励 + if awardType == AwwardType_Like: + awardItemList = IpyGameDataPY.GetFuncEvalCfg("FamilyGCZGuess", 4) + __clientServer_GetAward_Ret(zoneID, playerID, serverGroupID, actID, awardType, 0, awardItemList) + return + gczMgr = GetFamilyGCZMgr() zone = gczMgr.GetActZone(zoneID) joinMember = zone.GetZoneJoinMember(playerID) @@ -2592,12 +2598,6 @@ billboardType = ShareDefine.Def_CBT_FamilyGCZScore awardTemplateID = ipyDataInfo.get("FamilyTemplateID", 0) - # 点赞奖励 - elif awardType == AwwardType_Like: - awardItemList = IpyGameDataPY.GetFuncEvalCfg("FamilyGCZGuess", 4) - __clientServer_GetAward_Ret(zoneID, playerID, serverGroupID, actID, awardType, 0, awardItemList) - return - else: return -- Gitblit v1.8.0