From 8a90d368d4f1b2d6601a94530fbc106071bc3c26 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 15 九月 2025 14:44:28 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(于禁技能,支持格挡印记;)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.pyc             |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Skill.txt |    5 +++--
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc                    |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Skill.txt |    5 +++--
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BattleObj.pyc            |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc           |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.pyc              |    0 
 7 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BattleObj.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BattleObj.pyc
index a4487bd..8c2efe4 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BattleObj.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BattleObj.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc
index 30d5c53..de4f971 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
index b611ade..f111de9 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.pyc
index 5cbd3e1..532b1e3 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnBuff.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.pyc
index e3790a1..4744559 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Skill.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Skill.txt
index 5040638..45f832f 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Skill.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Skill.txt
@@ -59,8 +59,9 @@
 1004080	1004080	1	1	怒气	3	1	0	6	5	1	0	0				10000																					0	
 1004090	1004090	1	1	升变	3	1	0																														0	
 1005010	1005010	1	1	青州寒律	1	1	1	1	1	0	0	1	0	9000	0	10000	5010	10050101	13		0				0				0	0	0	0	0	0	0	0	0	attack
-10050101	10050101	1	1	青州寒律	0	4	1	1001	6	0	0	0	0	0	0	5000	5010	200	13		0				0				0	0	1	1	0	1	4	0	0	
-1005020	1005020	1	1	重剑无锋	2	1	1	1	4	0	0	2	0	15000	0	10000					0				0				0	0	0	0	0	0	0	0	0	angerskill
+10050101	10050101	1	1	缴械	0	6	1	0	6	0	0	0	0	0	0	2000					0				0				0	0	13	2	0	0	0	0	0	
+1005020	1005020	1	1	重剑无锋	2	1	1	1	4	0	0	2	0	15000	0	10000	5010	10050201	13		0				0				0	0	0	0	0	0	0	0	0	angerskill
+10050201	10050201	1	1	格挡印记	0	5	1	0	5	0	0	0	0	0	0	10000	6001	[[30,1],[40,2],[30,3]]	0		0				0				0	0	14	0	1	5	3	0	0	
 1005030	1005030	1	1	缴械	3	1	0																														0	
 1005050	1005050	1	1	沉剑	3	1	0																														0	
 1005070	1005070	1	1	砺霜	3	9	0																														0	
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Skill.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Skill.txt
index 5040638..45f832f 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Skill.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Skill.txt
@@ -59,8 +59,9 @@
 1004080	1004080	1	1	怒气	3	1	0	6	5	1	0	0				10000																					0	
 1004090	1004090	1	1	升变	3	1	0																														0	
 1005010	1005010	1	1	青州寒律	1	1	1	1	1	0	0	1	0	9000	0	10000	5010	10050101	13		0				0				0	0	0	0	0	0	0	0	0	attack
-10050101	10050101	1	1	青州寒律	0	4	1	1001	6	0	0	0	0	0	0	5000	5010	200	13		0				0				0	0	1	1	0	1	4	0	0	
-1005020	1005020	1	1	重剑无锋	2	1	1	1	4	0	0	2	0	15000	0	10000					0				0				0	0	0	0	0	0	0	0	0	angerskill
+10050101	10050101	1	1	缴械	0	6	1	0	6	0	0	0	0	0	0	2000					0				0				0	0	13	2	0	0	0	0	0	
+1005020	1005020	1	1	重剑无锋	2	1	1	1	4	0	0	2	0	15000	0	10000	5010	10050201	13		0				0				0	0	0	0	0	0	0	0	0	angerskill
+10050201	10050201	1	1	格挡印记	0	5	1	0	5	0	0	0	0	0	0	10000	6001	[[30,1],[40,2],[30,3]]	0		0				0				0	0	14	0	1	5	3	0	0	
 1005030	1005030	1	1	缴械	3	1	0																														0	
 1005050	1005050	1	1	沉剑	3	1	0																														0	
 1005070	1005070	1	1	砺霜	3	9	0																														0	

--
Gitblit v1.8.0