From 45cffe6477af66606824341be4a7d0e6a7223a03 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 18 五月 2019 16:48:37 +0800
Subject: [PATCH] 860312 加点触发任务

---
 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 3a2b420..b2273bb 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
@@ -1950,6 +1950,11 @@
     RunQuestEvent(curPlayer, "linggenqualityup", '%s_%s' % (attrID, qualityLV), Def_RunQuestType_Normal)
     return
 
+def EventRespons_AddPoint(curPlayer):
+    #灵根加点
+    RunQuestEvent(curPlayer, "addpoint", '0', Def_RunQuestType_Normal)
+    return
+
 def EventRespons_ActivityAward(curPlayer, awardIndex):
     #活跃领奖
     RunQuestEvent(curPlayer, "activityaward", awardIndex, Def_RunQuestType_Normal)

--
Gitblit v1.8.0