From 8a7181b35a5f4063fb84fcb3120394faeaba2f77 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 07 十二月 2020 19:19:50 +0800 Subject: [PATCH] 8585 【港台】【BT】【长尾】【后端】竞技场(初版) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py index d10e480..97c439b 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py @@ -47,7 +47,6 @@ # @change: "2014-06-23 14:30" Alee 关闭输出 # @change: "2014-07-24 21:30" hxp 增加设置跑环任务星级,一键完成所有跑环任务 # @change: "2014-07-31 21:30" hxp 取消红名不能与NPC对话限制 -# @change: "2014-08-08 10:00" hxp 增加天梯竞技场任务事件触发 # @change: "2014-08-26 11:00" hxp NotifyOneMission增加参数选择是否同步该任务全部字典信息 # @change: "2014-12-25 16:10" ljd 同步上一次背包开格时间 # @change: "2015-01-10 23:00" hxp 仓库购买特殊处理 @@ -1456,13 +1455,6 @@ # @return 返回值无意义 def EventRespons_FBEvent(curPlayer, eventName): RunQuestEvent(curPlayer, "fb_event", eventName, Def_RunQuestType_Normal) - -##天梯竞技场事件触发 -# @param curPlayer 玩家实例 -# @param eventName 事件名 -# @return 返回值无意义 -def EventRespons_ArenaEvent(curPlayer, eventName): - RunQuestEvent(curPlayer, "arena_event", eventName, Def_RunQuestType_Normal) ##添加好友成功触发 -- Gitblit v1.8.0