From fc766080aa7cf88f959f4ffcaff0bfb56c7c98f5 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 17 十一月 2025 11:11:05 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(修改主线掉落按消耗战锤掉落;分解装备改为按装备固定分解;)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt |    2 +-
 1 files changed, 1 insertions(+), 1 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 c5d6027..c6ba84c 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
@@ -408,7 +408,7 @@
 PlayerMaxLV	1000	-1	0	0	0
 ZhanchuiCost	1	1			
 Mainline	10				
-MainEquipDrop	{0:[[10000,1], [10000,0]], 1:[[8000,1], [10000,2]], 2:[[5000,1], [8000,2], [10000,3]]}	42|30	[-3, 2]	long(round(itemLV*attrStep*attrProportion*randfloat(0.9,1.1)))	
+MainEquipDrop	1	42|30	[-3, 2]	long(round(itemLV*attrStep*attrProportion*randfloat(0.9,1.1)))	
 MainBootyDrop	{7:1,8:15,6:50,5:50,1:20}	{7:[4,10],8:[0,2],6:[0,1],5:[0,2],1:[2,6]}			
 MainDropAppoint	{1:[100101,0,101],2:[100203,0,102],3:[100104,0,103],4:[100107,0,104],5:[100106,0,105],6:[100305,0,106],7:[100102,0,107],8:[100209,0,108],9:[100111,0,109],10:[100407,0,110],11:[100110,0,111],12:[100105,1,0],13:[100212,0,112],14:[100107,3,0],15:[100301,0,113],16:[100206,1,0],17:[100105,0,114],18:[100201,2,0],19:[100103,1,115],20:[100110,1,0],21:[100112,2,0],22:[100209,0,116],23:[100107,2,0],24:[100109,1,0],25:[100308,0,117]}				
 TreeLVUP	42	4|300	5	120	30

--
Gitblit v1.8.0