From d39134b35609b4f9d8cb04d2eb05f84dbc0ff8f1 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 25 一月 2019 21:30:07 +0800 Subject: [PATCH] 6087 【后端】【1.5.200】春节红包雨活动(活动表、封包) --- CoreServerGroup/GameServer/Script/IpyGameDataPY.pyc | 0 CoreServerGroup/GameServer/PySysDB/tagActFeastRedPacket.txt | 2 + db/PyMongoDataServer/PySysDB/tagFamilyRedPack.txt | 15 +++++++ CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc | 0 CoreServerGroup/GameServer/PySysDB/tagFamilyRedPack.txt | 91 ++++++++++++++++++++++++++------------------- ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc | 0 6 files changed, 70 insertions(+), 38 deletions(-) diff --git a/CoreServerGroup/GameServer/PySysDB/tagActFeastRedPacket.txt b/CoreServerGroup/GameServer/PySysDB/tagActFeastRedPacket.txt new file mode 100644 index 0000000..547e86c --- /dev/null +++ b/CoreServerGroup/GameServer/PySysDB/tagActFeastRedPacket.txt @@ -0,0 +1,2 @@ +CfgID ActMark PlatformList ServerIDList StartDate EndDate ResetType RedPacketIDList LimitLV +1 20190204 [] [] 2019-2-4 2019-2-6 1 [[100,101,102], [103,104,105], [106,107,108]] 110 diff --git a/CoreServerGroup/GameServer/PySysDB/tagFamilyRedPack.txt b/CoreServerGroup/GameServer/PySysDB/tagFamilyRedPack.txt index 75f0feb..65dad34 100644 --- a/CoreServerGroup/GameServer/PySysDB/tagFamilyRedPack.txt +++ b/CoreServerGroup/GameServer/PySysDB/tagFamilyRedPack.txt @@ -1,38 +1,53 @@ -id RedEnvelopeType RedEnvelopeAmount MoneyType PacketCnt LeaderOwn -1 1 200 2 0 1 -2 2 100 2 0 0 -3 2 200 2 0 0 -4 2 200 2 0 0 -5 4 500 2 0 1 -6 5 100 2 4 0 -7 5 100 2 4 0 -8 5 100 2 4 0 -9 5 200 2 5 0 -10 5 400 2 10 0 -11 5 500 2 10 0 -12 5 100 2 4 0 -13 5 100 2 4 0 -14 5 25 2 5 0 -15 5 25 2 5 0 -16 5 25 2 5 0 -17 5 25 2 5 0 -18 5 25 2 5 0 -19 5 25 2 5 0 -20 5 300 2 20 0 -21 5 300 2 20 0 -22 5 300 2 20 0 -50 6 100 2 0 0 -51 7 100 2 0 0 -52 8 100 2 0 0 -53 9 100 2 0 0 -54 10 100 2 0 0 -55 11 100 2 0 0 -56 12 100 2 0 0 -57 13 200 2 0 0 -58 14 200 2 0 0 -59 15 200 2 0 0 -60 16 200 2 0 0 -61 17 500 2 0 0 -80 30 200 2 0 0 -81 30 100 2 0 0 -82 30 50 2 0 0 +id RedEnvelopeType RedEnvelopeAmount MoneyType PacketCnt LeaderOwn PacketOpenTime ValidMinutes +1 1 200 2 0 1 +2 2 100 2 0 0 +3 2 200 2 0 0 +4 2 200 2 0 0 +5 4 500 2 0 1 +6 5 100 2 4 0 +7 5 100 2 4 0 +8 5 100 2 4 0 +9 5 200 2 5 0 +10 5 400 2 10 0 +11 5 500 2 10 0 +12 5 100 2 4 0 +13 5 100 2 4 0 +14 5 25 2 5 0 +15 5 25 2 5 0 +16 5 25 2 5 0 +17 5 25 2 5 0 +18 5 25 2 5 0 +19 5 25 2 5 0 +20 5 300 2 20 0 +21 5 300 2 20 0 +22 5 300 2 20 0 +50 6 100 2 0 0 +51 7 100 2 0 0 +52 8 100 2 0 0 +53 9 100 2 0 0 +54 10 100 2 0 0 +55 11 100 2 0 0 +56 12 100 2 0 0 +57 13 200 2 0 0 +58 14 200 2 0 0 +59 15 200 2 0 0 +60 16 200 2 0 0 +61 17 500 2 0 0 +80 30 200 2 0 0 +81 30 100 2 0 0 +82 30 50 2 0 0 +91 33 100 2 4 0 +92 33 200 2 5 0 +93 33 400 2 10 0 +94 33 500 2 10 0 +95 33 100 2 4 0 +96 33 100 2 4 0 +100 32 500 2 20 0 2019-2-4 12:00 30 +101 32 500 2 20 0 2019-2-4 12:30 30 +102 31 1000 2 20 0 2019-2-4 13:00 30 +103 32 1000 2 20 0 2019-2-5 18:00 30 +104 32 1000 2 20 0 2019-2-5 18:30 30 +105 31 2000 2 20 0 2019-2-5 19:00 30 +106 32 1500 2 20 0 2019-2-6 20:00 30 +107 32 1500 2 20 0 2019-2-6 20:30 30 +108 31 3000 2 20 0 2019-2-6 21:00 30 diff --git a/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc b/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc index 27db52d..55cb5f7 100644 --- a/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc +++ b/CoreServerGroup/GameServer/Script/ChPyNetSendPack.pyc Binary files differ diff --git a/CoreServerGroup/GameServer/Script/IpyGameDataPY.pyc b/CoreServerGroup/GameServer/Script/IpyGameDataPY.pyc index 54e1768..2019eb6 100644 --- a/CoreServerGroup/GameServer/Script/IpyGameDataPY.pyc +++ b/CoreServerGroup/GameServer/Script/IpyGameDataPY.pyc Binary files differ diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc index eb19232..51736c7 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc Binary files differ diff --git a/db/PyMongoDataServer/PySysDB/tagFamilyRedPack.txt b/db/PyMongoDataServer/PySysDB/tagFamilyRedPack.txt index 9ef0942..00bcb87 100644 --- a/db/PyMongoDataServer/PySysDB/tagFamilyRedPack.txt +++ b/db/PyMongoDataServer/PySysDB/tagFamilyRedPack.txt @@ -36,3 +36,18 @@ 80 30 200 2 0 81 30 100 2 0 82 30 50 2 0 +91 33 100 2 4 +92 33 200 2 5 +93 33 400 2 10 +94 33 500 2 10 +95 33 100 2 4 +96 33 100 2 4 +100 32 500 2 20 +101 32 500 2 20 +102 31 1000 2 20 +103 32 1000 2 20 +104 32 1000 2 20 +105 31 2000 2 20 +106 32 1500 2 20 +107 32 1500 2 20 +108 31 3000 2 20 -- Gitblit v1.8.0