From 5fa02b1adbf1900358ab44a915cd9e841dcdf45f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期日, 09 十月 2022 16:20:47 +0800 Subject: [PATCH] 9687 【后端】【越南】【主干】【BT7】野外根据境界动态刷怪 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py index d098736..1bd8fb9 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py @@ -538,7 +538,7 @@ GameWorld.DebugLog("VIP杀怪等级信息同步开关, isOn=%s" % isOn, curPlayer.GetPlayerID()) return -def DoAddVIPKillLVExp(curPlayer, curNPC, killCount=1): +def DoAddVIPKillLVExp(curPlayer, npcLV, killCount=1): ''' 击杀NPC增加VIP杀怪等级经验,只算击杀的,队员击杀无效 ''' @@ -549,7 +549,6 @@ if not mwID or not PlayerMagicWeapon.GetIsActiveMagicWeapon(curPlayer, mwID): return - npcLV = NPCCommon.GetNPCLV(curNPC) addExp = eval(IpyGameDataPY.GetFuncCompileCfg("VIPAddAtkEXP", 1)) addExp *= killCount if not addExp: -- Gitblit v1.8.0