From b52ff3e9760025c654b028351fe05b4e6c797d53 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 11 十二月 2025 14:36:16 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(修复NPC等级不存在时导致取不到HeroID的bug)

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

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
index f7b29c3..587bc5c 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
@@ -384,7 +384,7 @@
 PersonalMail	200				
 BillboardSet	[]	{0:1000, 1:9999, 2:9999, 3:9999, 4:9999}	{}		
 OSABillboard	{"3":[1, 2], "4":[2, 3]}	{"1":[[1,300,0],[12,80,0]],"2":[[1,200,0],[12,60,0]],"3":[[1,100,0],[12,40,0]],"5":[[1,80,0],[12,20,0]],"10":[[1,60,0],[12,16,0]],"50":[[1,40,0],[12,12,0]],"500":[[1,30,0],[12,10,0]],"9999":[[1,20,0],[12,10,0]]}	{"1":[[1,2000,0],[13,50,0]],"2":[[1,1600,0],[13,40,0]],"3":[[1,1200,0],[13,30,0]],"5":[[1,1000,0],[13,25,0]],"10":[[1,800,0],[13,20,0]],"50":[[1,600,0],[13,15,0]],"500":[[1,400,0],[13,10,0]],"9999":[[1,200,0],[13,5,0]]}		
-OSACelebration	7	{"2000":[[3,100]],"3000":[[2,20000]],"5000":[[7,10000]],"8000":[[8,100]],"10000":[[5,10]]}	100		
+OSACelebration	7	{"2000":[[3,100]],"3000":[[2,20000]],"5000":[[7,10000]],"8000":[[8,100]],"10000":[[5,10]]}	20		
 TalkCD	{"0":3,"3":3}				
 TalkCache	{0:100, 3:30}				
 PlayerViewCache	50	7			
@@ -392,9 +392,9 @@
 PutInItemPack	{"35":[150], "8":[101,102,103,104,105,106,107,108,109,110,111,112]}	{"100":41,"101":42,"102":1,"103":53}			
 TransferItemPack	{}				
 InitDepotCellCount	200	0	0	0	0
-DepotSortPriority	19|145|1|5|81|4|14|13|8|9|26|28|125|27|41|22|124|21|25|20|45|58|54|39|52|6|34|35|36|76|11|12|15|17|29|44|48|50|51|60|80|7|101|102|103|104|105|106|107|108|109|111|112	0	0	0	0
-InitBagCellCount	100	{"35":200}	0	0	0
-PackageSortPriority	19|145|1|5|81|4|14|13|8|9|26|28|125|27|41|22|124|21|25|20|45|58|54|39|52|6|34|35|36|76|11|12|15|17|29|44|48|50|51|60|80|7|101|102|103|104|105|106|107|108|109|111|112	0	0	0	0
+DepotSortPriority	81|15|16|147	0	0	0	0
+InitBagCellCount	200	{"35":350}	0	0	0
+PackageSortPriority	81|15|16|147	0	0	0	0
 OpenPack	{"35":1}	{"35":[300,300,300,300,500]}	{"35":[25,25,25,25,50]}		
 ItemRecord	1	0			
 ItemRecordRule	{0:4}	[]	[]	[]	[]

--
Gitblit v1.8.0