From e7ef89771f8c16b9d0d9623c80538c8a6bb82f15 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期六, 01 九月 2018 10:30:56 +0800 Subject: [PATCH] fix:增加复活CD中提示 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 16 +--------------- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 64b85fb..26c9c8e 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -397,6 +397,7 @@ Def_Effect_AddDienstgrad = 204 #使用物品获得称号 Def_Effect_UseItemGiveZhenQi = 205 #使用道具给予真气 Def_Effect_ItemGiveFamilyActivity = 208 #使用道具给予仙盟活跃令 +Def_Effect_ItemGiveFamilyContribution = 209 #使用道具给予仙盟贡献 Def_Effect_TJGAddTime = 210 #增加脱机挂时间 Def_Effect_ItemAddExp = 213 #给经验道具 Def_Effect_ItemAddLV = 214 #直接升级道具 @@ -4291,21 +4292,6 @@ TriggerType_OneDamage, # 伤害降低到1点 49 ) = range(1, 50) -#增强类型定义,参考SkillBoosts下的SkillBoost_文件 -BoostType_HappenRate = 4 # 触发几率特殊处理 - 增强 -WeakenType_HappenRate = 104 # 触发几率特殊处理 - 减弱 - -#MapConfig表中的索引定义----------------------------------------------------------- -# 表SkillBoostEffDropRate 中的 列表索引定义 -( -Def_SkillBoostTable_SkillTypeID, -Def_SkillBoostTable_BoostType, -Def_SkillBoostTable_SkillEffectID, -Def_SkillBoostTable_ParentSkillTypeID, # 相对Def_SkillBoostTable_SkillTypeID的父技能如召唤 -Def_SkillBoostTable_MinValue, -Def_SkillBoostTable_MaxValue, -Def_SkillBoostTable_NotifyValue, -) = range(7) # NPC功能类型定义 Def_NPCFuncType_Goblin = 70 # 盗宝哥布林 -- Gitblit v1.8.0