From f59c80a64aa99e451082cce8d338ce1faa53b00a Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期二, 26 三月 2019 20:05:58 +0800 Subject: [PATCH] 6374 新版无绑玉,原先绑玉再仙玉的扣法改成 扣仙玉 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py | 11 ----------- 1 files changed, 0 insertions(+), 11 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 bc3551c..9155840 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py @@ -1720,13 +1720,6 @@ RunQuestEvent(curPlayer, "on_goldinvest", "on_goldinvest", Def_RunQuestType_Normal) RunQuestEvent(curPlayer, "on_goldinvest", investType, Def_RunQuestType_Normal) return - -def EventRespons_OnBuyTeHuiItem(curPlayer, shopID, itemShopIndex): - # 购买特惠商店物品 - RunQuestEvent(curPlayer, "on_buy_tehuiitem", "on_buy_tehuiitem", Def_RunQuestType_Normal) - RunQuestEvent(curPlayer, "on_buy_tehuiitem", shopID, Def_RunQuestType_Normal) - RunQuestEvent(curPlayer, "on_buy_tehuiitem", "%s_%s" % (shopID, itemShopIndex), Def_RunQuestType_Normal) - return def EventRespons_OnActivatePet(curPlayer, petID): # 激活宠物 @@ -1852,10 +1845,6 @@ RunQuestEvent(curPlayer, "realmup", realmlv, Def_RunQuestType_RunAll) return -def EventRespons_MWSoulActive(curPlayer, soulid): - #法宝之魂激活 - RunQuestEvent(curPlayer, "mwsoulactive", soulid, Def_RunQuestType_RunAll) - return def EventRespons_PassQueenRelecs(curPlayer, lineID, grade): #X级通关X层娲皇遗迹 -- Gitblit v1.8.0