From 3128b603606057b8b6ddbaf6a86e4493b4ce292a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 17 十二月 2019 18:22:39 +0800 Subject: [PATCH] 8358 【主干】【后端】坐骑修改 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py index b33a408..4209422 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py @@ -2481,12 +2481,6 @@ # @remarks <Check_HorseClasslv type="类型" value="值"/> def ConditionType_Check_Horseclasslv(curPlayer, curMission, curConditionNode): return False -# conditionValue = GameWorld.ToIntDef(curConditionNode.GetAttribute("value"), 0) -# conditionType = curConditionNode.GetAttribute("type") -# curHorseClassLV = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_Horser_LV, -# 0, ChConfig.Def_PDictType_Horse) -# -# return QuestRunnerValue.GetEval(conditionType,curHorseClassLV,conditionValue) ##坐骑是否达到多少阶多少星 # @param curPlayer 玩家实例 @@ -7053,7 +7047,7 @@ # @return None <Horselv value="坐骑等级"/> def ConditionType_Horselv(curPlayer, curMission, curActionNode): horseLV = GameWorld.ToIntDef(curActionNode.GetAttribute("value"), 0) - return PlayerHorse.GetHorseCurMaxLV(curPlayer) >= horseLV + return PlayerHorse.GetHorseSumLV(curPlayer) >= horseLV ##是否已购买VIP礼包 # @param None -- Gitblit v1.8.0