hxp
2026-01-21 4ead2a8d46cb51b2bdf0fe3702b52c9bde5f5651
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Dingjunge.py
@@ -52,10 +52,13 @@
    else:
        todayLineID = value1
        highestLineID = paramList[1] if len(paramList) > 1 else None
        if not todayLineID:
            todayLineID = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_DJGLineID)
        if not highestLineID:
            highestLineID = curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_FBPassLineID % mapID)
            
        layerNum, levelNum = todayLineID / 100, todayLineID % 100
        if todayLineID:
        ipyData = IpyGameDataPY.GetIpyGameDataNotLog("FBDJGLevel", layerNum, levelNum)
        if not ipyData:
            GameWorld.DebugAnswer(curPlayer, "不存在该层关卡:%s-%s" % (layerNum, levelNum))