Full protection while offline?
Im a bit confused with this aswell.
Is this what the config means?
"1": 0.0, (After 1 hour offline)
"12": 0.2, (After 12 hours offline)
"3": 0.2, (After 3 hours offline)
"48": 0.2, (After 48 hours offline)
"6": 0.2 (After 6 hours offline)The order in the numbers is whats confusing me. Im looking to make it 100% protection until a certain hour.
InkssIm a bit confused with this aswell.
Is this what the config means?
"1": 0.0, (After 1 hour offline) "12": 0.2, (After 12 hours offline) "3": 0.2, (After 3 hours offline) "48": 0.2, (After 48 hours offline) "6": 0.2 (After 6 hours offline)âThe order in the numbers is whats confusing me. Im looking to make it 100% protection until a certain hour.
The order of the numbers is not important, you have it correct
6 would be after 6 hours
"1": 0.0, (up to 1 hour offline)
"8": 1.0 (up to 8 hours offline)
Above example would let the base be 100% protected until you hit the 8 hour mark
although you would need to set "cooldownMinutes" to 0 so that the offline protection begins as soon as they log out, else it will begin after whatever you set as the cooldown
i have a skip night mod in my game would this affect the offline protection
MNGO
The order of the numbers is not important, you have it correct
6 would be after 6 hours"1": 0.0, (up to 1 hour offline)
"8": 1.0 (up to 8 hours offline)Above example would let the base be 100% protected until you hit the 8 hour mark
although you would need to set "cooldownMinutes" to 0 so that the offline protection begins as soon as they log out, else it will begin after whatever you set as the cooldown
Appreciate the help. Thank you!
TrimTaxi have a skip night mod in my game would this affect the offline protection
To my knowledge and from my experience no this does not hurt the functionality of the plugin
The developer may be a better answer for this since YMMV and I can be wrong when it comes to that
love ur mod so im trying to figure a way to make it that after 48 hrs of no show they place can be raided llike what you have and the protection but id like that if they show up 5 hrs later 30 hrs later etc it resets the 48 hr timer so when they log off again they 48 restarts ,reason is so basically a PVE server like mine can let plp raid bases that nobody comes back to in time or dont return but i dont want plp to be able to just raid anyone after the 48 hrs kinda like a noshow is there a way to make it restart the timer like
Dhunterlove ur mod so im trying to figure a way to make it that after 48 hrs of no show they place can be raided llike what you have and the protection but id like that if they show up 5 hrs later 30 hrs later etc it resets the 48 hr timer so when they log off again they 48 restarts ,reason is so basically a PVE server like mine can let plp raid bases that nobody comes back to in time or dont return but i dont want plp to be able to just raid anyone after the 48 hrs kinda like a noshow is there a way to make it restart the timer like
im pretty sure youd want your config options to look like this the
"1": 0.0,
"48": 1.0
"1": 0.0,
"12": 0.0,
"3": 0.0,
"48": 1,
"364": 0.0 ive kind tried tho not with 1.0 would that matter i wonder
Dhunter"1": 0.0,
"12": 0.0,
"3": 0.0,
"48": 1,
"364": 0.0 ive kind tried tho not with 1.0 would that matter i wonder
I would just do what i posted above as it keeps it simple and clean. I would keep it to 1.0 too as thats how it originally came up when you first loaded the plugin.
Hey everyone! I am looking to add raid protection to my server, I want it so my players cant be raided while online and protected for 30 hours after they log off this is what my config says {
"absoluteTimeScale": {
"03": 0.1
},
"activity": [
"input",
"loot",
"respawn",
"chat",
"wakeup"
],
"afkMinutes": 5,
"clanFirstOffline": false,
"clanShare": false,
"cooldownMinutes": 0,
"damageScale": {
"1": 0.0,
"12": 0.0,
"3": 0.0,
"48": 1,
"6": 0.0
},
"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"
],
"showMessage": true,
"sound": "assets/prefabs/weapon mods/silencers/effects/silencer_attach.fx.prefab",
"VERSION": "0.3.9"
}
the 48 hrs part i belive should be 30 hrs after that GOOD LUCK lol ive worked with thsi for the last month and no matter what i do after i log back in no protection im on ALOT ive got same setting u have there or have tried and seems after the 48hrs ALL players loose it or after a certian time i just loose it the protection that is ,and i know im on alot I even had the SRTBull from YT on it on my server trying to figure out etc def lmk if u figure this out