From 33b4b2e8d9f147a32017d38b56784a4fb7679353 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 13 Dec 2024 15:14:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor(server):=20=E8=B0=83=E6=95=B4=E7=AD=BE?= =?UTF-8?q?=E5=88=B0=E5=A5=96=E5=8A=B1=E9=85=8D=E7=BD=AE=E5=92=8C=E6=8E=89?= =?UTF-8?q?=E8=90=BD=E8=A1=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将签到奖励配置中的物品 ID 从 826 修改为 380- 更新掉落表配置,增加武器和衣服的掉落项 - 修改服务器路径,将 yfbx_server 重命名为 server --- run.sh | 12 ++-- .../config/Platform2144/Platform2144.config | 6 -- .../Platform2144/Platform2144sccs.config | 7 -- .../config/Platform360/Platform360.config | 9 --- .../config/Platform360/Platform360sccs.config | 38 ----------- .../data/config/Platform37/Platform37.config | 30 --------- .../data/config/Platform4366/Login4366.config | 31 --------- .../config/Platform4366/Platform4366.config | 12 ---- .../Platform7youxi/Platform7youxi.config | 6 -- .../config/PlatformGame2/PlatformGame2.config | 7 -- .../data/config/PlatformKU25/LoginKU25.config | 33 ---------- .../config/PlatformKU25/PlatformKU25.config | 10 --- .../config/PlatformQQ/BlueDiamondDaily.config | 45 ------------- .../config/PlatformQQ/LevelBlueDiamond.config | 18 ------ .../data/config/PlatformQQ/LoginQQ.config | 18 ------ .../data/config/PlatformQQ/PlatformQQ.config | 8 --- .../config/PlatformSogou/LevelSogou.config | 39 ----------- .../config/PlatformSogou/LoginSogou.config | 38 ----------- .../config/PlatformSogou/PlatformSogou.config | 12 ---- .../PlatformTanwan/PlatformTanwan.config | 13 ---- .../PlatformYaodou/PlatformYaodou.config | 5 -- .../Platformaiqiyi/Platformaiqiyi.config | 9 --- .../Platformludashi/Ludashimember.config | 24 ------- .../config/Platformludashi/Ludashivip.config | 21 ------ .../Platformludashi/Platformludashi.config | 21 ------ .../Platformqidian/Platformqidian.config | 9 --- .../Platformshunwang/Platformshunwang.config | 25 -------- .../Platformteeqee/Platformteeqee.config | 6 -- .../Platformxunwan/Platformxunwan.config | 16 ----- .../config/Platformxunwan/Xunwantitle.config | 23 ------- .../config/Platform2144/Platform2144.config | 6 -- .../Platform2144/Platform2144sccs.config | 7 -- .../config/Platform360/Platform360.config | 9 --- .../config/Platform360/Platform360sccs.config | 38 ----------- .../data/config/Platform37/Platform37.config | 30 --------- .../data/config/Platform4366/Login4366.config | 31 --------- .../config/Platform4366/Platform4366.config | 12 ---- .../Platform7youxi/Platform7youxi.config | 6 -- .../config/PlatformGame2/PlatformGame2.config | 7 -- .../data/config/PlatformKU25/LoginKU25.config | 33 ---------- .../config/PlatformKU25/PlatformKU25.config | 10 --- .../config/PlatformQQ/BlueDiamondDaily.config | 45 ------------- .../config/PlatformQQ/LevelBlueDiamond.config | 18 ------ .../data/config/PlatformQQ/LoginQQ.config | 18 ------ .../data/config/PlatformQQ/PlatformQQ.config | 8 --- .../config/PlatformSogou/LevelSogou.config | 39 ----------- .../config/PlatformSogou/LoginSogou.config | 38 ----------- .../config/PlatformSogou/PlatformSogou.config | 12 ---- .../PlatformTanwan/PlatformTanwan.config | 13 ---- .../PlatformYaodou/PlatformYaodou.config | 5 -- .../Platformaiqiyi/Platformaiqiyi.config | 9 --- .../Platformludashi/Ludashimember.config | 24 ------- .../config/Platformludashi/Ludashivip.config | 21 ------ .../Platformludashi/Platformludashi.config | 21 ------ .../Platformqidian/Platformqidian.config | 9 --- .../Platformshunwang/Platformshunwang.config | 25 -------- .../Platformteeqee/Platformteeqee.config | 6 -- .../Platformxunwan/Platformxunwan.config | 16 ----- .../config/Platformxunwan/Xunwantitle.config | 23 ------- .../data/config/activity/SignPrize.config | 64 +++++++++---------- .../data/config/drop/droptable.config | 10 ++- stop.sh | 6 +- 62 files changed, 48 insertions(+), 1122 deletions(-) delete mode 100644 server/cross/LogicServer/data/config/Platform2144/Platform2144.config delete mode 100644 server/cross/LogicServer/data/config/Platform2144/Platform2144sccs.config delete mode 100644 server/cross/LogicServer/data/config/Platform360/Platform360.config delete mode 100644 server/cross/LogicServer/data/config/Platform360/Platform360sccs.config delete mode 100644 server/cross/LogicServer/data/config/Platform37/Platform37.config delete mode 100644 server/cross/LogicServer/data/config/Platform4366/Login4366.config delete mode 100644 server/cross/LogicServer/data/config/Platform4366/Platform4366.config delete mode 100644 server/cross/LogicServer/data/config/Platform7youxi/Platform7youxi.config delete mode 100644 server/cross/LogicServer/data/config/PlatformGame2/PlatformGame2.config delete mode 100644 server/cross/LogicServer/data/config/PlatformKU25/LoginKU25.config delete mode 100644 server/cross/LogicServer/data/config/PlatformKU25/PlatformKU25.config delete mode 100644 server/cross/LogicServer/data/config/PlatformQQ/BlueDiamondDaily.config delete mode 100644 server/cross/LogicServer/data/config/PlatformQQ/LevelBlueDiamond.config delete mode 100644 server/cross/LogicServer/data/config/PlatformQQ/LoginQQ.config delete mode 100644 server/cross/LogicServer/data/config/PlatformQQ/PlatformQQ.config delete mode 100644 server/cross/LogicServer/data/config/PlatformSogou/LevelSogou.config delete mode 100644 server/cross/LogicServer/data/config/PlatformSogou/LoginSogou.config delete mode 100644 server/cross/LogicServer/data/config/PlatformSogou/PlatformSogou.config delete mode 100644 server/cross/LogicServer/data/config/PlatformTanwan/PlatformTanwan.config delete mode 100644 server/cross/LogicServer/data/config/PlatformYaodou/PlatformYaodou.config delete mode 100644 server/cross/LogicServer/data/config/Platformaiqiyi/Platformaiqiyi.config delete mode 100644 server/cross/LogicServer/data/config/Platformludashi/Ludashimember.config delete mode 100644 server/cross/LogicServer/data/config/Platformludashi/Ludashivip.config delete mode 100644 server/cross/LogicServer/data/config/Platformludashi/Platformludashi.config delete mode 100644 server/cross/LogicServer/data/config/Platformqidian/Platformqidian.config delete mode 100644 server/cross/LogicServer/data/config/Platformshunwang/Platformshunwang.config delete mode 100644 server/cross/LogicServer/data/config/Platformteeqee/Platformteeqee.config delete mode 100644 server/cross/LogicServer/data/config/Platformxunwan/Platformxunwan.config delete mode 100644 server/cross/LogicServer/data/config/Platformxunwan/Xunwantitle.config delete mode 100644 server/s1/LogicServer/data/config/Platform2144/Platform2144.config delete mode 100644 server/s1/LogicServer/data/config/Platform2144/Platform2144sccs.config delete mode 100644 server/s1/LogicServer/data/config/Platform360/Platform360.config delete mode 100644 server/s1/LogicServer/data/config/Platform360/Platform360sccs.config delete mode 100644 server/s1/LogicServer/data/config/Platform37/Platform37.config delete mode 100644 server/s1/LogicServer/data/config/Platform4366/Login4366.config delete mode 100644 server/s1/LogicServer/data/config/Platform4366/Platform4366.config delete mode 100644 server/s1/LogicServer/data/config/Platform7youxi/Platform7youxi.config delete mode 100644 server/s1/LogicServer/data/config/PlatformGame2/PlatformGame2.config delete mode 100644 server/s1/LogicServer/data/config/PlatformKU25/LoginKU25.config delete mode 100644 server/s1/LogicServer/data/config/PlatformKU25/PlatformKU25.config delete mode 100644 server/s1/LogicServer/data/config/PlatformQQ/BlueDiamondDaily.config delete mode 100644 server/s1/LogicServer/data/config/PlatformQQ/LevelBlueDiamond.config delete mode 100644 server/s1/LogicServer/data/config/PlatformQQ/LoginQQ.config delete mode 100644 server/s1/LogicServer/data/config/PlatformQQ/PlatformQQ.config delete mode 100644 server/s1/LogicServer/data/config/PlatformSogou/LevelSogou.config delete mode 100644 server/s1/LogicServer/data/config/PlatformSogou/LoginSogou.config delete mode 100644 server/s1/LogicServer/data/config/PlatformSogou/PlatformSogou.config delete mode 100644 server/s1/LogicServer/data/config/PlatformTanwan/PlatformTanwan.config delete mode 100644 server/s1/LogicServer/data/config/PlatformYaodou/PlatformYaodou.config delete mode 100644 server/s1/LogicServer/data/config/Platformaiqiyi/Platformaiqiyi.config delete mode 100644 server/s1/LogicServer/data/config/Platformludashi/Ludashimember.config delete mode 100644 server/s1/LogicServer/data/config/Platformludashi/Ludashivip.config delete mode 100644 server/s1/LogicServer/data/config/Platformludashi/Platformludashi.config delete mode 100644 server/s1/LogicServer/data/config/Platformqidian/Platformqidian.config delete mode 100644 server/s1/LogicServer/data/config/Platformshunwang/Platformshunwang.config delete mode 100644 server/s1/LogicServer/data/config/Platformteeqee/Platformteeqee.config delete mode 100644 server/s1/LogicServer/data/config/Platformxunwan/Platformxunwan.config delete mode 100644 server/s1/LogicServer/data/config/Platformxunwan/Xunwantitle.config diff --git a/run.sh b/run.sh index 30ccb69..963d254 100644 --- a/run.sh +++ b/run.sh @@ -2,15 +2,15 @@ ln -sf /usr/lib64/mysql/libmysqlclient.so.18 /usr/lib64/libmysqlclient.so.16 -echo ""> /data/yfbx_server/s1/nohup.out +echo ""> /data/server/s1/nohup.out -echo ""> /data/yfbx_server/build/nohup.out +echo ""> /data/server/build/nohup.out -echo ""> /data/yfbx_server/cross/nohup.out +echo ""> /data/server/cross/nohup.out -cd /data/yfbx_server/build && ./run.sh +cd /data/server/build && ./run.sh -cd /data/yfbx_server/s1 && ./run.sh +cd /data/server/s1 && ./run.sh -cd /data/yfbx_server/cross && ./run.sh +cd /data/server/cross && ./run.sh diff --git a/server/cross/LogicServer/data/config/Platform2144/Platform2144.config b/server/cross/LogicServer/data/config/Platform2144/Platform2144.config deleted file mode 100644 index 0981e25..0000000 --- a/server/cross/LogicServer/data/config/Platform2144/Platform2144.config +++ /dev/null @@ -1,6 +0,0 @@ ---P-平台福利2144.xlsx 2144 -Platform2144Config={ - authentication = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, - SPID = "33", - bindPhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platform2144/Platform2144sccs.config b/server/cross/LogicServer/data/config/Platform2144/Platform2144sccs.config deleted file mode 100644 index 3e038e0..0000000 --- a/server/cross/LogicServer/data/config/Platform2144/Platform2144sccs.config +++ /dev/null @@ -1,7 +0,0 @@ ---P-平台福利2144沙城传说.xlsx 2144沙城传说 -Platform2144sccsConfig={ - SPID = "57", - bindPhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, - authentication = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, - type = 1, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platform360/Platform360.config b/server/cross/LogicServer/data/config/Platform360/Platform360.config deleted file mode 100644 index b5df635..0000000 --- a/server/cross/LogicServer/data/config/Platform360/Platform360.config +++ /dev/null @@ -1,9 +0,0 @@ ---P-平台福利360.xlsx 大玩家礼包 -Platform360Config={ - host = "game.api.1360.com", - port = "80", - api = "/authcheck", - SPID = "14", - reward1 = {{type=0,id=421,count=5},{type=0,id=261,count=5},{type=0,id=269,count=5},{type=7,id=7,count=20},{type=2,id=2,count=20000}}, - authentication = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platform360/Platform360sccs.config b/server/cross/LogicServer/data/config/Platform360/Platform360sccs.config deleted file mode 100644 index 1b9759d..0000000 --- a/server/cross/LogicServer/data/config/Platform360/Platform360sccs.config +++ /dev/null @@ -1,38 +0,0 @@ ---P-平台福利360沙城传说.xlsx 大玩家礼包 -Platform360sccsConfig={ - signreward = { -[1]={{type=0,id=421,count=1}}, -[2]={{type=0,id=261,count=1}}, -[3]={{type=0,id=269,count=1}}, -[4]={{type=0,id=248,count=10}}, -[5]={{type=7,id=7,count=10}}, -[6]={{type=2,id=2,count=10000}}, -[7]={{type=0,id=829,count=1}}, -[8]={{type=0,id=421,count=1}}, -[9]={{type=0,id=261,count=1}}, -[10]={{type=0,id=269,count=1}}, -[11]={{type=0,id=248,count=10}}, -[12]={{type=7,id=7,count=10}}, -[13]={{type=2,id=2,count=10000}}, -[14]={{type=0,id=829,count=1}}, -[15]={{type=0,id=421,count=1}}, -[16]={{type=0,id=261,count=1}}, -[17]={{type=0,id=269,count=1}}, -[18]={{type=0,id=248,count=10}}, -[19]={{type=7,id=7,count=10}}, -[20]={{type=2,id=2,count=10000}}, -[21]={{type=0,id=829,count=1}}, -[22]={{type=0,id=421,count=1}}, -[23]={{type=0,id=261,count=1}}, -[24]={{type=0,id=269,count=1}}, -[25]={{type=0,id=248,count=10}}, -[26]={{type=7,id=7,count=10}}, -[27]={{type=2,id=2,count=10000}}, -[28]={{type=0,id=829,count=1}}, -[29]={{type=0,id=421,count=1}}, -[30]={{type=0,id=261,count=1}}, -[31]={{type=0,id=269,count=1}}, -}, - BigPlayer = {{type=0,id=421,count=5},{type=0,id=261,count=5},{type=0,id=269,count=5},{type=7,id=7,count=20},{type=2,id=2,count=20000}}, - SPID = "56", -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platform37/Platform37.config b/server/cross/LogicServer/data/config/Platform37/Platform37.config deleted file mode 100644 index 9106dcd..0000000 --- a/server/cross/LogicServer/data/config/Platform37/Platform37.config +++ /dev/null @@ -1,30 +0,0 @@ ---P-平台福利37.xlsx 37 -Platform37Config={ - SPID = "21", - bindPhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, - FcmReward = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, - downloadBoxReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000}}, - levelGift = { -[1]={lvl=50,awards={{type=2,id=2,count=5000},{type=0,id=421,count=1}}}, -[2]={lvl=60,awards={{type=2,id=2,count=10000},{type=0,id=421,count=2}}}, -[3]={lvl=70,awards={{type=2,id=2,count=15000},{type=0,id=421,count=3}}}, -[4]={lvl=80,awards={{type=2,id=2,count=20000},{type=0,id=853,count=5}}}, -[5]={lvl=90,awards={{type=2,id=2,count=25000},{type=0,id=854,count=5}}}, -[6]={lvl=100,awards={{type=2,id=2,count=30000},{type=0,id=365,count=1}}}, -}, - dailyGift = { -[1]={viplvl=1,awards={{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3}}}, -[2]={viplvl=2,awards={{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3}}}, -[3]={viplvl=3,awards={{type=0,id=269,count=2},{type=7,id=7,count=3},{type=0,id=247,count=4}}}, -[4]={viplvl=4,awards={{type=0,id=269,count=2},{type=7,id=7,count=3},{type=0,id=247,count=4}}}, -[5]={viplvl=5,awards={{type=0,id=269,count=3},{type=7,id=7,count=4},{type=0,id=247,count=5}}}, -[6]={viplvl=6,awards={{type=0,id=269,count=3},{type=7,id=7,count=4},{type=0,id=247,count=5}}}, -[7]={viplvl=7,awards={{type=0,id=269,count=4},{type=7,id=7,count=5},{type=0,id=247,count=6}}}, -[8]={viplvl=8,awards={{type=0,id=269,count=4},{type=7,id=7,count=5},{type=0,id=247,count=6}}}, -}, - bindPhoneUitips = "|C:0xf56f00&T:领取成功|", - FcmUitips = "|C:0xf56f00&T:领取成功|", - levelGiftUitips = "|C:0xf56f00&T:领取成功|", - downloadBoxUitips = "|C:0xf56f00&T:领取成功|", - dailyGiftUitips = "|C:0xf56f00&T:领取成功|", -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platform4366/Login4366.config b/server/cross/LogicServer/data/config/Platform4366/Login4366.config deleted file mode 100644 index 52ef6f2..0000000 --- a/server/cross/LogicServer/data/config/Platform4366/Login4366.config +++ /dev/null @@ -1,31 +0,0 @@ ---P-平台福利4366.xlsx 连登礼包 -Login4366Config={ -[1] = { - day = 1, - reward = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=2,id=2,count=10000}}, -}, -[2] = { - day = 2, - reward = {{type=0,id=421,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000}}, -}, -[3] = { - day = 3, - reward = {{type=0,id=261,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000}}, -}, -[4] = { - day = 4, - reward = {{type=0,id=269,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000}}, -}, -[5] = { - day = 5, - reward = {{type=0,id=421,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000}}, -}, -[6] = { - day = 6, - reward = {{type=0,id=261,count=2},{type=7,id=7,count=5},{type=2,id=2,count=10000}}, -}, -[7] = { - day = 7, - reward = {{type=0,id=421,count=3},{type=7,id=7,count=5},{type=2,id=2,count=10000}}, -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platform4366/Platform4366.config b/server/cross/LogicServer/data/config/Platform4366/Platform4366.config deleted file mode 100644 index 294d144..0000000 --- a/server/cross/LogicServer/data/config/Platform4366/Platform4366.config +++ /dev/null @@ -1,12 +0,0 @@ ---P-平台福利4366.xlsx 手机、微信、认证礼包 -Platform4366Config={ - reward1 = {{type=0,id=1019,count=1}}, - reward2 = {{type=0,id=261,count=10},{type=0,id=269,count=1},{type=0,id=246,count=100},{type=2,id=2,count=30000}}, - reward3 = {{type=0,id=421,count=10},{type=0,id=269,count=1},{type=0,id=246,count=100},{type=2,id=2,count=30000}}, - type = 4, - bagtype = 16, - rewardClient = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000}}, - tips = "|C:0xeee104&T:%s|领取微端登录礼包,端游操作PK更爽快", - tips2 = "|C:0xeee104&T:%s|领取微端登录礼包,端游操作PK更爽快|E:-2,21,&U:&C:0x28ee01&T:[我也要礼包]|", - SPID = "4", -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platform7youxi/Platform7youxi.config b/server/cross/LogicServer/data/config/Platform7youxi/Platform7youxi.config deleted file mode 100644 index ffa70f6..0000000 --- a/server/cross/LogicServer/data/config/Platform7youxi/Platform7youxi.config +++ /dev/null @@ -1,6 +0,0 @@ ---P-平台福利7游戏.xlsx 7游戏 -Platform7youxiConfig={ - type = 5, - SPID = "16", - limit = 10000, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformGame2/PlatformGame2.config b/server/cross/LogicServer/data/config/PlatformGame2/PlatformGame2.config deleted file mode 100644 index b41d637..0000000 --- a/server/cross/LogicServer/data/config/PlatformGame2/PlatformGame2.config +++ /dev/null @@ -1,7 +0,0 @@ ---P-平台福利哥们.xlsx Sheet1 -PlatformGame2Config={ - SPID = "28", - port = "80", - api = "/getUserInfo.php", - PhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000},}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformKU25/LoginKU25.config b/server/cross/LogicServer/data/config/PlatformKU25/LoginKU25.config deleted file mode 100644 index e353193..0000000 --- a/server/cross/LogicServer/data/config/PlatformKU25/LoginKU25.config +++ /dev/null @@ -1,33 +0,0 @@ ---P-平台福利KU25.xlsx 充值奖励 -LoginKU25Config={ -[1] = { - id = 1, - Target = 1, - reward = {{type=0,id=261,count=1},{type=0,id=247,count=2},{type=7,id=307,count=3},{type=2,id=2,count=5000},}, -}, -[2] = { - id = 2, - Target = 500, - reward = {{type=0,id=421,count=2},{type=0,id=261,count=2},{type=0,id=269,count=2},{type=2,id=2,count=10000},}, -}, -[3] = { - id = 3, - Target = 2000, - reward = {{type=0,id=421,count=4},{type=0,id=261,count=4},{type=0,id=269,count=4},{type=2,id=2,count=15000},}, -}, -[4] = { - id = 4, - Target = 5000, - reward = {{type=0,id=421,count=6},{type=0,id=261,count=6},{type=0,id=269,count=6},{type=2,id=2,count=20000},}, -}, -[5] = { - id = 5, - Target = 10000, - reward = {{type=0,id=421,count=8},{type=0,id=261,count=8},{type=0,id=269,count=8},{type=2,id=2,count=25000},}, -}, -[6] = { - id = 6, - Target = 20000, - reward = {{type=0,id=421,count=10},{type=0,id=261,count=10},{type=0,id=269,count=10},{type=2,id=2,count=30000},}, -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformKU25/PlatformKU25.config b/server/cross/LogicServer/data/config/PlatformKU25/PlatformKU25.config deleted file mode 100644 index 350c631..0000000 --- a/server/cross/LogicServer/data/config/PlatformKU25/PlatformKU25.config +++ /dev/null @@ -1,10 +0,0 @@ ---P-平台福利KU25.xlsx ku25大厅 -PlatformKU25Config={ - WeChatRewardID = "6", - BoxReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000},}, - LoginReward = {{type=0,id=421,count=1},{type=0,id=247,count=2},{type=7,id=7,count=3},{type=2,id=2,count=5000},}, - SPID = "4", - WeChatReward = {{type=0,id=1294,count=0}}, - RealnameReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, - limit = 20000, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformQQ/BlueDiamondDaily.config b/server/cross/LogicServer/data/config/PlatformQQ/BlueDiamondDaily.config deleted file mode 100644 index 9ff516c..0000000 --- a/server/cross/LogicServer/data/config/PlatformQQ/BlueDiamondDaily.config +++ /dev/null @@ -1,45 +0,0 @@ ---P-平台福利QQ.xlsx 蓝钻每日礼包 -BlueDiamondDailyConfig={ -[1] = { - level = 1, - reward1 = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[2] = { - level = 2, - reward1 = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[3] = { - level = 3, - reward1 = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[4] = { - level = 4, - reward1 = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[5] = { - level = 5, - reward1 = {{type=0,id=261,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[6] = { - level = 6, - reward1 = {{type=0,id=261,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[7] = { - level = 7, - reward1 = {{type=0,id=261,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformQQ/LevelBlueDiamond.config b/server/cross/LogicServer/data/config/PlatformQQ/LevelBlueDiamond.config deleted file mode 100644 index 1dca334..0000000 --- a/server/cross/LogicServer/data/config/PlatformQQ/LevelBlueDiamond.config +++ /dev/null @@ -1,18 +0,0 @@ ---P-平台福利QQ.xlsx 蓝钻等级礼包 -LevelBlueDiamondConfig={ -[1] = { - id = 1, - level = 50, - reward = {{type=2,id=2,count=10000},{type=0,id=421,count=1}}, -}, -[2] = { - id = 2, - level = 60, - reward = {{type=2,id=2,count=15000},{type=0,id=421,count=1}}, -}, -[3] = { - id = 3, - level = 70, - reward = {{type=2,id=2,count=20000},{type=0,id=421,count=2}}, -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformQQ/LoginQQ.config b/server/cross/LogicServer/data/config/PlatformQQ/LoginQQ.config deleted file mode 100644 index ba87455..0000000 --- a/server/cross/LogicServer/data/config/PlatformQQ/LoginQQ.config +++ /dev/null @@ -1,18 +0,0 @@ ---P-平台福利QQ.xlsx 等级礼包 -LoginQQConfig={ -[1] = { - id = 1, - level = 60, - reward = {{type=2,id=2,count=20000},{type=0,id=853,count=5}}, -}, -[2] = { - id = 2, - level = 70, - reward = {{type=2,id=2,count=25000},{type=0,id=854,count=5}}, -}, -[3] = { - id = 3, - level = 80, - reward = {{type=2,id=2,count=30000},{type=0,id=365,count=1}}, -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformQQ/PlatformQQ.config b/server/cross/LogicServer/data/config/PlatformQQ/PlatformQQ.config deleted file mode 100644 index 7a5f9b7..0000000 --- a/server/cross/LogicServer/data/config/PlatformQQ/PlatformQQ.config +++ /dev/null @@ -1,8 +0,0 @@ ---P-平台福利QQ.xlsx 注册、活跃礼包 -PlatformQQConfig={ - reward1 = {{type=0,id=421,count=1},{type=0,id=261,count=1},{type=0,id=239,count=100},{type=2,id=2,count=30000}}, - reward2 = {{type=0,id=269,count=1},{type=7,id=3,count=10},{type=0,id=246,count=10},{type=2,id=2,count=10000}}, - reward3 = {{type=0,id=421,count=5},{type=0,id=269,count=5},{type=0,id=245,count=100},{type=2,id=2,count=50000}}, - SPID = "6", - bagtype = 16, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformSogou/LevelSogou.config b/server/cross/LogicServer/data/config/PlatformSogou/LevelSogou.config deleted file mode 100644 index 3d98507..0000000 --- a/server/cross/LogicServer/data/config/PlatformSogou/LevelSogou.config +++ /dev/null @@ -1,39 +0,0 @@ ---P-平台福利搜狗.xlsx 等级礼包 -LevelSogouConfig={ -[1] = { - id = 1, - level = 50, - reward = {{type=2,id=2,count=5000},{type=0,id=421,count=1},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[2] = { - id = 2, - level = 60, - reward = {{type=2,id=2,count=10000},{type=0,id=421,count=2},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[3] = { - id = 3, - level = 70, - reward = {{type=2,id=2,count=15000},{type=0,id=421,count=3},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[4] = { - id = 4, - level = 80, - reward = {{type=2,id=2,count=20000},{type=0,id=853,count=5},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[5] = { - id = 5, - level = 90, - reward = {{type=2,id=2,count=25000},{type=0,id=854,count=5},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[6] = { - id = 6, - level = 100, - reward = {{type=2,id=2,count=30000},{type=0,id=365,count=1},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformSogou/LoginSogou.config b/server/cross/LogicServer/data/config/PlatformSogou/LoginSogou.config deleted file mode 100644 index b8c30d8..0000000 --- a/server/cross/LogicServer/data/config/PlatformSogou/LoginSogou.config +++ /dev/null @@ -1,38 +0,0 @@ ---P-平台福利搜狗.xlsx 登录礼包 -LoginSogouConfig={ -[1] = { - day = 1, - reward = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[2] = { - day = 2, - reward = {{type=0,id=421,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[3] = { - day = 3, - reward = {{type=0,id=261,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[4] = { - day = 4, - reward = {{type=0,id=269,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[5] = { - day = 5, - reward = {{type=0,id=421,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[6] = { - day = 6, - reward = {{type=0,id=261,count=2},{type=7,id=7,count=5},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[7] = { - day = 7, - reward = {{type=0,id=421,count=3},{type=7,id=7,count=5},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformSogou/PlatformSogou.config b/server/cross/LogicServer/data/config/PlatformSogou/PlatformSogou.config deleted file mode 100644 index a048bdc..0000000 --- a/server/cross/LogicServer/data/config/PlatformSogou/PlatformSogou.config +++ /dev/null @@ -1,12 +0,0 @@ ---P-平台福利搜狗.xlsx 搜狗平台福利 -PlatformSogouConfig={ - reward1 = {{type=0,id=421,count=5},{type=0,id=269,count=5},{type=0,id=245,count=100},{type=2,id=2,count=20000},}, - reward2 = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000},}, - tips1 = "|C:0xf56f00&T:领取成功|", - tips2 = "|C:0xf56f00&T:领取成功|", - limit = 30000, - reward3 = {{type=0,id=1289,count=1}}, - CDkeytype = 4, - PhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000},}, - tips = "|C:0xf56f00&T:领取成功|", -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformTanwan/PlatformTanwan.config b/server/cross/LogicServer/data/config/PlatformTanwan/PlatformTanwan.config deleted file mode 100644 index 137e6cf..0000000 --- a/server/cross/LogicServer/data/config/PlatformTanwan/PlatformTanwan.config +++ /dev/null @@ -1,13 +0,0 @@ ---P-平台福利贪玩.xlsx Sheet1 -PlatformTanwanConfig={ - host = "www.tanwan.com", - port = "80", - api = "/api/check_bind_idcard", - PhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000},}, - IdentityReward = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000},}, - ClientReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000},}, - WechatReward = 2, - SVIPReward = 3, - QQReward = 4, - SPID = "27", -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/PlatformYaodou/PlatformYaodou.config b/server/cross/LogicServer/data/config/PlatformYaodou/PlatformYaodou.config deleted file mode 100644 index b6ad02b..0000000 --- a/server/cross/LogicServer/data/config/PlatformYaodou/PlatformYaodou.config +++ /dev/null @@ -1,5 +0,0 @@ ---P-平台福利妖豆.xlsx Sheet1 -PlatformYaodouConfig={ - CDkeytype = 1, - SPID = "18", -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platformaiqiyi/Platformaiqiyi.config b/server/cross/LogicServer/data/config/Platformaiqiyi/Platformaiqiyi.config deleted file mode 100644 index df41dae..0000000 --- a/server/cross/LogicServer/data/config/Platformaiqiyi/Platformaiqiyi.config +++ /dev/null @@ -1,9 +0,0 @@ ---P-平台福利爱奇艺.xlsx 爱奇艺 -PlatformaiqiyiConfig={ - SPID = "18", - rewardClient = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000}}, - wechat = 5, - QQ = 3, - limit = 50000, - SVIP = 6, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platformludashi/Ludashimember.config b/server/cross/LogicServer/data/config/Platformludashi/Ludashimember.config deleted file mode 100644 index 0d8d748..0000000 --- a/server/cross/LogicServer/data/config/Platformludashi/Ludashimember.config +++ /dev/null @@ -1,24 +0,0 @@ ---P-平台福利鲁大师.xlsx 会员礼包 -LudashimemberConfig={ -[1] = { - id = 1, - type = 1, - memberLevel = 1, - titleReward = {{type=0,id=1282,count=1}}, - giftReward = {{type=0,id=261,count=3},{type=0,id=853,count=3},{type=2,id=2,count=10000}}, -}, -[2] = { - id = 2, - type = 1, - memberLevel = 3, - titleReward = {{type=0,id=1283,count=1}}, - giftReward = {{type=0,id=261,count=5},{type=0,id=854,count=5},{type=2,id=2,count=10000}}, -}, -[3] = { - id = 3, - type = 2, - memberLevel = 1, - titleReward = {}, - giftReward = {{type=0,id=269,count=1},{type=0,id=247,count=3},{type=7,id=7,count=5},{type=2,id=2,count=10000}}, -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platformludashi/Ludashivip.config b/server/cross/LogicServer/data/config/Platformludashi/Ludashivip.config deleted file mode 100644 index df45048..0000000 --- a/server/cross/LogicServer/data/config/Platformludashi/Ludashivip.config +++ /dev/null @@ -1,21 +0,0 @@ ---P-平台福利鲁大师.xlsx 平台vip -LudashivipConfig={ -[1] = { - id = 1, - vipLevel = 1, - titleReward = {{type=0,id=1279,count=1}}, - giftReward = {{type=0,id=421,count=3},{type=0,id=855,count=2}}, -}, -[2] = { - id = 2, - vipLevel = 4, - titleReward = {{type=0,id=1280,count=1}}, - giftReward = {{type=0,id=421,count=6},{type=0,id=855,count=2}}, -}, -[3] = { - id = 3, - vipLevel = 7, - titleReward = {{type=0,id=1281,count=1}}, - giftReward = {{type=0,id=421,count=8},{type=0,id=855,count=2}}, -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platformludashi/Platformludashi.config b/server/cross/LogicServer/data/config/Platformludashi/Platformludashi.config deleted file mode 100644 index 431789d..0000000 --- a/server/cross/LogicServer/data/config/Platformludashi/Platformludashi.config +++ /dev/null @@ -1,21 +0,0 @@ ---P-平台福利鲁大师.xlsx 鲁大师 -PlatformludashiConfig={ - host = "wan.ludashi.com", - port = "80", - api = "/openApi/platformVipInfo", - SPID = "17", - limit = 15000, - type = 2, - downloadBoxReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000}}, - bindPhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, - FcmReward = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, - boxdailyGift = {{type=0,id=269,count=1},{type=0,id=247,count=2},{type=7,id=7,count=3}}, - levelGift = { -[1]={lvl=50,awards={{type=2,id=2,count=5000},{type=0,id=421,count=1}}}, -[2]={lvl=60,awards={{type=2,id=2,count=10000},{type=0,id=421,count=2}}}, -[3]={lvl=70,awards={{type=2,id=2,count=15000},{type=0,id=421,count=3}}}, -[4]={lvl=80,awards={{type=2,id=2,count=20000},{type=0,id=853,count=5}}}, -[5]={lvl=90,awards={{type=2,id=2,count=25000},{type=0,id=854,count=5}}}, -[6]={lvl=100,awards={{type=2,id=2,count=30000},{type=0,id=365,count=1}}}, -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platformqidian/Platformqidian.config b/server/cross/LogicServer/data/config/Platformqidian/Platformqidian.config deleted file mode 100644 index ff558c4..0000000 --- a/server/cross/LogicServer/data/config/Platformqidian/Platformqidian.config +++ /dev/null @@ -1,9 +0,0 @@ ---P-平台福利起点.xlsx 起点 -PlatformqidianConfig={ - host = "yyhunfurepeat.bigrnet.com", - port = "80", - api = "/Service/GetQiDianCode.php", - bindPhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, - SPID = "18", - svipRewardId = 1, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platformshunwang/Platformshunwang.config b/server/cross/LogicServer/data/config/Platformshunwang/Platformshunwang.config deleted file mode 100644 index 3dbf625..0000000 --- a/server/cross/LogicServer/data/config/Platformshunwang/Platformshunwang.config +++ /dev/null @@ -1,25 +0,0 @@ ---P-平台福利顺网.xlsx 顺网 -PlatformshunwangConfig={ - WechatReward = 4, - SPID = "36", - levelGift = { -[1]={lvl=50,awards={{type=2,id=2,count=5000},{type=0,id=421,count=1}}}, -[2]={lvl=60,awards={{type=2,id=2,count=10000},{type=0,id=421,count=2}}}, -[3]={lvl=70,awards={{type=2,id=2,count=15000},{type=0,id=421,count=3}}}, -[4]={lvl=80,awards={{type=2,id=2,count=20000},{type=0,id=853,count=5}}}, -[5]={lvl=90,awards={{type=2,id=2,count=25000},{type=0,id=854,count=5}}}, -[6]={lvl=100,awards={{type=2,id=2,count=30000},{type=0,id=365,count=1}}}, -}, - bindPhoneReward = 2, - FcmReward = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, - downloadBoxReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000}}, - loginGift = { -[1]={day=1,awards={{type=0,id=269,count=1},{type=7,id=7,count=2},{type=2,id=2,count=10000}}}, -[2]={day=2,awards={{type=0,id=421,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000}}}, -[3]={day=3,awards={{type=0,id=261,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000}}}, -[4]={day=4,awards={{type=0,id=269,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000}}}, -[5]={day=5,awards={{type=0,id=421,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000}}}, -[6]={day=6,awards={{type=0,id=261,count=2},{type=7,id=7,count=5},{type=2,id=2,count=10000}}}, -[7]={day=7,awards={{type=0,id=421,count=3},{type=7,id=7,count=5},{type=2,id=2,count=10000}}}, -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platformteeqee/Platformteeqee.config b/server/cross/LogicServer/data/config/Platformteeqee/Platformteeqee.config deleted file mode 100644 index bfd805b..0000000 --- a/server/cross/LogicServer/data/config/Platformteeqee/Platformteeqee.config +++ /dev/null @@ -1,6 +0,0 @@ ---P-平台福利teeqee.xlsx 快玩 -PlatformteeqeeConfig={ - WechatReward = 2, - SVIPReward = 3, - SPID = "34", -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platformxunwan/Platformxunwan.config b/server/cross/LogicServer/data/config/Platformxunwan/Platformxunwan.config deleted file mode 100644 index 02e1c7f..0000000 --- a/server/cross/LogicServer/data/config/Platformxunwan/Platformxunwan.config +++ /dev/null @@ -1,16 +0,0 @@ ---P-平台福利迅玩.xlsx 迅玩 -PlatformxunwanConfig={ - dailyGift = { -[1]={viplvl=1,awards={{type=0,id=269,count=1},{type=0,id=247,count=2},{type=7,id=7,count=3}}}, -[2]={viplvl=2,awards={{type=0,id=269,count=2},{type=0,id=247,count=3},{type=7,id=7,count=4}}}, -[3]={viplvl=3,awards={{type=0,id=269,count=3},{type=0,id=247,count=4},{type=7,id=7,count=5}}}, -[4]={viplvl=4,awards={{type=0,id=269,count=4},{type=0,id=247,count=5},{type=7,id=7,count=6}}}, -}, - SPID = "37", - vipGift = { -[1]={vip=1,awards={{type=0,id=302,count=1},{type=0,id=421,count=5},{type=7,id=7,count=10},{type=2,id=2,count=10000}}}, -[2]={vip=2,awards={{type=0,id=421,count=5},{type=0,id=261,count=5},{type=7,id=7,count=20},{type=2,id=2,count=20000}}}, -[3]={vip=3,awards={{type=0,id=261,count=8},{type=0,id=269,count=8},{type=7,id=7,count=30},{type=2,id=2,count=30000}}}, -[4]={vip=4,awards={{type=0,id=421,count=10},{type=0,id=269,count=10},{type=7,id=7,count=40},{type=2,id=2,count=40000}}}, -}, -} \ No newline at end of file diff --git a/server/cross/LogicServer/data/config/Platformxunwan/Xunwantitle.config b/server/cross/LogicServer/data/config/Platformxunwan/Xunwantitle.config deleted file mode 100644 index f7e06bb..0000000 --- a/server/cross/LogicServer/data/config/Platformxunwan/Xunwantitle.config +++ /dev/null @@ -1,23 +0,0 @@ ---P-平台福利迅玩.xlsx 称号 -XunwantitleConfig={ -[1] = { - id = 1, - vipLevel = 1, - titleReward = {{type=0,id=1331,count=1}}, -}, -[2] = { - id = 2, - vipLevel = 2, - titleReward = {{type=0,id=1332,count=1}}, -}, -[3] = { - id = 3, - vipLevel = 3, - titleReward = {{type=0,id=1333,count=1}}, -}, -[4] = { - id = 4, - vipLevel = 4, - titleReward = {{type=0,id=1334,count=1}}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platform2144/Platform2144.config b/server/s1/LogicServer/data/config/Platform2144/Platform2144.config deleted file mode 100644 index 0981e25..0000000 --- a/server/s1/LogicServer/data/config/Platform2144/Platform2144.config +++ /dev/null @@ -1,6 +0,0 @@ ---P-平台福利2144.xlsx 2144 -Platform2144Config={ - authentication = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, - SPID = "33", - bindPhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platform2144/Platform2144sccs.config b/server/s1/LogicServer/data/config/Platform2144/Platform2144sccs.config deleted file mode 100644 index 3e038e0..0000000 --- a/server/s1/LogicServer/data/config/Platform2144/Platform2144sccs.config +++ /dev/null @@ -1,7 +0,0 @@ ---P-平台福利2144沙城传说.xlsx 2144沙城传说 -Platform2144sccsConfig={ - SPID = "57", - bindPhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, - authentication = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, - type = 1, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platform360/Platform360.config b/server/s1/LogicServer/data/config/Platform360/Platform360.config deleted file mode 100644 index b5df635..0000000 --- a/server/s1/LogicServer/data/config/Platform360/Platform360.config +++ /dev/null @@ -1,9 +0,0 @@ ---P-平台福利360.xlsx 大玩家礼包 -Platform360Config={ - host = "game.api.1360.com", - port = "80", - api = "/authcheck", - SPID = "14", - reward1 = {{type=0,id=421,count=5},{type=0,id=261,count=5},{type=0,id=269,count=5},{type=7,id=7,count=20},{type=2,id=2,count=20000}}, - authentication = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platform360/Platform360sccs.config b/server/s1/LogicServer/data/config/Platform360/Platform360sccs.config deleted file mode 100644 index 1b9759d..0000000 --- a/server/s1/LogicServer/data/config/Platform360/Platform360sccs.config +++ /dev/null @@ -1,38 +0,0 @@ ---P-平台福利360沙城传说.xlsx 大玩家礼包 -Platform360sccsConfig={ - signreward = { -[1]={{type=0,id=421,count=1}}, -[2]={{type=0,id=261,count=1}}, -[3]={{type=0,id=269,count=1}}, -[4]={{type=0,id=248,count=10}}, -[5]={{type=7,id=7,count=10}}, -[6]={{type=2,id=2,count=10000}}, -[7]={{type=0,id=829,count=1}}, -[8]={{type=0,id=421,count=1}}, -[9]={{type=0,id=261,count=1}}, -[10]={{type=0,id=269,count=1}}, -[11]={{type=0,id=248,count=10}}, -[12]={{type=7,id=7,count=10}}, -[13]={{type=2,id=2,count=10000}}, -[14]={{type=0,id=829,count=1}}, -[15]={{type=0,id=421,count=1}}, -[16]={{type=0,id=261,count=1}}, -[17]={{type=0,id=269,count=1}}, -[18]={{type=0,id=248,count=10}}, -[19]={{type=7,id=7,count=10}}, -[20]={{type=2,id=2,count=10000}}, -[21]={{type=0,id=829,count=1}}, -[22]={{type=0,id=421,count=1}}, -[23]={{type=0,id=261,count=1}}, -[24]={{type=0,id=269,count=1}}, -[25]={{type=0,id=248,count=10}}, -[26]={{type=7,id=7,count=10}}, -[27]={{type=2,id=2,count=10000}}, -[28]={{type=0,id=829,count=1}}, -[29]={{type=0,id=421,count=1}}, -[30]={{type=0,id=261,count=1}}, -[31]={{type=0,id=269,count=1}}, -}, - BigPlayer = {{type=0,id=421,count=5},{type=0,id=261,count=5},{type=0,id=269,count=5},{type=7,id=7,count=20},{type=2,id=2,count=20000}}, - SPID = "56", -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platform37/Platform37.config b/server/s1/LogicServer/data/config/Platform37/Platform37.config deleted file mode 100644 index 9106dcd..0000000 --- a/server/s1/LogicServer/data/config/Platform37/Platform37.config +++ /dev/null @@ -1,30 +0,0 @@ ---P-平台福利37.xlsx 37 -Platform37Config={ - SPID = "21", - bindPhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, - FcmReward = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, - downloadBoxReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000}}, - levelGift = { -[1]={lvl=50,awards={{type=2,id=2,count=5000},{type=0,id=421,count=1}}}, -[2]={lvl=60,awards={{type=2,id=2,count=10000},{type=0,id=421,count=2}}}, -[3]={lvl=70,awards={{type=2,id=2,count=15000},{type=0,id=421,count=3}}}, -[4]={lvl=80,awards={{type=2,id=2,count=20000},{type=0,id=853,count=5}}}, -[5]={lvl=90,awards={{type=2,id=2,count=25000},{type=0,id=854,count=5}}}, -[6]={lvl=100,awards={{type=2,id=2,count=30000},{type=0,id=365,count=1}}}, -}, - dailyGift = { -[1]={viplvl=1,awards={{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3}}}, -[2]={viplvl=2,awards={{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3}}}, -[3]={viplvl=3,awards={{type=0,id=269,count=2},{type=7,id=7,count=3},{type=0,id=247,count=4}}}, -[4]={viplvl=4,awards={{type=0,id=269,count=2},{type=7,id=7,count=3},{type=0,id=247,count=4}}}, -[5]={viplvl=5,awards={{type=0,id=269,count=3},{type=7,id=7,count=4},{type=0,id=247,count=5}}}, -[6]={viplvl=6,awards={{type=0,id=269,count=3},{type=7,id=7,count=4},{type=0,id=247,count=5}}}, -[7]={viplvl=7,awards={{type=0,id=269,count=4},{type=7,id=7,count=5},{type=0,id=247,count=6}}}, -[8]={viplvl=8,awards={{type=0,id=269,count=4},{type=7,id=7,count=5},{type=0,id=247,count=6}}}, -}, - bindPhoneUitips = "|C:0xf56f00&T:领取成功|", - FcmUitips = "|C:0xf56f00&T:领取成功|", - levelGiftUitips = "|C:0xf56f00&T:领取成功|", - downloadBoxUitips = "|C:0xf56f00&T:领取成功|", - dailyGiftUitips = "|C:0xf56f00&T:领取成功|", -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platform4366/Login4366.config b/server/s1/LogicServer/data/config/Platform4366/Login4366.config deleted file mode 100644 index 52ef6f2..0000000 --- a/server/s1/LogicServer/data/config/Platform4366/Login4366.config +++ /dev/null @@ -1,31 +0,0 @@ ---P-平台福利4366.xlsx 连登礼包 -Login4366Config={ -[1] = { - day = 1, - reward = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=2,id=2,count=10000}}, -}, -[2] = { - day = 2, - reward = {{type=0,id=421,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000}}, -}, -[3] = { - day = 3, - reward = {{type=0,id=261,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000}}, -}, -[4] = { - day = 4, - reward = {{type=0,id=269,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000}}, -}, -[5] = { - day = 5, - reward = {{type=0,id=421,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000}}, -}, -[6] = { - day = 6, - reward = {{type=0,id=261,count=2},{type=7,id=7,count=5},{type=2,id=2,count=10000}}, -}, -[7] = { - day = 7, - reward = {{type=0,id=421,count=3},{type=7,id=7,count=5},{type=2,id=2,count=10000}}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platform4366/Platform4366.config b/server/s1/LogicServer/data/config/Platform4366/Platform4366.config deleted file mode 100644 index 294d144..0000000 --- a/server/s1/LogicServer/data/config/Platform4366/Platform4366.config +++ /dev/null @@ -1,12 +0,0 @@ ---P-平台福利4366.xlsx 手机、微信、认证礼包 -Platform4366Config={ - reward1 = {{type=0,id=1019,count=1}}, - reward2 = {{type=0,id=261,count=10},{type=0,id=269,count=1},{type=0,id=246,count=100},{type=2,id=2,count=30000}}, - reward3 = {{type=0,id=421,count=10},{type=0,id=269,count=1},{type=0,id=246,count=100},{type=2,id=2,count=30000}}, - type = 4, - bagtype = 16, - rewardClient = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000}}, - tips = "|C:0xeee104&T:%s|领取微端登录礼包,端游操作PK更爽快", - tips2 = "|C:0xeee104&T:%s|领取微端登录礼包,端游操作PK更爽快|E:-2,21,&U:&C:0x28ee01&T:[我也要礼包]|", - SPID = "4", -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platform7youxi/Platform7youxi.config b/server/s1/LogicServer/data/config/Platform7youxi/Platform7youxi.config deleted file mode 100644 index ffa70f6..0000000 --- a/server/s1/LogicServer/data/config/Platform7youxi/Platform7youxi.config +++ /dev/null @@ -1,6 +0,0 @@ ---P-平台福利7游戏.xlsx 7游戏 -Platform7youxiConfig={ - type = 5, - SPID = "16", - limit = 10000, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformGame2/PlatformGame2.config b/server/s1/LogicServer/data/config/PlatformGame2/PlatformGame2.config deleted file mode 100644 index b41d637..0000000 --- a/server/s1/LogicServer/data/config/PlatformGame2/PlatformGame2.config +++ /dev/null @@ -1,7 +0,0 @@ ---P-平台福利哥们.xlsx Sheet1 -PlatformGame2Config={ - SPID = "28", - port = "80", - api = "/getUserInfo.php", - PhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000},}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformKU25/LoginKU25.config b/server/s1/LogicServer/data/config/PlatformKU25/LoginKU25.config deleted file mode 100644 index e353193..0000000 --- a/server/s1/LogicServer/data/config/PlatformKU25/LoginKU25.config +++ /dev/null @@ -1,33 +0,0 @@ ---P-平台福利KU25.xlsx 充值奖励 -LoginKU25Config={ -[1] = { - id = 1, - Target = 1, - reward = {{type=0,id=261,count=1},{type=0,id=247,count=2},{type=7,id=307,count=3},{type=2,id=2,count=5000},}, -}, -[2] = { - id = 2, - Target = 500, - reward = {{type=0,id=421,count=2},{type=0,id=261,count=2},{type=0,id=269,count=2},{type=2,id=2,count=10000},}, -}, -[3] = { - id = 3, - Target = 2000, - reward = {{type=0,id=421,count=4},{type=0,id=261,count=4},{type=0,id=269,count=4},{type=2,id=2,count=15000},}, -}, -[4] = { - id = 4, - Target = 5000, - reward = {{type=0,id=421,count=6},{type=0,id=261,count=6},{type=0,id=269,count=6},{type=2,id=2,count=20000},}, -}, -[5] = { - id = 5, - Target = 10000, - reward = {{type=0,id=421,count=8},{type=0,id=261,count=8},{type=0,id=269,count=8},{type=2,id=2,count=25000},}, -}, -[6] = { - id = 6, - Target = 20000, - reward = {{type=0,id=421,count=10},{type=0,id=261,count=10},{type=0,id=269,count=10},{type=2,id=2,count=30000},}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformKU25/PlatformKU25.config b/server/s1/LogicServer/data/config/PlatformKU25/PlatformKU25.config deleted file mode 100644 index 350c631..0000000 --- a/server/s1/LogicServer/data/config/PlatformKU25/PlatformKU25.config +++ /dev/null @@ -1,10 +0,0 @@ ---P-平台福利KU25.xlsx ku25大厅 -PlatformKU25Config={ - WeChatRewardID = "6", - BoxReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000},}, - LoginReward = {{type=0,id=421,count=1},{type=0,id=247,count=2},{type=7,id=7,count=3},{type=2,id=2,count=5000},}, - SPID = "4", - WeChatReward = {{type=0,id=1294,count=0}}, - RealnameReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, - limit = 20000, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformQQ/BlueDiamondDaily.config b/server/s1/LogicServer/data/config/PlatformQQ/BlueDiamondDaily.config deleted file mode 100644 index 9ff516c..0000000 --- a/server/s1/LogicServer/data/config/PlatformQQ/BlueDiamondDaily.config +++ /dev/null @@ -1,45 +0,0 @@ ---P-平台福利QQ.xlsx 蓝钻每日礼包 -BlueDiamondDailyConfig={ -[1] = { - level = 1, - reward1 = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[2] = { - level = 2, - reward1 = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[3] = { - level = 3, - reward1 = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[4] = { - level = 4, - reward1 = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[5] = { - level = 5, - reward1 = {{type=0,id=261,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[6] = { - level = 6, - reward1 = {{type=0,id=261,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -[7] = { - level = 7, - reward1 = {{type=0,id=261,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward2 = {{type=0,id=853,count=1},{type=7,id=7,count=2},{type=0,id=247,count=3},}, - reward3 = {{type=0,id=421,count=3},{type=7,id=7,count=2},{type=0,id=247,count=3},}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformQQ/LevelBlueDiamond.config b/server/s1/LogicServer/data/config/PlatformQQ/LevelBlueDiamond.config deleted file mode 100644 index 1dca334..0000000 --- a/server/s1/LogicServer/data/config/PlatformQQ/LevelBlueDiamond.config +++ /dev/null @@ -1,18 +0,0 @@ ---P-平台福利QQ.xlsx 蓝钻等级礼包 -LevelBlueDiamondConfig={ -[1] = { - id = 1, - level = 50, - reward = {{type=2,id=2,count=10000},{type=0,id=421,count=1}}, -}, -[2] = { - id = 2, - level = 60, - reward = {{type=2,id=2,count=15000},{type=0,id=421,count=1}}, -}, -[3] = { - id = 3, - level = 70, - reward = {{type=2,id=2,count=20000},{type=0,id=421,count=2}}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformQQ/LoginQQ.config b/server/s1/LogicServer/data/config/PlatformQQ/LoginQQ.config deleted file mode 100644 index ba87455..0000000 --- a/server/s1/LogicServer/data/config/PlatformQQ/LoginQQ.config +++ /dev/null @@ -1,18 +0,0 @@ ---P-平台福利QQ.xlsx 等级礼包 -LoginQQConfig={ -[1] = { - id = 1, - level = 60, - reward = {{type=2,id=2,count=20000},{type=0,id=853,count=5}}, -}, -[2] = { - id = 2, - level = 70, - reward = {{type=2,id=2,count=25000},{type=0,id=854,count=5}}, -}, -[3] = { - id = 3, - level = 80, - reward = {{type=2,id=2,count=30000},{type=0,id=365,count=1}}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformQQ/PlatformQQ.config b/server/s1/LogicServer/data/config/PlatformQQ/PlatformQQ.config deleted file mode 100644 index 7a5f9b7..0000000 --- a/server/s1/LogicServer/data/config/PlatformQQ/PlatformQQ.config +++ /dev/null @@ -1,8 +0,0 @@ ---P-平台福利QQ.xlsx 注册、活跃礼包 -PlatformQQConfig={ - reward1 = {{type=0,id=421,count=1},{type=0,id=261,count=1},{type=0,id=239,count=100},{type=2,id=2,count=30000}}, - reward2 = {{type=0,id=269,count=1},{type=7,id=3,count=10},{type=0,id=246,count=10},{type=2,id=2,count=10000}}, - reward3 = {{type=0,id=421,count=5},{type=0,id=269,count=5},{type=0,id=245,count=100},{type=2,id=2,count=50000}}, - SPID = "6", - bagtype = 16, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformSogou/LevelSogou.config b/server/s1/LogicServer/data/config/PlatformSogou/LevelSogou.config deleted file mode 100644 index 3d98507..0000000 --- a/server/s1/LogicServer/data/config/PlatformSogou/LevelSogou.config +++ /dev/null @@ -1,39 +0,0 @@ ---P-平台福利搜狗.xlsx 等级礼包 -LevelSogouConfig={ -[1] = { - id = 1, - level = 50, - reward = {{type=2,id=2,count=5000},{type=0,id=421,count=1},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[2] = { - id = 2, - level = 60, - reward = {{type=2,id=2,count=10000},{type=0,id=421,count=2},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[3] = { - id = 3, - level = 70, - reward = {{type=2,id=2,count=15000},{type=0,id=421,count=3},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[4] = { - id = 4, - level = 80, - reward = {{type=2,id=2,count=20000},{type=0,id=853,count=5},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[5] = { - id = 5, - level = 90, - reward = {{type=2,id=2,count=25000},{type=0,id=854,count=5},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[6] = { - id = 6, - level = 100, - reward = {{type=2,id=2,count=30000},{type=0,id=365,count=1},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformSogou/LoginSogou.config b/server/s1/LogicServer/data/config/PlatformSogou/LoginSogou.config deleted file mode 100644 index b8c30d8..0000000 --- a/server/s1/LogicServer/data/config/PlatformSogou/LoginSogou.config +++ /dev/null @@ -1,38 +0,0 @@ ---P-平台福利搜狗.xlsx 登录礼包 -LoginSogouConfig={ -[1] = { - day = 1, - reward = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[2] = { - day = 2, - reward = {{type=0,id=421,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[3] = { - day = 3, - reward = {{type=0,id=261,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[4] = { - day = 4, - reward = {{type=0,id=269,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[5] = { - day = 5, - reward = {{type=0,id=421,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[6] = { - day = 6, - reward = {{type=0,id=261,count=2},{type=7,id=7,count=5},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -[7] = { - day = 7, - reward = {{type=0,id=421,count=3},{type=7,id=7,count=5},{type=2,id=2,count=10000},}, - tips = "|C:0xf56f00&T:领取成功|", -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformSogou/PlatformSogou.config b/server/s1/LogicServer/data/config/PlatformSogou/PlatformSogou.config deleted file mode 100644 index a048bdc..0000000 --- a/server/s1/LogicServer/data/config/PlatformSogou/PlatformSogou.config +++ /dev/null @@ -1,12 +0,0 @@ ---P-平台福利搜狗.xlsx 搜狗平台福利 -PlatformSogouConfig={ - reward1 = {{type=0,id=421,count=5},{type=0,id=269,count=5},{type=0,id=245,count=100},{type=2,id=2,count=20000},}, - reward2 = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000},}, - tips1 = "|C:0xf56f00&T:领取成功|", - tips2 = "|C:0xf56f00&T:领取成功|", - limit = 30000, - reward3 = {{type=0,id=1289,count=1}}, - CDkeytype = 4, - PhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000},}, - tips = "|C:0xf56f00&T:领取成功|", -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformTanwan/PlatformTanwan.config b/server/s1/LogicServer/data/config/PlatformTanwan/PlatformTanwan.config deleted file mode 100644 index 137e6cf..0000000 --- a/server/s1/LogicServer/data/config/PlatformTanwan/PlatformTanwan.config +++ /dev/null @@ -1,13 +0,0 @@ ---P-平台福利贪玩.xlsx Sheet1 -PlatformTanwanConfig={ - host = "www.tanwan.com", - port = "80", - api = "/api/check_bind_idcard", - PhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000},}, - IdentityReward = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000},}, - ClientReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000},}, - WechatReward = 2, - SVIPReward = 3, - QQReward = 4, - SPID = "27", -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/PlatformYaodou/PlatformYaodou.config b/server/s1/LogicServer/data/config/PlatformYaodou/PlatformYaodou.config deleted file mode 100644 index b6ad02b..0000000 --- a/server/s1/LogicServer/data/config/PlatformYaodou/PlatformYaodou.config +++ /dev/null @@ -1,5 +0,0 @@ ---P-平台福利妖豆.xlsx Sheet1 -PlatformYaodouConfig={ - CDkeytype = 1, - SPID = "18", -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platformaiqiyi/Platformaiqiyi.config b/server/s1/LogicServer/data/config/Platformaiqiyi/Platformaiqiyi.config deleted file mode 100644 index df41dae..0000000 --- a/server/s1/LogicServer/data/config/Platformaiqiyi/Platformaiqiyi.config +++ /dev/null @@ -1,9 +0,0 @@ ---P-平台福利爱奇艺.xlsx 爱奇艺 -PlatformaiqiyiConfig={ - SPID = "18", - rewardClient = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000}}, - wechat = 5, - QQ = 3, - limit = 50000, - SVIP = 6, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platformludashi/Ludashimember.config b/server/s1/LogicServer/data/config/Platformludashi/Ludashimember.config deleted file mode 100644 index 0d8d748..0000000 --- a/server/s1/LogicServer/data/config/Platformludashi/Ludashimember.config +++ /dev/null @@ -1,24 +0,0 @@ ---P-平台福利鲁大师.xlsx 会员礼包 -LudashimemberConfig={ -[1] = { - id = 1, - type = 1, - memberLevel = 1, - titleReward = {{type=0,id=1282,count=1}}, - giftReward = {{type=0,id=261,count=3},{type=0,id=853,count=3},{type=2,id=2,count=10000}}, -}, -[2] = { - id = 2, - type = 1, - memberLevel = 3, - titleReward = {{type=0,id=1283,count=1}}, - giftReward = {{type=0,id=261,count=5},{type=0,id=854,count=5},{type=2,id=2,count=10000}}, -}, -[3] = { - id = 3, - type = 2, - memberLevel = 1, - titleReward = {}, - giftReward = {{type=0,id=269,count=1},{type=0,id=247,count=3},{type=7,id=7,count=5},{type=2,id=2,count=10000}}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platformludashi/Ludashivip.config b/server/s1/LogicServer/data/config/Platformludashi/Ludashivip.config deleted file mode 100644 index df45048..0000000 --- a/server/s1/LogicServer/data/config/Platformludashi/Ludashivip.config +++ /dev/null @@ -1,21 +0,0 @@ ---P-平台福利鲁大师.xlsx 平台vip -LudashivipConfig={ -[1] = { - id = 1, - vipLevel = 1, - titleReward = {{type=0,id=1279,count=1}}, - giftReward = {{type=0,id=421,count=3},{type=0,id=855,count=2}}, -}, -[2] = { - id = 2, - vipLevel = 4, - titleReward = {{type=0,id=1280,count=1}}, - giftReward = {{type=0,id=421,count=6},{type=0,id=855,count=2}}, -}, -[3] = { - id = 3, - vipLevel = 7, - titleReward = {{type=0,id=1281,count=1}}, - giftReward = {{type=0,id=421,count=8},{type=0,id=855,count=2}}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platformludashi/Platformludashi.config b/server/s1/LogicServer/data/config/Platformludashi/Platformludashi.config deleted file mode 100644 index 431789d..0000000 --- a/server/s1/LogicServer/data/config/Platformludashi/Platformludashi.config +++ /dev/null @@ -1,21 +0,0 @@ ---P-平台福利鲁大师.xlsx 鲁大师 -PlatformludashiConfig={ - host = "wan.ludashi.com", - port = "80", - api = "/openApi/platformVipInfo", - SPID = "17", - limit = 15000, - type = 2, - downloadBoxReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000}}, - bindPhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, - FcmReward = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, - boxdailyGift = {{type=0,id=269,count=1},{type=0,id=247,count=2},{type=7,id=7,count=3}}, - levelGift = { -[1]={lvl=50,awards={{type=2,id=2,count=5000},{type=0,id=421,count=1}}}, -[2]={lvl=60,awards={{type=2,id=2,count=10000},{type=0,id=421,count=2}}}, -[3]={lvl=70,awards={{type=2,id=2,count=15000},{type=0,id=421,count=3}}}, -[4]={lvl=80,awards={{type=2,id=2,count=20000},{type=0,id=853,count=5}}}, -[5]={lvl=90,awards={{type=2,id=2,count=25000},{type=0,id=854,count=5}}}, -[6]={lvl=100,awards={{type=2,id=2,count=30000},{type=0,id=365,count=1}}}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platformqidian/Platformqidian.config b/server/s1/LogicServer/data/config/Platformqidian/Platformqidian.config deleted file mode 100644 index ff558c4..0000000 --- a/server/s1/LogicServer/data/config/Platformqidian/Platformqidian.config +++ /dev/null @@ -1,9 +0,0 @@ ---P-平台福利起点.xlsx 起点 -PlatformqidianConfig={ - host = "yyhunfurepeat.bigrnet.com", - port = "80", - api = "/Service/GetQiDianCode.php", - bindPhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000}}, - SPID = "18", - svipRewardId = 1, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platformshunwang/Platformshunwang.config b/server/s1/LogicServer/data/config/Platformshunwang/Platformshunwang.config deleted file mode 100644 index 3dbf625..0000000 --- a/server/s1/LogicServer/data/config/Platformshunwang/Platformshunwang.config +++ /dev/null @@ -1,25 +0,0 @@ ---P-平台福利顺网.xlsx 顺网 -PlatformshunwangConfig={ - WechatReward = 4, - SPID = "36", - levelGift = { -[1]={lvl=50,awards={{type=2,id=2,count=5000},{type=0,id=421,count=1}}}, -[2]={lvl=60,awards={{type=2,id=2,count=10000},{type=0,id=421,count=2}}}, -[3]={lvl=70,awards={{type=2,id=2,count=15000},{type=0,id=421,count=3}}}, -[4]={lvl=80,awards={{type=2,id=2,count=20000},{type=0,id=853,count=5}}}, -[5]={lvl=90,awards={{type=2,id=2,count=25000},{type=0,id=854,count=5}}}, -[6]={lvl=100,awards={{type=2,id=2,count=30000},{type=0,id=365,count=1}}}, -}, - bindPhoneReward = 2, - FcmReward = {{type=0,id=365,count=1},{type=0,id=261,count=10},{type=0,id=300,count=1},{type=2,id=2,count=50000}}, - downloadBoxReward = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000}}, - loginGift = { -[1]={day=1,awards={{type=0,id=269,count=1},{type=7,id=7,count=2},{type=2,id=2,count=10000}}}, -[2]={day=2,awards={{type=0,id=421,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000}}}, -[3]={day=3,awards={{type=0,id=261,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000}}}, -[4]={day=4,awards={{type=0,id=269,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000}}}, -[5]={day=5,awards={{type=0,id=421,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000}}}, -[6]={day=6,awards={{type=0,id=261,count=2},{type=7,id=7,count=5},{type=2,id=2,count=10000}}}, -[7]={day=7,awards={{type=0,id=421,count=3},{type=7,id=7,count=5},{type=2,id=2,count=10000}}}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platformteeqee/Platformteeqee.config b/server/s1/LogicServer/data/config/Platformteeqee/Platformteeqee.config deleted file mode 100644 index bfd805b..0000000 --- a/server/s1/LogicServer/data/config/Platformteeqee/Platformteeqee.config +++ /dev/null @@ -1,6 +0,0 @@ ---P-平台福利teeqee.xlsx 快玩 -PlatformteeqeeConfig={ - WechatReward = 2, - SVIPReward = 3, - SPID = "34", -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platformxunwan/Platformxunwan.config b/server/s1/LogicServer/data/config/Platformxunwan/Platformxunwan.config deleted file mode 100644 index 02e1c7f..0000000 --- a/server/s1/LogicServer/data/config/Platformxunwan/Platformxunwan.config +++ /dev/null @@ -1,16 +0,0 @@ ---P-平台福利迅玩.xlsx 迅玩 -PlatformxunwanConfig={ - dailyGift = { -[1]={viplvl=1,awards={{type=0,id=269,count=1},{type=0,id=247,count=2},{type=7,id=7,count=3}}}, -[2]={viplvl=2,awards={{type=0,id=269,count=2},{type=0,id=247,count=3},{type=7,id=7,count=4}}}, -[3]={viplvl=3,awards={{type=0,id=269,count=3},{type=0,id=247,count=4},{type=7,id=7,count=5}}}, -[4]={viplvl=4,awards={{type=0,id=269,count=4},{type=0,id=247,count=5},{type=7,id=7,count=6}}}, -}, - SPID = "37", - vipGift = { -[1]={vip=1,awards={{type=0,id=302,count=1},{type=0,id=421,count=5},{type=7,id=7,count=10},{type=2,id=2,count=10000}}}, -[2]={vip=2,awards={{type=0,id=421,count=5},{type=0,id=261,count=5},{type=7,id=7,count=20},{type=2,id=2,count=20000}}}, -[3]={vip=3,awards={{type=0,id=261,count=8},{type=0,id=269,count=8},{type=7,id=7,count=30},{type=2,id=2,count=30000}}}, -[4]={vip=4,awards={{type=0,id=421,count=10},{type=0,id=269,count=10},{type=7,id=7,count=40},{type=2,id=2,count=40000}}}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/Platformxunwan/Xunwantitle.config b/server/s1/LogicServer/data/config/Platformxunwan/Xunwantitle.config deleted file mode 100644 index f7e06bb..0000000 --- a/server/s1/LogicServer/data/config/Platformxunwan/Xunwantitle.config +++ /dev/null @@ -1,23 +0,0 @@ ---P-平台福利迅玩.xlsx 称号 -XunwantitleConfig={ -[1] = { - id = 1, - vipLevel = 1, - titleReward = {{type=0,id=1331,count=1}}, -}, -[2] = { - id = 2, - vipLevel = 2, - titleReward = {{type=0,id=1332,count=1}}, -}, -[3] = { - id = 3, - vipLevel = 3, - titleReward = {{type=0,id=1333,count=1}}, -}, -[4] = { - id = 4, - vipLevel = 4, - titleReward = {{type=0,id=1334,count=1}}, -}, -} \ No newline at end of file diff --git a/server/s1/LogicServer/data/config/activity/SignPrize.config b/server/s1/LogicServer/data/config/activity/SignPrize.config index 51976a6..5034419 100644 --- a/server/s1/LogicServer/data/config/activity/SignPrize.config +++ b/server/s1/LogicServer/data/config/activity/SignPrize.config @@ -2,126 +2,126 @@ SignPrizeConfig = { [1] = { day = 1, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [2] = { day = 2, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [3] = { day = 3, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [4] = { day = 4, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [5] = { day = 5, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [6] = { day = 6, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [7] = { day = 7, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [8] = { day = 8, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [9] = { day = 9, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [10] = { day = 10, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [11] = { day = 11, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [12] = { day = 12, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [13] = { day = 13, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [14] = { day = 14, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [15] = { day = 15, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [16] = { day = 16, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [17] = { day = 17, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [18] = { day = 18, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [19] = { day = 19, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [20] = { day = 20, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [21] = { day = 21, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [22] = { day = 22, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [23] = { day = 23, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [24] = { day = 24, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [25] = { day = 25, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [26] = { day = 26, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [27] = { day = 27, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [28] = { day = 28, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [29] = { day = 29, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [30] = { day = 30, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, [31] = { day = 31, - prz = {{type=0,id=826,count=1},}, + prz = {{type=0,id=380,count=1},}, }, -} \ No newline at end of file +} diff --git a/server/s1/LogicServer/data/config/drop/droptable.config b/server/s1/LogicServer/data/config/drop/droptable.config index 99fe58e..eea85b0 100644 --- a/server/s1/LogicServer/data/config/drop/droptable.config +++ b/server/s1/LogicServer/data/config/drop/droptable.config @@ -5868,13 +5868,17 @@ DropTableConfig = { [2100033] = { id = 2100033, type = 1, - table = {{rate=100,type=0,id=397,count=1},{rate=5,type=0,id=972,count=1},{rate=5,type=0,id=974,count=1}}, + table = {{rate=100,type=0,id=397,count=1}, + {rate=5,type=0,id=761,count=1},{rate=5,type=0,id=762,count=1},{rate=5,type=0,id=763,count=1}, --武器 + {rate=5,type=0,id=63,count=1},{rate=5,type=0,id=65,count=1},{rate=5,type=0,id=67,count=1}}, --衣服 weeklimit = {}, }, [2100034] = { id = 2100034, type = 1, - table = {{rate=100,type=0,id=398,count=1},{rate=50,type=0,id=972,count=1},{rate=50,type=0,id=974,count=1}}, + table = {{rate=100,type=0,id=398,count=1}, + {rate=50,type=0,id=761,count=1},{rate=50,type=0,id=762,count=1},{rate=50,type=0,id=763,count=1}, --武器 + {rate=50,type=0,id=63,count=1},{rate=50,type=0,id=65,count=1},{rate=50,type=0,id=67,count=1}}, --衣服 weeklimit = {}, }, [2100035] = { @@ -6757,4 +6761,4 @@ DropTableConfig = { weeklimit = {}, limitopenserverDay = 1, }, -} \ No newline at end of file +} diff --git a/stop.sh b/stop.sh index 78bfc61..6b1d2ae 100644 --- a/stop.sh +++ b/stop.sh @@ -1,7 +1,7 @@ #!/bin/bash -cd /data/yfbx_server/build && ./stop.sh +cd /data/server/build && ./stop.sh -cd /data/yfbx_server/s1 && ./stop.sh +cd /data/server/s1 && ./stop.sh -cd /data/yfbx_server/cross && ./stop.sh +cd /data/server/cross && ./stop.sh