Jump to content

problems with pole


albert

Recommended Posts

all good 
I have problems with the pole on my server, we can not remove the maintenance .if someone could tell me how to do this would greatly appreciate it if I would even spend petter.un scripts greeting and thanks
Link to comment
Share on other sites

In your Control Panel open your HiveExt.ini file(this is also where you change the server time), then Find this area 

 

[Objects]
;Flag indicating whether hiveext should detect vehicles out of map boundaries (X < 0, or Y > 15360) and reset their position to []
;Note: YOU MUST have a proper dayz_server.pbo that supports this feature, otherwise you will get script errors
;You can find that file under the SQF directory for your server version
 
;EPOCH SETTINGS 
;Which table should the objects be stored and fetched from  
;Table = Object_DATA 
 
;Negative values will disable this feature 
;0 means that ALL empty placed items will be deleted every server restart 
;A positive number is how old (in days) a placed empty item must be, in order for it to be deleted 
CleanupPlacedAfterDays = 15
 
 
It might not look just like this but find this line "CleanupPlacedAfterDays = 15" and change the number to -1 like this "CleanupPlacedAfterDays = -1"
if you dont have this line then just add it to the bottom of your "[Objects]" Section like aboce
Link to comment
Share on other sites

Do you have a function in your database to add damage to buidables? something like so

 

"UPDATE `Object_DATA` SET `Damage`=0.3 WHERE `ObjectUID` <> 0 AND `CharacterID` <> 0 AND `Datestamp` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 5 DAY)"

 

and also you will always get the option to maintain base regardless if its actually decaying or not

Link to comment
Share on other sites

this, sorry but I'm newbie

 

Do you have a function in your database to add damage to buidables? something like so

 

"UPDATE `Object_DATA` SET `Damage`=0.3 WHERE `ObjectUID` <> 0 AND `CharacterID` <> 0 AND `Datestamp` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 5 DAY)"

 

and also you will always get the option to maintain base regardless if its actually decaying or not

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...