From e990ceeb00e653f95308d0636245c412afd581b2 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 28 五月 2024 17:06:16 +0800 Subject: [PATCH] 10170 【越南】【主干】【港台】终身卡 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/BossHurtMng.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/BossHurtMng.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/BossHurtMng.py index fa96457..1b427db 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/BossHurtMng.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/BossHurtMng.py @@ -50,6 +50,7 @@ import ChConfig import FBLogic import PlayerVip +import PlayerGoldInvest import operator import json @@ -571,6 +572,7 @@ limitCnt = PlayerVip.GetPrivilegeValue(curPlayer, killLimitPrivilege) else: limitCnt = IpyGameDataPY.GetFuncEvalCfg('KillBossCntLimit', 2, {}).get(bossFuncIndex, 0) + limitCnt += PlayerGoldInvest.GetAddBossCnt(curPlayer, bossFuncIndex) # 投资卡加上限 return max(0, limitCnt + itemAddKillCnt + hasBuyCnt - hasKillCnt), limitCnt -- Gitblit v1.8.0