From ad9ca5656fe2b0af83ca3d3cd6b7cc5511047ba9 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 16 七月 2024 11:35:48 +0800
Subject: [PATCH] 9415 【主干】【港台】【越南】【砍树】【后端】古神战场(C107增加战场分区通知)

---
 ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py b/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py
index 57cfda4..0d2dc6a 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/DataRecordPack.py
@@ -261,20 +261,29 @@
         type2 = billBoardData.GetType2()
         value1 = billBoardData.GetValue1()
         value2 = billBoardData.GetValue2()
+        value3 = billBoardData.GetValue3()
+        value4 = billBoardData.GetValue4()
+        value5 = billBoardData.GetValue5()
+        value6 = billBoardData.GetValue6()
+        value7 = billBoardData.GetValue7()
+        value8 = billBoardData.GetValue8()
         cmpValue = billBoardData.GetCmpValue()
         cmpValue2 = billBoardData.GetCmpValue2()
         cmpValue3 = billBoardData.GetCmpValue3()
+        userData = billBoardData.GetUserData()
         
         dataDict = {"BillboardType":billboardType,
                     "Place":index,  "ObjID":objID, "ObjID2":objID2, "Name1":name1, 
                     "Name2":name2,  "Type2":type2, "Value1":value1, "Value2":value2,
-                    "CmpValue":cmpValue, "CmpValue2":cmpValue2, "CmpValue3":cmpValue3,
+                    "CmpValue":cmpValue, "CmpValue2":cmpValue2, "CmpValue3":cmpValue3, 
+                    "Value3":value3, "Value4":value4, "Value5":value5, "Value6":value6, 
+                    "Value7":value7, "Value8":value8, "UserData":userData
                     }
         
         dataDict.update(addDataDict)
         
         #发送封包
-        SendEventPack(eventName, dataDict)
+        SendEventPack("%s_%s" % (eventName, billboardType), dataDict)
     return
 
 ## GM执行命令操作

--
Gitblit v1.8.0