From cc3b988b52ba3f473862d289ec58e7873e35d713 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 31 十二月 2024 16:43:06 +0800 Subject: [PATCH] 10334 【越南】【英语】【BT】【砍树】境界修改-服务端 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py index 415ae9d..09b9113 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py @@ -62,7 +62,7 @@ curLV = curPlayer.GetLV() isOnlyLVUp = lvLimit==0 or curLV < lvLimit #是否直接提升固定等级 - maxLV = IpyGameDataPY.GetFuncCfg("PlayerMaxLV") # 当前已开放的最大等级不一定大于下一次转生等级 + maxLV = PlayerControl.GetPlayerMaxLV(curPlayer) if isOnlyLVUp and curLV >= maxLV: PlayerControl.NotifyCode(curPlayer, "GeRen_liubo_607994") GameWorld.Log('升级果实无法使用,已达到当前最大等级 curLV=%s,maxLV=%s' -- Gitblit v1.8.0