feat(server): 添加新活动配置和地图刷新设置
- 在 Activity10017Config.config 中添加新的活动配置项 - 更新 droptable.config 中的掉落表配置 - 调整 NSNotice.config 中的公告间隔时间 - 修改 FirstLogin.config 中的登录奖励配置 - 在 Scenes.config 中为多个地图添加刷新设置
This commit is contained in:
@@ -9,7 +9,7 @@ FirstLoginConf={
|
||||
{type=0,id=459,count=1},
|
||||
{type=0,id=1165,count=3},
|
||||
{type=3,id=3,count=666},
|
||||
{type=0,id=1304,count=1}
|
||||
{type=0,id=1248,count=1}
|
||||
},
|
||||
wizardItemList = {
|
||||
{type=0,id=239,count=6},
|
||||
@@ -18,7 +18,7 @@ FirstLoginConf={
|
||||
{type=0,id=459,count=1},
|
||||
{type=0,id=1165,count=3},
|
||||
{type=3,id=3,count=666},
|
||||
{type=0,id=1304,count=1}
|
||||
{type=0,id=1248,count=1}
|
||||
},
|
||||
magicianItemList = {
|
||||
{type=0,id=239,count=6},
|
||||
@@ -27,6 +27,6 @@ FirstLoginConf={
|
||||
{type=0,id=459,count=1},
|
||||
{type=0,id=1165,count=3},
|
||||
{type=3,id=3,count=666},
|
||||
{type=0,id=1304,count=1}
|
||||
{type=0,id=1248,count=1}
|
||||
},
|
||||
}
|
||||
@@ -5,7 +5,7 @@ NSNoticeConfig={
|
||||
content = "购买|E:-2,19,&U:&C:0x28ee01&T:白卡特权|,开启智能自动回收,挂机打金必备,购买后打金效率翻倍!更有大量转生材料和经验,助你快速1转,不容错过!",
|
||||
starttime = 1,
|
||||
stoptime = 2,
|
||||
noticeInterval = 2700,
|
||||
noticeInterval = 27000,
|
||||
trundle = 0,
|
||||
chatting = 1,
|
||||
},
|
||||
@@ -14,7 +14,7 @@ NSNoticeConfig={
|
||||
content = "购买|E:-2,19,&U:&C:0x28ee01&T:绿卡特权|,即刻获取大量转生材料、专属麻痹,急速飞升3转!升级打怪快人一步!同时开启大额金币回收!",
|
||||
starttime = 1,
|
||||
stoptime = 2,
|
||||
noticeInterval = 1800,
|
||||
noticeInterval = 18000,
|
||||
trundle = 0,
|
||||
chatting = 1,
|
||||
},
|
||||
@@ -23,7 +23,7 @@ NSNoticeConfig={
|
||||
content = "购买|E:-2,19,&U:&C:0x28ee01&T:蓝卡特权|,晋升霸主贵族,额外金币收益、切割,属性、打金效率大幅提升,秒升六转不是梦!即刻开启寄售行道具上架,赚取你的第一桶金!",
|
||||
starttime = 1,
|
||||
stoptime = 5,
|
||||
noticeInterval = 3600,
|
||||
noticeInterval = 36000,
|
||||
trundle = 0,
|
||||
chatting = 1,
|
||||
},
|
||||
@@ -31,7 +31,7 @@ NSNoticeConfig={
|
||||
Noticeid = 4,
|
||||
content = "|E:-2,25,&U:&C:0x28ee01&T:开启狂暴|,攻魔道大幅加成,增加10%伤害加成,输出秒天秒地。打怪回收装备金币+15%,打金效率瞬间提高!",
|
||||
starttime = 1,
|
||||
noticeInterval = 3600,
|
||||
noticeInterval = 36000,
|
||||
trundle = 0,
|
||||
chatting = 1,
|
||||
},
|
||||
|
||||
@@ -515,6 +515,13 @@ Activity10017Config={
|
||||
times = 1,
|
||||
displaylimit = {zsLevel=10},
|
||||
},
|
||||
[6] = {
|
||||
id = 10255,
|
||||
subid = 6,
|
||||
table = {{type=0,id=842,count=20},},
|
||||
compose = {{type=0,id=1032,count=1},},
|
||||
times = 10,
|
||||
},
|
||||
},
|
||||
[10259] = {
|
||||
[1] = {
|
||||
|
||||
@@ -5870,7 +5870,7 @@ DropTableConfig = {
|
||||
type = 1,
|
||||
table = {{rate=100,type=0,id=397,count=1},
|
||||
{rate=5,type=0,id=761,count=1},{rate=5,type=0,id=762,count=1},{rate=5,type=0,id=763,count=1},
|
||||
{rate=5,type=0,id=63,count=1},{rate=5,type=0,id=65,count=1},{rate=5,type=0,id=67,count=1}},
|
||||
{rate=5,type=0,id=758,count=1},{rate=5,type=0,id=759,count=1},{rate=5,type=0,id=760,count=1}},
|
||||
weeklimit = {},
|
||||
},
|
||||
[2100034] = {
|
||||
@@ -5878,7 +5878,8 @@ DropTableConfig = {
|
||||
type = 1,
|
||||
table = {{rate=100,type=0,id=398,count=1},
|
||||
{rate=50,type=0,id=761,count=1},{rate=50,type=0,id=762,count=1},{rate=50,type=0,id=763,count=1},
|
||||
{rate=50,type=0,id=63,count=1},{rate=50,type=0,id=65,count=1},{rate=50,type=0,id=67,count=1}},
|
||||
{rate=50,type=0,id=758,count=1},{rate=50,type=0,id=759,count=1},{rate=50,type=0,id=760,count=1},
|
||||
{rate=5,type=0,id=1032,count=1},
|
||||
weeklimit = {},
|
||||
},
|
||||
[2100035] = {
|
||||
|
||||
Reference in New Issue
Block a user