refactor(Activity): 移除鲁大师相关配置和代码

- 删除了 LogicServer/data/config/Platformludashi 目录下的所有配置文件
- 移除了 ActivityType10024.lua 文件,该文件包含了鲁大师活动的逻辑
- 从 Activitys.txt 中移除了对 ActivityType10024 的引用
This commit is contained in:
2025-02-23 17:23:43 +08:00
parent 991a6da727
commit 5af8cd0ed8
6 changed files with 0 additions and 889 deletions

View File

@@ -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}},
},
}

View File

@@ -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}},
},
}

View File

@@ -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}}},
},
}