This commit is contained in:
aixianling
2024-12-13 13:41:02 +08:00
commit 06658f112f
3887 changed files with 2687822 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
--AA-礼包码CDKey.xlsx 礼包码配置
CDKeyConf={
[1] = {
Id = 1,
awards = {{type=0,id=302,count=1},{type=0,id=421,count=3},{type=7,id=7,count=10},{type=2,id=2,count=10000}},
limits = 1,
mailtitle = "新手卡礼包",
mailcontent = "礼包兑换成功,请领取以下道具,祝您游戏愉快!",
switch = 1,
},
[2] = {
Id = 2,
awards = {{type=0,id=421,count=5},{type=0,id=261,count=5},{type=0,id=239,count=100},{type=2,id=2,count=20000}},
limits = 1,
mailtitle = "媒体卡礼包",
mailcontent = "礼包兑换成功,请领取以下道具,祝您游戏愉快!",
switch = 1,
},
[3] = {
Id = 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=40000}},
limits = 1,
mailtitle = "白银礼包",
mailcontent = "礼包兑换成功,请领取以下道具,祝您游戏愉快!",
switch = 1,
},
[4] = {
Id = 4,
awards = {{type=0,id=421,count=10},{type=0,id=269,count=10},{type=0,id=246,count=100},{type=2,id=2,count=60000}},
limits = 1,
mailtitle = "黄金礼包",
mailcontent = "礼包兑换成功,请领取以下道具,祝您游戏愉快!",
switch = 1,
},
[5] = {
Id = 5,
awards = {{type=0,id=365,count=1},{type=0,id=300,count=1},{type=7,id=7,count=50},{type=2,id=2,count=80000}},
limits = 1,
mailtitle = "钻石礼包",
mailcontent = "礼包兑换成功,请领取以下道具,祝您游戏愉快!",
switch = 1,
},
[6] = {
Id = 6,
awards = {{type=0,id=367,count=1},{type=0,id=300,count=2},{type=0,id=1156,count=1},{type=2,id=2,count=100000}},
limits = 1,
mailtitle = "vip专属礼包",
mailcontent = "礼包兑换成功,请领取以下道具,祝您游戏愉快!",
switch = 1,
},
}

View File

@@ -0,0 +1,15 @@
--AA-礼包码CDKey.xlsx 礼包码服务配置
CdkeyServiceConf={
["4"] = {
PfId = "4",
host = "tanwanrepeat.bigrnet.com",
port = "80",
url = "/Service/CheckGiftCodeLimit.php",
},
["30"] = {
PfId = "30",
host = "tanwanrepeat.bigrnet.com",
port = "80",
url = "/Service/CheckGiftCodeLimit.php",
},
}

View File

@@ -0,0 +1,24 @@
--AA-礼包码CDKey.xlsx 通码配置
CommonCDKeyConf={
["VIP666"] = {
cdkey = "VIP666",
awards = {{type=2,id=2,count=500000},{type=0,id=480,count=20},{type=0,id=970,count=5}},
mailtitle = "系统邮件",
mailcontent = "尊敬的玩家:感谢您的支持,请查收您的礼包奖励。",
switch = 1,
},
["VIP888"] = {
cdkey = "VIP888",
awards = {{type=0,id=1018,count=3},{type=0,id=994,count=3},{type=0,id=269,count=5}},
mailtitle = "系统邮件",
mailcontent = "尊敬的玩家:感谢您的支持,请查收您的礼包奖励。",
switch = 1,
},
["VIP999"] = {
cdkey = "VIP999",
awards = {{type=0,id=261,count=20},{type=0,id=421,count=5},{type=0,id=954,count=10}},
mailtitle = "系统邮件",
mailcontent = "尊敬的玩家:感谢您的支持,请查收您的礼包奖励。",
switch = 1,
},
}