From 0d0a2ff5d04a605abf0092c054ea801936d23b17 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 14 一月 2019 22:00:21 +0800 Subject: [PATCH] 5722 【后端】【1.5】跨服BOSS开发(跨服采集支持,采集支持配置共享采集次数) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index a25a08f..156f652 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -1890,7 +1890,6 @@ 'XMZZ':[Def_FBMapID_XMZZ], #仙魔之争 'Dogz':[Def_FBMapID_Dogz], #神兽副本 'CrossRealmPK':[Def_FBMapID_CrossRealmPK], #跨服竞技场 - 'CrossPenglai':[Def_FBMapID_CrossPenglai], #跨服蓬莱仙境 'GatherSoul':[Def_FBMapID_GatherSoul],#聚魂副本 } @@ -3483,9 +3482,6 @@ Def_PDict_FreshmanGuideSpeakerCntToday = "FreshmanGuideSpeakerCntDay" # 新手指导员今日已免费传音次数 Def_PDict_LoginDayCnt = "PLoginDayCnt" # 累计登陆天数 Def_PDict_LoginDayAward = "PLoginDayAward" # 累计登陆领取情况 -Def_PDict_CollNpcCollTotalCnt = "CollNpcCollTotalCnt_%s" # 采集NPC累计采集次数,参数为NPCID -Def_PDict_CollNpcCollTime = "CollNpcCollTime_%s" # 采集NPC功能号对应每日对应采集次数,%sNPC功能号 -Def_PDict_CollNpcBuyTime = "CollNpcBuyTime_%s" # 采集NPC功能号对应每日购买采集次数,%sNPC功能号 Def_PDict_CollNpcIDCollTime = "CollNpcIDCollTime_%s" # 采集NPCID对应每日对应采集次数,%sNPCID Def_PDict_ShopItemDayBuyCnt = "ShopItemDayBuyCnt_%s" # 商店NPC商品已购买次数,itemIndex Def_PDict_ShopItemStartTime = "ShopItemStartTime_%s" # 神秘限购商品开卖时间,itemIndex -- Gitblit v1.8.0