From a572273422ce72347de0697eccc0c57fefb1f85d Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 27 三月 2019 14:25:49 +0800 Subject: [PATCH] 6244 【后端】【2.0】法宝调整 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py | 7 ------- 1 files changed, 0 insertions(+), 7 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 9155840..fbfbc0c 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py @@ -1727,13 +1727,6 @@ RunQuestEvent(curPlayer, "on_activatepet", petID, Def_RunQuestType_Normal) return -def EventRespons_OnActiveMagicWeapon(curPlayer, mwID): - # 激活法宝 - RunQuestEvent(curPlayer, "on_activemagicweapon", mwID, Def_RunQuestType_Normal) - RunQuestEvent(curPlayer, "on_activemagicweaponex", mwID, Def_RunQuestType_RunAll) - RunQuestEvent(curPlayer, "on_activemagicweaponex", 0, Def_RunQuestType_RunAll) - return - def EventRespons_MagicWeaponLV(curPlayer, mwID, lv): # 法宝解锁进度 RunQuestEvent(curPlayer, "magicweaponlv", '%s_%s'%(mwID, lv), Def_RunQuestType_RunAll) -- Gitblit v1.8.0