From 7436902cc4e4932ba49169df24051077d04ef064 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 19 二月 2025 16:49:48 +0800
Subject: [PATCH] 10398 【越南】【英语】【BT】【砍树】【GM】2月17-21版本更新(跑环任务最后奖励增加通用获得奖励通知)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py | 4 ++--
1 files changed, 2 insertions(+), 2 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 85c15ea..6a56721 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
@@ -5053,7 +5053,7 @@
EventRespons_OnBuyDayMissionSum(curPlayer, buyNum)
return
-## A2 15 领取环任务每轮奖励#tagCMGetRunTaskEndAward
+#// A2 21 领取跑环每轮结束奖励 #tagCMGetRunTaskEndAward
# @param index 索引
# @param clientData 封包结构体
# @param tick 时间戳
@@ -5120,7 +5120,7 @@
#通知客户端
NotifyRunEndAward(curPlayer, taskType)
-
+ ItemControler.NotifyGiveAwardInfo(curPlayer, itemList, "RunTaskEndAward", giveExp, {moneyType:moneyNum})
#删除领取奖励的任务 (改由任务脚本触发下一环)
EventRespons_GetLastRunTaskAward(curPlayer, taskType)
--
Gitblit v1.8.0