- Add protection for tribe, when tribe members is offline
- Configurable:
Character resistance/damage,
Structure resistance/Damage,
Wild dinos damage
Passive dinos can take no damage
Up/Down delays (minutes)
Penalty if tribe was raided
Penalty if tribe have online alliance
AutoDecay: if tribe if offline some time, tribe structures can be destroyed, tribe dinos can be unclaimed/destroyed
Info command: /orpcheck
Gives to player current information about orp settings, and his orp status.
- Configurable:
Character resistance/damage,
Structure resistance/Damage,
Wild dinos damage
Passive dinos can take no damage
Up/Down delays (minutes)
Penalty if tribe was raided
Penalty if tribe have online alliance
AutoDecay: if tribe if offline some time, tribe structures can be destroyed, tribe dinos can be unclaimed/destroyed
Info command: /orpcheck
Gives to player current information about orp settings, and his orp status.
Code:
Commands:
"Chat": /orpcheck
"Chat": /orpreload - reload config
Code:
Config
{
"Settings":{
"DBPath":"", //Database Path
"CanCarryProtected":false, //Prohibit grab
"ProtectedCharacterResistance":0.25, //Formula: Incoming Damage * {0.25}
"ProtectedCharacterDamage":4, //Formula: Outcoming Damage * {4}
"ProtectedStructureResistance":0.25,
"ProtectedStructureDamage":10,
"WildDinoDamage":0.01, // Outcoming damage from Wild Dinos
"PassiveDinoTakeNoDamage":true,
"UP_Delay":1, //Delay for protection, when last player of tribe is log out
//Time in MINUTES
"Down_Delay":1, //Delay for remove protetion, when player of tribe is log in
//Time in MINUTES
"AllianceDelayPenalty":30, //Additional delay for UP, if member of alliance is online
//Minutes
"RaidDelayPenalty":30, //Additional delay for UP, if tribe structure was raided "MaxRaidTimeForPenatly" seconds ago
//Minutes
"MaxRaidTimeForPenalty":30,
//Seconds
"ProtectTime":48, // Maximum ORP time
"AutoDecayEnabled":true,
"AutoDecay":96, //If tribe is offline more than 96 hours ->
//Time in HOURS
"DecayDino":false, //Destroy tribe dinos
"UnclaimDino":true, //Unclaim tribe dinos
"DecayStructures":true, //Destroy tribe structures
"NotificationSize":1.0,
"NotificationTime":12.0
},
"Messages":{
"Sender":"Protection",
"Attack_if_target_protected":"You trying attack protected character. Protection will down auto after {}h.",
"Attack_protected_structure":"You trying attack protected structure",
"ProtectDown":"Offline Raid Protection - disabled",
"CheckCommand":"/orpcheck", //Command with information about orp. Info lines below
"ORPStatus":"ORP: {}\n",
"ORPStatus_On":"On",
"ORPStatus_Off":"Off",
"Other_True":"True",
"Other_False":"False",
"UPDelay":"UP Delay: {} minutes\n",
"DownDelay":"Down Delay: {} minutes\n",
"AlliancePenalty":"Alliance Penalty: {} | Penalty: {} minutes\n",
"RaidPenalty":"Raid Penalty: {} | Penalty: {} minutes\n",
"RaidDelay":"If your structure was destroyed {} seconds ago, you will get Raid Penalty for {} minutes\n"
}
}