xdh
2019-06-25 6ce06da11598b0012297e502759ade43e63d7eaa
7534 【2.0.100】【后端】日常活动新增蓬莱仙境
3个文件已修改
10 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py
@@ -1437,7 +1437,8 @@
DailyActionID_FairyDomain, # 缥缈仙域  25
DailyActionID_AuctionItem, # 拍卖行上架/竞拍  26
DailyActionID_LeiFaBoss, # 雷罚boss 27
) = range(1, 27 + 1)
DailyActionID_CrossPenglai, # 跨服蓬莱仙境Boss 28
) = range(1, 28 + 1)
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCommon.py
@@ -2306,6 +2306,10 @@
        PlayerFairyCeremony.AddFCPartyActionCnt(curPlayer, ChConfig.Def_PPAct_BossHome, 1)
        PlayerNewFairyCeremony.AddFCPartyActionCnt(curPlayer, ChConfig.Def_PPAct_BossHome, 1)
        PlayerWeekParty.AddWeekPartyActionCnt(curPlayer, ChConfig.Def_WPAct_BOSSHome, 1)
    elif mapID is ChConfig.Def_FBMapID_CrossPenglai:
        #跨服蓬莱仙境
        PlayerActivity.AddDailyActionFinishCnt(curPlayer, ShareDefine.DailyActionID_CrossPenglai)
    return
    
#################################################
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py
@@ -1437,7 +1437,8 @@
DailyActionID_FairyDomain, # 缥缈仙域  25
DailyActionID_AuctionItem, # 拍卖行上架/竞拍  26
DailyActionID_LeiFaBoss, # 雷罚boss 27
) = range(1, 27 + 1)
DailyActionID_CrossPenglai, # 跨服蓬莱仙境Boss 28
) = range(1, 28 + 1)