From 2e168fe87e5441d268aee2a458134b2fddea66a8 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 29 九月 2022 15:42:03 +0800 Subject: [PATCH] 9720 【后端】【越南】【主干】娲皇副本修改用于聚魂功能 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_QueenRelics.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_QueenRelics.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_QueenRelics.py index 59059e9..0fc43c6 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_QueenRelics.py +++ b/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 -- Gitblit v1.8.0