From 06469e3516489bdd51bf7bb11d824e72329a25f3 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期日, 28 四月 2019 16:12:06 +0800 Subject: [PATCH] 6501 【后端】【2.0】仙盟任务(新增多个任务接口) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_GodArea.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_GodArea.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_GodArea.py index 1a5bb2f..0987690 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_GodArea.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_GodArea.py @@ -28,6 +28,7 @@ import PlayerActLogin import EventReport import time +import EventShell Map_FBDict_LastGodAreaCheckTick = 'LastGodAreaCheckTick' FBPlayerDict_LeaveTick = 'FBPlayerDict_LeaveTick' @@ -140,6 +141,7 @@ FBCommon.ClearAreaRewardRecord(curPlayer.GetID()) FBCommon.SetHadDelTicket(curPlayer) FBCommon.AddEnterFBCount(curPlayer, mapID) + EventShell.EventRespons_FBEvent(curPlayer, 'godarea') PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_GodArea_Anger, 0) PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_GodArea_LastAddAngerTime, 0) PlayerControl.FBNotify('ElderGod_SomeIn', [curPlayer.GetName()]) -- Gitblit v1.8.0