From d33b1530147a412e88a32bf1168ca3ac6e9718c6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 20 三月 2026 10:35:50 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(左慈所有技能;技能目标细分增加11-受控目标优先;敌友目标增加3-友方(一定不含自己);7011效果改为无技能目标时触发;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index c5cb00e..d1f14b7 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -1361,7 +1361,8 @@
 SkillTagAffect_DamShield, # 承伤盾目标优先 8
 SkillTagAffect_Bleeding, # 仅流血目标 9
 SkillTagAffect_HPPerLowest, # 血量百分比最低 10
-) = range(11)
+SkillTagAffect_IncontrolledPriority, # 受控目标优先 11
+) = range(12)
 
 #技能施法目标
 Def_UseSkillAim_Type = 3
@@ -3969,7 +3970,7 @@
 SkillEff_UseSkillHarmSelf = 7008 # 释放技能时自残(先扣血)
 SkillEff_SkillUseCntLimit = 7009 # 限制技能最多触发次数
 SkillEff_UseSkillStealBuff = 7010 # 释放技能前偷取buff
-SkillEff_ReviveNoUse = 7011 # 没有复活目标时释放其他技能
+SkillEff_NoTagUse = 7011 # 没有技能设定的目标时释放其他技能
 SkillEff_LearnSkillEx = 7012 # 额外学习技能(用于拆分完全独立的技能,视为已学习)
 
 (

--
Gitblit v1.8.0