information message update

This commit is contained in:
vvo
2023-01-16 00:12:51 +08:00
parent 93213c4453
commit 1afa953ace
2 changed files with 20 additions and 17 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ export const INFORMATION6 = {
'2022071200': ['[img:ver06/info_psd.ifs:hexa_diver_220714]'],
'2022081600': ['[img:ver06/info_psd.ifs:hexa_diver_220714]', '[img:ver06/info_psd.ifs:hexa_diver_220818]'],
'2022083000': ['[img:ver06/info_psd.ifs:hexa_diver_220714]', '[img:ver06/info_psd.ifs:hexa_diver_220818]', '[img:ver06/info_psd.ifs:paseli_present_220901]'],
'2022101800': ['[img:ver06/info_psd.ifs:hexa_diver_220714]', '[img:ver06/info_psd.ifs:hexa_diver_220818]', '[img:ver06/info_psd.ifs:paseli_present_220901]']
'2022101800': ['[img:ver06/info_psd.ifs:hexa_diver_220714]', '[img:ver06/info_psd.ifs:hexa_diver_220818]', '[img:ver06/info_psd.ifs:paseli_present_220901]'],
'2022122001': ['[img:ver06/info_psd.ifs:hexa_diver_220714]', '[img:ver06/info_psd.ifs:hexa_diver_220818]', '[img:ver06/info_psd.ifs:paseli_present_220901]']
}
export const MISSINGSONGS6 = [
+18 -16
View File
@@ -170,22 +170,24 @@ export const common: EPR = async (info, data, send) => {
let time = new Date();
let tempDate = time.getDate();
const currentTime = parseInt((time.getTime()/100000) as unknown as string)*100;
extend.push({
id: 1,
type: 1,
params: [
1,
currentTime,
1,
1,
31,
'[f:0]SERVER INFORMATION',
INFORMATION6[version.toString()][Math.floor(Math.random() * (INFORMATION6[version.toString()].length - 1))],
'',
'',
'',
],
});
for(const keyIter in INFORMATION6[version.toString()]) {
extend.push({
id: parseInt(keyIter) + 1,
type: 1,
params: [
1,
currentTime,
0,
0,
31,
'[f:0]SERVER INFORMATION',
INFORMATION6[version.toString()][keyIter],
'',
'',
'',
],
});
}
}
if(U.GetConfig('use_asphyxia_gameover')){