From f3c34e89edad573a7d4c7fed9e4aad621f33e22f Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期六, 18 八月 2018 14:21:02 +0800 Subject: [PATCH] fix:增加境界升级任务接口 --- 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 4581294..c1735d3 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py @@ -1806,6 +1806,11 @@ #当天已完成跑环数 RunQuestEvent(curPlayer, "runtaskallcnt", '%s_%s'%(tastType, allcnt), Def_RunQuestType_Normal) return + +def EventRespons_RealmUp(curPlayer, realmlv): + #境界升级 + RunQuestEvent(curPlayer, "realmup", realmlv, Def_RunQuestType_RunAll) + return #--------------------------------------------------------------------- #================================================================================ -- Gitblit v1.8.0