From 1956f1507b2ea484795937551633ceea2f1fc0f4 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 29 五月 2019 17:33:14 +0800
Subject: [PATCH] 6501 新增活跃度任务接口

---
 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 c91cae0..223b063 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
@@ -1971,6 +1971,11 @@
     RunQuestEvent(curPlayer, "activityaward", awardIndex, Def_RunQuestType_Normal)
     return
 
+def EventRespons_AddActivityValue(curPlayer):
+    # 增加活跃度
+    RunQuestEvent(curPlayer, "addactivity", "addactivity", Def_RunQuestType_Normal)
+    return
+
 def EventRespons_HorsePetBoss(curPlayer):
     #参加骑宠BOSS
     RunQuestEvent(curPlayer, "horsepetboss", 'horsepetboss', Def_RunQuestType_Normal)

--
Gitblit v1.8.0