From c9d85bde9ec46becb60b4434ec74fd7e527b885e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 15 十一月 2024 17:17:01 +0800 Subject: [PATCH] 10302 【越南】【英语】【砍树】【tqxbqy】【btgotq】仙缘-服务端 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGubao.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGubao.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGubao.py index 16baf95..0968f60 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGubao.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGubao.py @@ -32,6 +32,7 @@ import PlayerDienstgrad import PlayerGatherTheSoul import PlayerActGubao +import PlayerActTask import PlayerCoat GubaoEffType_FamilyWar = 48 # 参与仙盟联赛每X次+XXX属性 x次 @@ -266,6 +267,7 @@ Sync_GubaoInfo(curPlayer, [gubaoID]) PlayerActGubao.OnGubaoCost(curPlayer, needPieceInfo, realNeedItemList) + PlayerActTask.AddActTaskValue(curPlayer, ChConfig.ActTaskType_GubaoStarUp) return def DoGubaoAddFreePoint(curPlayer, gubaoID=0): @@ -396,6 +398,7 @@ Sync_GubaoInfo(curPlayer, [gubaoID]) PlayerActGubao.OnGubaoCost(curPlayer, needPieceInfo, realNeedItemList) + PlayerActTask.AddActTaskValue(curPlayer, ChConfig.ActTaskType_GubaoLVUp) return def GetGubaoTotalLVStar(curPlayer): -- Gitblit v1.8.0