From a663539981db072298974deba2578a4138f533d0 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 04 九月 2024 16:57:02 +0800 Subject: [PATCH] 10249 【越南】【砍树】仙宫(新增仙宫系统;跨服boss历练、跨服仙匣秘境、跨服骑宠养成;跨服古宝养成、跨服排位赛个人排行榜结算支持晋升仙宫;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 9 ++++++++- 1 files changed, 8 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 ffc7a4c..d1d7b53 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -517,6 +517,7 @@ Def_Effect_ItemCount = 267 #自动转化为对应物品ID的个数,不存背包 Def_Effect_GubaoPiece = 270 #古宝碎片效果ID, A值-古宝ID Def_Effect_TrainRealmLV = 272 #境界培养卡,值A-功能(1-坐骑;2-灵宠;3-灵器), 值B-境界 +Def_Effect_TiandaoQiyun = 273 #增加天道树气运;A值-增加值 效果值B: 领取是否默认直接使用 #----以下未使用或代码依然存在的--- Def_Effect_ItemGiveGongXun = 1920 #使用道具给予功勋 Def_Effect_ItemGiveRuneJH = 1925 #使用道具给予符印精华 @@ -4525,6 +4526,11 @@ Def_PDict_MineTreasureAward = "MineTreasureAward" # 聚宝盆奖励状态,按类型位运算记录是否已领取 Def_PDict_MineTreasureProgess = "MineTreasureProgess_%s" # 聚宝盆进度值,参数(聚宝盆类型) +#仙宫 +Def_PDict_XiangongLikeState = "XiangongLikeState_%s" # 指定仙宫今日是否已点赞,参数(仙宫ID),仙宫ID为0时代表每日的仙宫功能点赞 +Def_PDict_TiandaoQiyun = "TiandaoQiyun" # 天道树当前气运 +Def_PDict_TiandaoAward = "TiandaoAward_%s" # 天道树领奖记录,按奖励索引记录是否已领取,参数(key编号) + #异兽入侵 Def_PDict_AlineInvadeHurtTotalEx = "AlineInvadeHurtTotalEx" #本日累计伤害,整除亿部分 Def_PDict_AlineInvadeHurtTotal = "AlineInvadeHurtTotal" #本日累计伤害,求余亿部分 @@ -6076,7 +6082,8 @@ Def_RewardType_ActBuyCountGift, # 领取购买次数礼包活动 72 Def_RewardType_Guaji, # 领取挂机收益 73 Def_RewardType_FamilyCTGAssist, # 仙盟充值互助奖励 74 -)= range(75) +Def_RewardType_TiandaoTree, # 仙宫天道树奖励 75 +)= range(76) #boss复活相关活动定义 BossRebornActIDList = ( -- Gitblit v1.8.0