init
This commit is contained in:
51
server/cross/LogicServer/data/config/cdkey/Cdkey.config
Normal file
51
server/cross/LogicServer/data/config/cdkey/Cdkey.config
Normal 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,
|
||||
},
|
||||
}
|
||||
@@ -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",
|
||||
},
|
||||
}
|
||||
@@ -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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user