From c615417ddd01508caebc533b4fa21ed961d4bf06 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 20 十二月 2025 21:52:57 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(吕玲绮突破2潜能;张飞突破2、4潜能;刘备突破2潜能;黄月英突破2、6、7潜能;增加效果5508;优化效果5005;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamilyZhenbaoge.py |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamilyZhenbaoge.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamilyZhenbaoge.py
index 690a7cc..d1704ce 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamilyZhenbaoge.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamilyZhenbaoge.py
@@ -130,11 +130,12 @@
     fmLVIpyData = IpyGameDataPY.GetIpyGameData("Family", familyLV)
     if not fmLVIpyData:
         return
-    maxMemberCnt = fmLVIpyData.GetMemberMax()
-    if hadCutCount >= maxMemberCnt:
-        GameWorld.ErrLog("已达到仙盟砍价人次上限! hadCutCount=%s >= %s,familyID=%s,familyLV=%s" 
-                         % (hadCutCount, maxMemberCnt, familyID, familyLV), playerID)
-        return
+    #去除限制,由砍价人次表决定
+    #maxMemberCnt = fmLVIpyData.GetMemberMax()
+    #if hadCutCount >= maxMemberCnt:
+    #    GameWorld.ErrLog("已达到仙盟砍价人次上限! hadCutCount=%s >= %s,familyID=%s,familyLV=%s" 
+    #                     % (hadCutCount, maxMemberCnt, familyID, familyLV), playerID)
+    #    return
     
     actionData = GetZhenbaogeActionData(familyID, playerID)
     if actionData and GetFACutPrice(actionData):

--
Gitblit v1.8.0