From bcaa39b97f1e9789e7960a0101430b1dccbae426 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 30 十一月 2023 15:37:09 +0800 Subject: [PATCH] 10019 【砍树】回合战斗(与NPC基础回合战斗) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 3 +++ 1 files changed, 3 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 abd54b5..5b44d89 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3047,6 +3047,9 @@ Def_ShopType_LongSale, #远程贩售 ) = range(1, 2+1) +#---Obj字典------- +Def_Obj_Dict_TurnFightNum = 'TurnFightNum' # 回合制战斗当前轮次 + #---NPC字典------- #每道龙卷风最终坐标 Def_NPC_Dict_CycloneTagPosX = 'CycloneTagPosX' -- Gitblit v1.8.0