From 5695662b3131c45271dac81da7f45391570d8b4a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 28 十一月 2018 11:25:06 +0800 Subject: [PATCH] 4762 【后端】优化机器人攻击顺序,防止动作一致; --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 4bd73c9..6f46b30 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -2962,6 +2962,10 @@ Def_NPC_Dict_SpeedPer = "SpeedPer" # 移动速度变更百分比 +# 延迟攻击时长, 毫秒 +Def_NPC_Dict_AtkDelayTick = "AtkDelayTick" # 延迟攻击时长 +Def_NPC_Dict_AtkStartTick = "AtkStartTick" # 开始攻击tick + #玩家状态定义,不能超过31个,如超过,需扩展多个key支持 Def_PlayerStateList = ( Def_PlayerState_Normal, # 无 0 -- Gitblit v1.8.0