From 5ad2bd52bfbdf91a93ecf3a6c98c5e578edabb2b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 26 三月 2019 17:18:50 +0800 Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(页游天梯) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py | 14 -------------- 1 files changed, 0 insertions(+), 14 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 a06f659..4dbf2eb 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 @@ -2592,20 +2592,6 @@ return petPack.GetCount() > 0 return PlayerPet.GetPetDataItemByNPCID(curPlayer, checkPetID) != None -##竞技场是否达到多少名 -# @param curPlayer 玩家实例 -# @param curMission 任务实例 -# @param curConditionNode 节点信息 -# @return 返回值, 是否判断成功 -# @remarks <Check_Jjcorder type="类型" value="值"/> -def ConditionType_Check_Jjcorder(curPlayer, curMission, curConditionNode): - conditionValue = GameWorld.ToIntDef(curConditionNode.GetAttribute("value"), 0) - conditionType = curConditionNode.GetAttribute("type") - maxOrder = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_HighLadder_HistoryMaxOrder, 0, - ChConfig.Def_PDictType_Default) - - return QuestRunnerValue.GetEval(conditionType, maxOrder, conditionValue) - #--------------------------------------------------------------------- ##执行 扣除玩家镖车押金 # @param curPlayer 玩家实例 -- Gitblit v1.8.0