refactor: 移除 YY4366 相关代码
- 删除了 LogicServer/data/config/Platform4366 目录下的配置文件 - 移除了 ActivityType10016.lua 文件 - 从 Activitys.txt 和 GameConfigs.txt 中移除了与 YY4366 相关的引用 该改动移除了整个 YY4366 功能模块,包括登录奖励、手机礼包、认证礼包等功能。如果未来需要再次启用这些功能,可能需要重新添加相关配置文件和代码。
This commit is contained in:
@@ -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}},
|
||||
},
|
||||
}
|
||||
@@ -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",
|
||||
}
|
||||
Reference in New Issue
Block a user