From 935a9b226bb8515c64503181673cd7eef28df02a Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 08 七月 2025 16:31:53 +0800
Subject: [PATCH] 0312 物品叠加数量支持DWORD,背包大小支持WORD

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
index 3b396dd..7e5be4c 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
@@ -447,7 +447,7 @@
 Zhenbaoge	1	2888	360	[5,10,20,30]	
 ZhenbaogeCut	-500	int(initPrice*cutWeight/totalWeight*1.0*(minRatio+randRatio*rand))			
 PersonalMail	200				
-BillboardSet	[]	{151:1000, 152:1000, 153:1000, 154:1000, 158:1000, 159:1000, 162:1000, 163:1000, 164:1000, 165:1000}			
+BillboardSet	[]	{151:1000, 152:1000, 153:1000, 154:1000, 158:1000, 159:1000, 162:1000, 163:1000, 164:1000, 165:1000}	{}		
 TalkCD	{}				
 TalkCache	{0:100, 3:30}				
 PlayerViewCache	50	7			
@@ -472,7 +472,7 @@
 Mainline	10	15	20		
 AngerXP	50	100	50	5	
 MissCfg	int(min((dMiss-aHit)*pow(0.7,missNum), 8000))				
-ParryCfg		0			
+ParryCfg		0	[100, 0]		
 ComboCfg					
 SuperHitCfg					
 FaintCfg					

--
Gitblit v1.8.0