feat(server): 添加新活动配置和地图刷新设置

- 在 Activity10017Config.config 中添加新的活动配置项
- 更新 droptable.config 中的掉落表配置
- 调整 NSNotice.config 中的公告间隔时间
- 修改 FirstLogin.config 中的登录奖励配置
- 在 Scenes.config 中为多个地图添加刷新设置
This commit is contained in:
2024-12-15 14:49:46 +08:00
parent c85b08ee74
commit 82686ac68b
5 changed files with 110 additions and 17 deletions

View File

@@ -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}
},
}