hxp
2022-10-12 e0584b65cc1158aa8aec5f0690c82e08edcf9252
9719 【越南】【BT7】【主干】跨服全民充值(主干 冲突)
2个文件已修改
14 ■■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/Player/ChPlayer.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/Player/ChPlayer.py
@@ -72,6 +72,7 @@
import PlayerCharm
import CrossRealmPlayer
import CrossBattlefield
import CrossActAllRecharge
#---------------------------------------------------------------------
#---------------------------------------------------------------------
@@ -234,6 +235,8 @@
        CrossBattlefield.OnPlayerLogin(curPlayer)
        #跨服排位
        CrossChampionship.OnPlayerLogin(curPlayer, tick)
        #跨服全民充值
        CrossActAllRecharge.OnPlayerLogin(curPlayer)
        
    if isMixServerFirstLogin:
        PlayerCharm.OnMixServerFirstLogin(curPlayer)
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -3777,6 +3777,11 @@
Def_PDict_CA_CTGBillboardRMB = "CA_CTGBillboardRMB"  # 活动累计充值RMB值
Def_PDict_CA_CTGBillboardAward = "CA_CTGBillboardAward"  # 活动充值目标领奖状态,按二进制位存储
#跨服全民充值活动
Def_PDict_CA_AllRechargeID = "CA_AllRechargeID"  # 玩家身上的活动ID,唯一标识,取活动开始日期time值
Def_PDict_CA_AllRechargeRMB = "CA_AllRechargeRMB"  # 活动累计充值RMB值
Def_PDict_CA_AllRechargeAward = "CA_AllRechargeAward"  # 活动领奖状态,按二进制位存储
#消费返利活动
Def_PDict_CostRebateID = "CostRebateID_%s"  # 玩家身上的消费返利活动ID,唯一标识,取活动开始日期time值,参数(活动编号)
Def_PDict_CostRebateTemplateID = "CostRebateTemplateID_%s"  # 玩家身上的消费返利模板ID,参数(活动编号)
@@ -5627,7 +5632,11 @@
Def_RewardType_FairyCardSponsor, #仙卡赞助奖励 46
Def_RewardType_CritGodBoxCTG, #暴击神兵奖励 47
Def_RewardType_GameNotice, #玩法前瞻奖励 48
)= range(49)
Def_RewardType_EnterGroup, #加群奖励49
Def_RewardType_ShediaoRedpacket, #射雕红包奖励 50
Def_RewardType_ShediaoEquip, #射雕装备奖励 51
Def_RewardType_CAAllRecharge, #跨服全民充值奖励 52
)= range(53)
#boss复活相关活动定义