hxp
2022-09-29 2e168fe87e5441d268aee2a458134b2fddea66a8
9720 【后端】【越南】【主干】娲皇副本修改用于聚魂功能
1个文件已修改
6 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_QueenRelics.py 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_QueenRelics.py
@@ -484,8 +484,7 @@
            helpIpyData = IpyGameDataPY.GetIpyGameData("FBHelpBattle", mapID, nextLineID)
            if helpIpyData and PlayerControl.GetFightPower(curPlayer) < helpIpyData.GetFightPowerMin():
                nextLineID = 0 #战力不足,则不可挑战下一关
    nextLineID = 0 # 越南改为选择关卡,一次只能过一关
    
    gameFB = GameWorld.GetGameFB()
    gameFB.SetGameFBDict(FBKey_NextLineID, nextLineID)
@@ -626,6 +625,9 @@
#  @param tick 当前时间
#  @return None
def DoFBAction(curPlayer, actionType, actionInfo, tick):
    #越南改为不可直接进入下一层,只能一层层打
    GameWorld.DebugLog("不能直接进入下一层")
    return
    if actionType != FBCommon.Def_FbActionChangeLine:
        return
    toLineID = actionInfo