From 6cbc122791ae385ff04c4317113f1fe7abed7494 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 04 六月 2024 17:58:08 +0800 Subject: [PATCH] 10173 【主干】【香港】【越南】BOSS凭证(新增任务活动) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActivity.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActivity.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActivity.py index fb40cbf..65cf636 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActivity.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActivity.py @@ -38,6 +38,7 @@ import PlayerBossReborn import PlayerActGarbageSorting import PlayerTongTianLing +import PlayerActTask import PlayerSuccess import PlayerGubao @@ -313,6 +314,7 @@ __AddCanCostActivityPoint(curPlayer, addValue, isLVUp) PlayerActGarbageSorting.AddActGarbageTaskProgress(curPlayer, ChConfig.Def_GarbageTask_Activity, addValue) PlayerTongTianLing.AddTongTianTaskValue(curPlayer, ChConfig.TTLTaskType_Activity, addValue) + PlayerActTask.AddActTaskValue(curPlayer, ChConfig.ActTaskType_Activity, addValue) PlayerControl.NotifyCode(curPlayer, "GetActivity", [addValue]) SyncDailyActivityInfo(curPlayer) EventShell.EventRespons_AddActivityValue(curPlayer) -- Gitblit v1.8.0