From c80c8718c507a7e52f065eee9e35bb4f27573f48 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 05 十二月 2025 11:07:07 +0800 Subject: [PATCH] 374 【活动内容】开服庆典-服务端 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 40 ++++++---------------------------------- 1 files changed, 6 insertions(+), 34 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index d35886c..c3336d1 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3473,16 +3473,6 @@ Def_PDict_CollectWordsExchangeCount = "CollectWordsCount_%s_%s" # 兑换编号对应已兑换次数,参数(活动编号, 兑换编号) Def_PDict_CollectWordsGJSeconds = "CollectWordsGJSeconds_%s" # 挂机未处理收益的秒数,参数(活动编号) -#BOSS复活 -Def_PDict_BossRebornID = "BossRebornID" # 玩家身上的BOSS复活活动ID,唯一标识,取活动开始日期time值 -Def_PDict_BossRebornTemplateID = "BossRebornTemplateID" # 玩家身上的BOSS复活模板ID -Def_PDict_BRActionCurTimes = "BRActionCurTimes_%s" #当前完成次数 参数BOSS复活活动ID -Def_PDict_BRActionGotTimes = "BRActionGotTimes_%s" #当前已领次数 参数BOSS复活活动ID -Def_PDict_BRActionWorldLV = "BRActionWorldLV" #BOSS复活活动开启时世界等级 - -#Boss首杀 -Def_PDict_BossFirstKillState = "BossFirstKillState_%s" # boss首杀相关状态记录 - #限时抢购活动 Def_PDict_FlashSaleID = "FlashSaleID_%s" # 玩家身上的限时抢购活动ID,唯一标识,取活动开始日期time,参数(活动编号) Def_PDict_FlashSaleState = "FlashSaleState_%s" # 玩家身上的限时抢购活动state,参数(活动编号) @@ -3705,6 +3695,10 @@ # 成就 Def_PDictType_Success Def_PDict_SuccessValue = "Succ_%s_%s" # 当前次数值,参数(成就类型、条件) Def_PDict_SuccessAward = "Succ_Award_%s" # 成就领奖记录,按成就ID位存储0-未领,1-已领,参数(key编号) + +# 开服庆典 +Def_PDict_OSACelebrationPoint = "OSACelebrationPoint" # 开服庆典累计积分 +Def_PDict_OSACelebrationAward = "OSACelebrationAward" # 开服庆典累计积分阶段奖励领奖状态,按积分排序后的索引位记录是否已领取 # 通天令 Def_PDict_TTL_StartTime = "TTL_StartTime" # 本轮通天令开始时间戳 @@ -4382,7 +4376,7 @@ Def_GiveMoney_Warehouse, # 仓库 Def_GiveMoney_SellPackItem, # 出售背包物品 Def_GiveMoney_CollectNPC, # 采集NPC -Def_GiveMoney_BossFirstKill, # Boss首杀 +Def_GiveMoney_20, Def_GiveMoney_21, Def_GiveMoney_Trade, # 交易 Def_GiveMoney_23, @@ -4417,7 +4411,6 @@ Def_GiveMoney_Warehouse:"Warehouse", Def_GiveMoney_SellPackItem:"SellPackItem", Def_GiveMoney_CollectNPC:"CollectNPC", -Def_GiveMoney_BossFirstKill:"BossFirstKill", Def_GiveMoney_Trade:"Trade", Def_GiveMoney_FreeGoods:"FreeGoods", Def_GiveMoney_BindJadeWheel:"BindJadeWheel", @@ -4798,7 +4791,7 @@ Def_RewardType_BeautyLVAward, # 红颜等级奖励 6 Def_RewardType_DayRealmPoint, # 每日任务修行点奖励7 Def_RewardType_FirstCharge, # 首充礼包奖励8 -Def_RewardType_MWSoulAward, # 法宝之魂奖励9 -废弃 +Def_RewardType_OSACelebrationPointAward, # 开服庆典积分阶段奖励 9 Def_RewardType_FreeGoods, # 极品白拿10 Def_RewardType_CostRebate, # 消费返利11 Def_RewardType_BossReborn, # BOSS复活12 @@ -4873,27 +4866,6 @@ Def_RewardType_ADAward, # 广告奖励 81 Def_RewardType_TreeFreeTime, # 仙树免费减时 82 )= range(83) - -#boss复活相关活动定义 -BossRebornActIDList = ( -Def_BRAct_VIPBOSS, #进入VIPboss副本 1 -Def_BRAct_GodArea, #进入古神禁地副本 2 -Def_BRAct_MoneyPray, #铜钱祈愿 3 -Def_BRAct_ExpPray, #经验祈愿 4 -Def_BRAct_Treasure, #极品寻宝 5 -Def_BRAct_WorldBOSS, #击杀世界boss获得掉落归属 6 -Def_BRAct_BOSSHome, #击杀boss之家获得掉落归属 7 -Def_BRAct_FMT, #挑战封魔坛BOSS 8 -Def_BRAct_RunTask, #完成仙盟跑环 9 -Def_BRAct_XJMJ, #完成仙界秘境 10 -Def_BRAct_KirinHome, #完成麒麟之府 11 -Def_BRAct_TowerSweep, #符印塔扫荡 12 -Def_BRAct_RuneTreasure, #符印寻宝 13 -Def_BRAct_FairyDomain, #缥缈仙域 14 -Def_BRAct_FamilyBoss, #仙盟BOSS 15 -Def_BRAct_ActivityPlace, #活跃放置 16 -Def_BRAct_JSTreasure, #绝世寻宝 17 -) = range(1, 17+1) #全民来嗨活动定义(仙界盛典) PeoplePartyActIDList = ( -- Gitblit v1.8.0