From 31a441bf2842217a4fb215ae25d6e836980f52d4 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期四, 24 一月 2019 10:17:34 +0800 Subject: [PATCH] 5924 【后端】【1.5.100】诛仙Boss功能(杀人不红名) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 173dabb..d822414 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3322,6 +3322,8 @@ # 玩家字典key定义规则, key的长度不能超过29个字节, 注意尽量避免命名重复 # 新增参数TYPE 用于字典分类,默认0 +Def_QuDao_DoubleBillGold = "qddbGold" # 渠道返利的仙玉 +Def_QuDao_DoubleBillCount = "qddbCount" # 渠道返利的仙玉领取次数 日期+次数组合数字 Def_PDict_GeTuiSet = "GetuiSet" # 推送提醒的设置 Def_PDict_NoGeTuiTime = "NoGetuiTime" # 推送提醒免打扰时间,将字符串组合数字 Def_PlayerKey_TJGNPC = "TJGNPC" # 脱机挂机NPC点 @@ -4881,7 +4883,8 @@ ItemDel_ChatBubbleBox, # 激活聊天气泡框 ItemDel_GatherSoul, # 聚魂分解 ItemDel_CoatDecompose, # 时装分解 -) = range(2000, 2000 + 37) +ItemDel_ZhuXianDecompose, # 诛仙装备分解 +) = range(2000, 2000 + 38) # 物品扣除类型对应信息 {类型:eventName, ...} ItemDelTypeDict = { @@ -4922,6 +4925,7 @@ ItemDel_ChatBubbleBox:"ChatBubbleBox", ItemDel_GatherSoul:"GatherSoul", ItemDel_CoatDecompose:"CoatDecompose", + ItemDel_ZhuXianDecompose:"ZhuXianDecompose", } ##================================================================================================== -- Gitblit v1.8.0