From 2ccb840f9db8c61f7e9a0a336205713b41790bf3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 06 八月 2025 19:52:49 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(import问题) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintExpRate.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintExpRate.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintExpRate.py index 096f80d..7a9c3ef 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintExpRate.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintExpRate.py @@ -17,7 +17,6 @@ import GameWorld import PlayerControl -import PlayerWorldAverageLv import ChConfig import PlayerVip @@ -30,7 +29,6 @@ def OnExec(curPlayer, cmdList): GameWorld.DebugAnswer(curPlayer, "===== 总倍率: %s" % PlayerControl.GetPlayerExpRate(curPlayer)) GameWorld.DebugAnswer(curPlayer, "系统功能及Buff=%s" % curPlayer.GetFightExpRate()) - GameWorld.DebugAnswer(curPlayer, "世界等级加成=%s" % PlayerWorldAverageLv.GetWorldAverageLvExpRate(curPlayer)) GameWorld.DebugAnswer(curPlayer, "队伍加成=%s" % curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_TeamExpRate)) GameWorld.DebugAnswer(curPlayer, "VIP加成=%s" % PlayerVip.GetPrivilegeValue(curPlayer, ChConfig.VIPPrivilege_FightExpRate)) -- Gitblit v1.8.0