From bd61f5e92fad5dc02f693747fde8fdb86ee01c5c Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 06 十二月 2019 20:46:52 +0800
Subject: [PATCH] 8346 【恺英】【后端】协助系统(初版,可完成协助完整流程,增加新NPC伤血管理,支持协助、支持超过20亿伤害)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |    2 ++
 1 files changed, 2 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 04f263d..90856b2 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -2220,6 +2220,7 @@
                          1000 * 15,                        # 渡劫鼓舞间隔
                          1000 * 1,                        # vip体验时效
                          1000 * 1,                        # 限时抢购
+                         1000 * 5,                        # 请求协助间隔
                          ]
 TYPE_Player_Tick_Count = len(TYPE_Player_Tick_Time) 
 
@@ -2293,6 +2294,7 @@
 TYPE_Player_Tick_DuJieInspire,    # 渡劫鼓舞间隔
 TYPE_Player_Tick_VIPExperience,        #vip体验时效
 TYPE_Player_Tick_FlashSale,        #限时抢购
+TYPE_Player_Tick_RequestAssist,        #请求协助间隔
 ) = range(0, TYPE_Player_Tick_Count)
 
 #---------------------------------------------------------------------

--
Gitblit v1.8.0