From 7b83168dd103ded6d3e3214ec0584f0a6319c821 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 18 一月 2025 23:43:24 +0800
Subject: [PATCH] 10331 【越南】【英语】【BT】【砍树】境界修改 - 增加拍卖任务事件

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py |   11 +++++++++++
 1 files changed, 11 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 1f71aa2..463faf3 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
@@ -2013,6 +2013,17 @@
     RunQuestEvent(curPlayer, "buyauctionequip", color, Def_RunQuestType_Normal)
     return
 
+def EventRespons_AddAuction(curPlayer):
+    # 上架拍品
+    RunQuestEvent(curPlayer, "addauction", 0, Def_RunQuestType_Normal)
+    return
+
+def EventRespons_BuyAuction(curPlayer):
+    # 购买拍品
+    RunQuestEvent(curPlayer, "buyauction", 0, Def_RunQuestType_Normal)
+    return
+
+
 def EventRespons_OnMoneyChange(curPlayer, moneyType):
     # 货币变更时
     

--
Gitblit v1.8.0