From 4280a083f5b3f867ce06e1388eb28d834e14a5ed Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期三, 19 九月 2018 14:46:43 +0800 Subject: [PATCH] 3428 子 【开发】神兽技能 / 【后端】神兽技能功能类型 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index cca8612..de74685 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4873,7 +4873,8 @@ Def_SkillFuncType_SP15, #9为SP15级 服务端未用到 Def_SkillFuncType_SkillRoll, #10为翻滚 服务端未用到 Def_SkillFuncType_RealmSuppress, #11为境界压制 目前是NPC在用 -) = range(12) +Def_SkillFuncType_Dogz, #12 神兽技能 +) = range(13) # 受技能效果完全影响的怪, 对应 Def_BattleRelationType_CommNoBoss Def_SkillAttack_NPCIsBoss = [ Def_NPCType_Ogre_Normal , #平凡小怪 0 # c++ 定义为普通NPC视野刷新 -- Gitblit v1.8.0