From 875b45e61f90be2084e7015680cc0f8a7ebad8ad Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 12 二月 2019 21:03:27 +0800
Subject: [PATCH] 6196 【后端】【1.6】跨服匹配添加机器人

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc             |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc                  |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc      |    0 
 db/PyMongoDataServer/PySysDB/tagCrossRealmPKDan.txt                                  |   64 ++++++++++++++++----------------
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc           |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini                        |   12 +++++-
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc               |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc |    0 
 CoreServerGroup/GameServer/Script/ChPyNetPack.pyc                                    |    0 
 9 files changed, 42 insertions(+), 34 deletions(-)

diff --git a/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc b/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc
index d1c70f9..2c579fc 100644
--- a/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc
+++ b/CoreServerGroup/GameServer/Script/ChPyNetPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini b/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
index 2689b26..1415d89 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
@@ -343,7 +343,7 @@
 Writer = hxp
 Releaser = hxp
 RegType = 0
-RegisterPackCount = 19
+RegisterPackCount = 20
 
 PacketCMD_1 = 0xA5
 PacketSubCMD_1 = 0x04
@@ -420,6 +420,10 @@
 PacketCMD_19=0xA1
 PacketSubCMD_19=0x08
 PacketCallFunc_19=OnRefreshMainServerRole
+
+PacketCMD_20=0xA2
+PacketSubCMD_20=0x31
+PacketCallFunc_20=OnClientStartCustomScene
 
 ;购买相关的
 [BuySomething]
@@ -570,7 +574,7 @@
 Writer = hxp
 Releaser = hxp
 RegType = 0
-RegisterPackCount = 3
+RegisterPackCount = 4
 
 PacketCMD_1=0xC1
 PacketSubCMD_1=0x01
@@ -584,6 +588,10 @@
 PacketSubCMD_3=0x03
 PacketCallFunc_3=OnCrossRealmPKGetAward
 
+PacketCMD_4=0xC1
+PacketSubCMD_4=0x08
+PacketCallFunc_4=OnCrossRealmPKRobotOver
+
 ;跨服玩家
 [CrossRealmPlayer]
 ScriptName = Player\CrossRealmPlayer.py
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
index cbd6af9..ed0405a 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
index a523056..0534211 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
index eb7cd39..423c557 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc
index 853e788..42d6b3f 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc
index e8bd3c8..ee0f47b 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc
index e3c45bd..3faadc2 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc
Binary files differ
diff --git a/db/PyMongoDataServer/PySysDB/tagCrossRealmPKDan.txt b/db/PyMongoDataServer/PySysDB/tagCrossRealmPKDan.txt
index 9973b1e..ef92120 100644
--- a/db/PyMongoDataServer/PySysDB/tagCrossRealmPKDan.txt
+++ b/db/PyMongoDataServer/PySysDB/tagCrossRealmPKDan.txt
@@ -1,32 +1,32 @@
-DanLV
-0
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-13
-14
-15
-16
-17
-18
-19
-20
-21
-22
-23
-24
-25
-26
-27
-28
-29
-30
+DanLV	LVUpScore
+0	200
+1	400
+2	600
+3	800
+4	1000
+5	1500
+6	2000
+7	2500
+8	3000
+9	3500
+10	4500
+11	5500
+12	6500
+13	7500
+14	8500
+15	10000
+16	11500
+17	13000
+18	14500
+19	16000
+20	18000
+21	20000
+22	22000
+23	24000
+24	26000
+25	28400
+26	30800
+27	33200
+28	35600
+29	38000
+30	0

--
Gitblit v1.8.0