Hi, im trying to Apply anti offline raid to my server with the absolute time scale, the plan is to give 0 damage to building from 2am to 6am and the damage will increase respectively by 10% till it reach 100% by 3pm. Will this be the correct config? Also will this rules be revoked if the owner of the base is online within the duration of AOR hours?
Reason im asking is there was report that other player still got raided around 4am even with 0% damage given. Wonder if i set it wrong somewhere.
{
"absoluteTimeScale": {
"02":0.0,
"03":0.0,
"04":0.0,
"05":0.0,
"06":0.1,
"07":0.2,
"08":0.3,
"09":0.4,
"10":0.5,
"11":0.6,
"12":0.7,
"13":0.8,
"14":0.9,
"15":1,
},
"activity": [
"input",
"loot",
"respawn",
"chat",
"wakeup"
],
"afkMinutes": 30,
"clanFirstOffline": false,
"clanShare": false,
"cooldownMinutes": 30,
"damageScale": {
},
"interimDamage": 0.0,
"minMembers": 1,
"playSound": false,
"prefabs": [
"door.hinged",
"door.double.hinged",
"window.bars",
"floor.ladder.hatch",
"floor.frame",
"wall.frame",
"shutter",
"wall.external",
"gates.external",
"box",
"locker"
],
"serverTimeOffset": 0,
"showMessage": true,
"sound": "assets/prefabs/weapon mods/silencers/effects/silencer_attach.fx.prefab",
"VERSION": "0.4.2"
}
Correct way of using absolute time scale?
yes that looks good to me.. You should not need all the extra 0s for 03, 04, and 05 you should only need to add the changes you want made.
shady14u
yes that looks good to me.. You should not need all the extra 0s for 03, 04, and 05 you should only need to add the changes you want made.
noted on that, thank you Shady