From 737fc9446cb985dfcaf6dd0bb7ae453e3d43979a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 08 一月 2020 18:49:33 +0800 Subject: [PATCH] 8346 【恺英】【后端】协助系统(请求协助增加广播仙盟频道提醒,3条不同信息轮流广播) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAssist.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAssist.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAssist.py index 5651b56..30ad716 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAssist.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerAssist.py @@ -83,9 +83,10 @@ GameWorld.DebugLog("请求协助CD中!npcID=%s" % npcID, playerID) return + npcLV = curNPC.GetLV() mapID = curPlayer.GetMapID() lineID = GameWorld.GetGameWorld().GetLineID() - queryData = [mapID, lineID, npcID, objID] + queryData = [mapID, lineID, npcID, objID, npcLV] QueryGameServer_PlayerAssist(playerID, "RequestAssistBoss", queryData) return -- Gitblit v1.8.0