From 7b9480ff6456b5029b838be36eeeb208e7ec1d1c Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 24 四月 2026 10:51:38 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(优化反弹伤害归属计算逻辑:武将反弹buff伤害归属buff施法者,如甄宓给友方的反伤盾;非武将反弹buff归属受伤者,如命格;) --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini index 2cfad7b..9875017 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini @@ -20,7 +20,7 @@ ;合成背包rptCompose PackCnt07=0 ;鉴定背包rptIdentify -PackCnt08=20 +PackCnt08=100 ;拆解准备背包rptBreakPrepare PackCnt09=0 ;合成结果背包rptResult @@ -76,6 +76,6 @@ ;武将英雄背包 PackCnt35=500 ;命格卦玉背包 -PackCnt36=48 +PackCnt36=60 ;命格推演背包 PackCnt37=10 \ No newline at end of file -- Gitblit v1.8.0