init
This commit is contained in:
11
server/cross/LogicServer/data/config/mail/LevelMail.config
Normal file
11
server/cross/LogicServer/data/config/mail/LevelMail.config
Normal file
@@ -0,0 +1,11 @@
|
||||
--AA-邮件.xlsx 等级邮件
|
||||
LevelMailConfig={
|
||||
[1] = {
|
||||
level = 1,
|
||||
idList = {1},
|
||||
},
|
||||
[28] = {
|
||||
level = 28,
|
||||
idList = {3},
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
--AA-邮件.xlsx 开服邮件
|
||||
LoginDayMailConfig={
|
||||
[9999] = {
|
||||
day = 9999,
|
||||
idList = {2},
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
--[[邮件触发事件
|
||||
必须经过当前条件触发,不可追朔
|
||||
简单逻辑,如果需要指出复杂的逻辑,则需要使用成就系统
|
||||
如果cond[2]不使用就配置为 0
|
||||
|
||||
//邮件事件
|
||||
1, //角色升级
|
||||
2, //坐骑升级
|
||||
]]
|
||||
MailEventCfg =
|
||||
{
|
||||
{ --角色升级
|
||||
isUse = false, --是否使用中,false为不使用、失效
|
||||
mails =
|
||||
{
|
||||
{ --熔铸装备宝箱邮件
|
||||
cond = {1, 80}, --角色升级到1转80级触发
|
||||
title = OldLang.Script.MailEventTitle0011,
|
||||
content = OldLang.Script.MailEventTitle0012,
|
||||
awards =
|
||||
{
|
||||
{type = 0, id = 942, count = 1, quality = 0, strong = 0, bind=1},
|
||||
{type = 0, id = 1017, count = 1, quality = 0, strong = 0, bind=1},
|
||||
},
|
||||
},
|
||||
{ --行会宝箱邮件
|
||||
cond = {0, 70}, --角色升级到0转70级触发
|
||||
title = OldLang.Script.MailEventTitle0031,
|
||||
content = OldLang.Script.MailEventTitle0032,
|
||||
awards =
|
||||
{
|
||||
{type = 0, id = 791, count = 1, quality = 0, strong = 0, bind=1},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{ --坐骑升级
|
||||
isUse = false, --是否使用中
|
||||
mails =
|
||||
{
|
||||
{ --坐骑宝箱邮件
|
||||
cond = {0, 5}, --坐骑升级到0阶3星触发
|
||||
title = OldLang.Script.MailEventTitle0021,
|
||||
content = OldLang.Script.MailEventTitle0022,
|
||||
awards =
|
||||
{
|
||||
{type = 0, id = 1159, count = 1, quality = 0, strong = 0, bind=1},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
26
server/cross/LogicServer/data/config/mail/MailID.config
Normal file
26
server/cross/LogicServer/data/config/mail/MailID.config
Normal file
@@ -0,0 +1,26 @@
|
||||
--AA-邮件.xlsx 邮件配置
|
||||
MailIDConfig={
|
||||
[1] = {
|
||||
id = 1,
|
||||
title = "不应该收到",
|
||||
content = "不应该收到",
|
||||
},
|
||||
[2] = {
|
||||
id = 2,
|
||||
title = "不应该收到",
|
||||
content = "不应该收到",
|
||||
},
|
||||
[3] = {
|
||||
id = 3,
|
||||
title = "欢迎来到玛法大陆",
|
||||
content = "游戏特色:|C:0xfc21ed&T:全部装备打怪爆|\n郑重承诺:|C:0xfc21ed&T:物品永久保值|\n激情体验:|C:0xfc21ed&T:升级快、爆率高、打金PK超级爽|\n无限跨服:|C:0xfc21ed&T:天天跨服、永远激情|",
|
||||
attachment = {{type=0,id=1263,count=7},{type=0,id=1278,count=1}}, --,{type=0,id=1242,count=100}
|
||||
isSend = 1,
|
||||
},
|
||||
[4] = {
|
||||
id = 4,
|
||||
title = "合服补偿",
|
||||
content = "尊敬的玩家:\n合服已完成。您所在区服开服时间较晚,系统按开服天数差值自动补偿每日签到奖励,膜拜次数、次元钥匙、跨服膜拜次数等将在明日0点统一增加。祝您在游戏中玩得开心",
|
||||
attachment = {{type=0,id=829,count=1},{type=0,id=300,count=1},{type=0,id=421,count=3},{type=0,id=269,count=3}},
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
--AA-邮件.xlsx 合服邮件
|
||||
MergeServerMailConfig={
|
||||
[1] = {
|
||||
level = 1,
|
||||
idList = {4},
|
||||
},
|
||||
}
|
||||
5
server/cross/LogicServer/data/config/mail/mail.config
Normal file
5
server/cross/LogicServer/data/config/mail/mail.config
Normal file
@@ -0,0 +1,5 @@
|
||||
--#include "..\..\language\LangCode.config"
|
||||
--#include ".\MailID.config" once
|
||||
--#include ".\LevelMail.config" once
|
||||
--#include ".\LoginDayMail.config" once
|
||||
--#include ".\MergeServerMail.config" once
|
||||
Reference in New Issue
Block a user