From bd25af0e6722b42c01cdd730b16652b2ad006388 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 24 一月 2025 19:05:04 +0800 Subject: [PATCH] 1111 【越南】【英语】【BT】【砍树】增加功能开启触发任务事件; --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py | 5 +++++ 1 files changed, 5 insertions(+), 0 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 463faf3..b50e6af 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py @@ -961,6 +961,11 @@ return #--------------------------------------------------------------------- +def EventResponse_Funcopen(curPlayer, funcID): + ## 功能开启触发 + RunQuestEvent(curPlayer, "funcopen", funcID, Def_RunQuestType_RunAll) + return + ##任务触发器_LVUp 当玩家升级的时候触发 #@param curPlayer 玩家实例 #@return 返回值无意义 -- Gitblit v1.8.0