From 08495407cded2639b5de41960b38e4edb0fe0ad0 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 23 八月 2018 21:48:56 +0800 Subject: [PATCH] fix:2818 子 【开发】新增境界压制技能 / 【后端】境界压制技能 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py index 007b2e3..e538065 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py @@ -185,6 +185,7 @@ Def_Notify_WorldKey_GameWorldBossOnlineCnt = "GameWorldBossOnlineCnt_%s" #世界boss重生时间计算 在线人数统计 %s为bossid Def_Notify_WorldKey_BossShuntPlayer = 'BossShuntPlayer' # boss分流玩家信息 Def_Notify_WorldKey_BossShuntDeadLine = 'BossShuntDeadLine' # boss分流线路已死亡的线路 +Def_Notify_WorldKey_BossOnlineHeroCnt = 'BossOnlineHeroCnt_%s' # boss刷新时间用的在线人数, 参数为NPCID Def_Notify_WorldKey_FamilyActivityDayState = "FamilyActivityDayState" #战盟相关活动今日开启状态, 按位存储代表今日是否开启过 @@ -1600,7 +1601,8 @@ SuccType_CompoundEquip, # 合成X阶X颜色X星级以上装备124 SuccType_IceLode, #通关冰晶矿脉成就125 SuccType_RefineStoveColor, #炼制X品质丹药X枚126 -) = range(1, 127) +SuccType_UseStoveBylv, #使用X品丹药X枚127 +) = range(1, 128) @@ -1612,7 +1614,7 @@ UnDownCheckSuccessTypeList = [ SuccType_EquipPlusLV, SuccType_GodWeapon, SuccType_MainTaskNode,SuccType_PassWagicWeapon, - SuccType_KillSpecificNPC, + SuccType_KillSpecificNPC, SuccType_UseStoveBylv, SuccType_Pray,SuccType_PetClassLV, SuccType_HorseAllLV, SuccType_QueenRelics,SuccType_XMZZConWin, SuccType_EquipSuit, -- Gitblit v1.8.0