From 536f78666b3288424ab6adaded137f2bdd044b0d Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期六, 18 八月 2018 16:13:30 +0800
Subject: [PATCH] add:GM命令 SetMWSoul 魂ID 状态(1激活,0未激活)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py | 10 ++++++++++
1 files changed, 10 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..a52b3f0 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,16 @@
#当天已完成跑环数
RunQuestEvent(curPlayer, "runtaskallcnt", '%s_%s'%(tastType, allcnt), Def_RunQuestType_Normal)
return
+
+def EventRespons_RealmUp(curPlayer, realmlv):
+ #境界升级
+ RunQuestEvent(curPlayer, "realmup", realmlv, Def_RunQuestType_RunAll)
+ return
+
+def EventRespons_MWSoulActive(curPlayer, soulid):
+ #法宝之魂激活
+ RunQuestEvent(curPlayer, "mwsoulactive", soulid, Def_RunQuestType_RunAll)
+ return
#---------------------------------------------------------------------
#================================================================================
--
Gitblit v1.8.0