From 8b56cdb9fdb9387eaa59624bd0384bb0be478c76 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 25 十二月 2018 21:12:33 +0800 Subject: [PATCH] 5424 【后端】【1.4】跨服竞技场开发(增加赛季时间管理、赛区赛季榜单、玩家各种PK数据、各种奖励领取及邮件补发、王者法宝等级) 增加GM命令设置玩家相关数据 SetCrossPK --- ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_CrossPKSeasonOrder.pyc | 0 CoreServerGroup/GameServer/Script/PyDataManager.pyc | 0 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc | 0 CoreServerGroup/GameServer/Script/ChConfig.pyc | 0 CoreServerGroup/GameServer/Script/Player/CrossRealmPlayer.pyc | 0 CoreServerGroup/GameServer/Script/Player/PlayerQuery.pyc | 0 CoreServerGroup/GameServer/PyNetPack.ini | 22 ++++++++++++++++++++++ ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetCrossPK.pyc | 0 CoreServerGroup/GameServer/Script/Player/PlayerControl.pyc | 0 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc | 0 CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.pyc | 0 CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldActionControl.pyc | 0 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc | 0 CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.pyc | 0 CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmMsg.pyc | 0 CoreServerGroup/GameServer/Script/PyGameDataStruct.pyc | 0 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.pyc | 0 17 files changed, 22 insertions(+), 0 deletions(-) diff --git a/CoreServerGroup/GameServer/PyNetPack.ini b/CoreServerGroup/GameServer/PyNetPack.ini index 6317eef..fb7b0d9 100644 --- a/CoreServerGroup/GameServer/PyNetPack.ini +++ b/CoreServerGroup/GameServer/PyNetPack.ini @@ -345,6 +345,28 @@ PacketSubCMD_4=0x04 PacketCallFunc_4=OnQueryBossInfo +[CrossRealmPK] +ScriptName = GameWorldLogic\CrossRealmPK.py +Writer = hxp +Releaser = hxp +RegType = 0 +RegisterPackCount = 1 + +PacketCMD_1=0xC0 +PacketSubCMD_1=0x01 +PacketCallFunc_1=OnViewCrossPKBillboard + +[CrossRealmPlayer] +ScriptName = Player\CrossRealmPlayer.py +Writer = hxp +Releaser = hxp +RegType = 0 +RegisterPackCount = 1 + +PacketCMD_1=0xC0 +PacketSubCMD_1=0x02 +PacketCallFunc_1=OnViewCrossPlayerInfo + [PlayerXMZZ] ScriptName = Player\PlayerXMZZ.py Writer = xdh diff --git a/CoreServerGroup/GameServer/Script/ChConfig.pyc b/CoreServerGroup/GameServer/Script/ChConfig.pyc index dbc7994..3939457 100644 --- a/CoreServerGroup/GameServer/Script/ChConfig.pyc +++ b/CoreServerGroup/GameServer/Script/ChConfig.pyc Binary files differ diff --git a/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmMsg.pyc b/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmMsg.pyc index d87ada9..8ea2afc 100644 --- a/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmMsg.pyc +++ b/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmMsg.pyc Binary files differ diff --git a/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.pyc b/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.pyc index 9b5b642..3bb30d6 100644 --- a/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.pyc +++ b/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.pyc Binary files differ diff --git a/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldActionControl.pyc b/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldActionControl.pyc index 0e5da49..64c16d4 100644 --- a/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldActionControl.pyc +++ b/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldActionControl.pyc Binary files differ diff --git a/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.pyc b/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.pyc index 24a330e..71f43c3 100644 --- a/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.pyc +++ b/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldProcess.pyc Binary files differ diff --git a/CoreServerGroup/GameServer/Script/Player/CrossRealmPlayer.pyc b/CoreServerGroup/GameServer/Script/Player/CrossRealmPlayer.pyc index f3582d9..58fad32 100644 --- a/CoreServerGroup/GameServer/Script/Player/CrossRealmPlayer.pyc +++ b/CoreServerGroup/GameServer/Script/Player/CrossRealmPlayer.pyc Binary files differ diff --git a/CoreServerGroup/GameServer/Script/Player/PlayerControl.pyc b/CoreServerGroup/GameServer/Script/Player/PlayerControl.pyc index d0f950f..7d51837 100644 --- a/CoreServerGroup/GameServer/Script/Player/PlayerControl.pyc +++ b/CoreServerGroup/GameServer/Script/Player/PlayerControl.pyc Binary files differ diff --git a/CoreServerGroup/GameServer/Script/Player/PlayerQuery.pyc b/CoreServerGroup/GameServer/Script/Player/PlayerQuery.pyc index 84537f9..cc3b0e3 100644 --- a/CoreServerGroup/GameServer/Script/Player/PlayerQuery.pyc +++ b/CoreServerGroup/GameServer/Script/Player/PlayerQuery.pyc Binary files differ diff --git a/CoreServerGroup/GameServer/Script/PyDataManager.pyc b/CoreServerGroup/GameServer/Script/PyDataManager.pyc index 7fbe226..ca251ff 100644 --- a/CoreServerGroup/GameServer/Script/PyDataManager.pyc +++ b/CoreServerGroup/GameServer/Script/PyDataManager.pyc Binary files differ diff --git a/CoreServerGroup/GameServer/Script/PyGameDataStruct.pyc b/CoreServerGroup/GameServer/Script/PyGameDataStruct.pyc index 32df88e..b0565be 100644 --- a/CoreServerGroup/GameServer/Script/PyGameDataStruct.pyc +++ b/CoreServerGroup/GameServer/Script/PyGameDataStruct.pyc Binary files differ diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc index 96fc365..4e01caf 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/GM/Commands/SetCrossPK.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetCrossPK.pyc new file mode 100644 index 0000000..5896f92 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetCrossPK.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 f4a93de..bea416b 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/PlayerCrossRealmPK.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.pyc index 6f9a7fb..93d80ca 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/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.pyc index a2266e7..5f856d4 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.pyc +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerEventCounter.pyc Binary files differ diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_CrossPKSeasonOrder.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_CrossPKSeasonOrder.pyc new file mode 100644 index 0000000..4c93a5f --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_CrossPKSeasonOrder.pyc Binary files differ -- Gitblit v1.8.0