Jump to content
  • 0

plot pole shows 0 items to maintain


CaseyRyback

Question

have followed the instructions on posts about this issue but I cannot find the following listings any where could someone point me in the right direction

 

running arma2 dayz mod on chernarus map

server is hosted by vilayer 

 

section i cant find

 

Scheduled MySQL Event:

UPDATE `object_data` SET `Damage`=0.11 WHERE `ObjectUID` <> 0 AND `CharacterID` <> 0 AND `Datestamp` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 7 DAY) AND ( (`Inventory` IS NULL) OR (`Inventory` = '[]') )

 

many thanks 

Casey

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

The way your MySQL Event is after you place a object it takes 7 days before it will place the 0.11 damage on it for you to be able to maintain.

 

If you keep the event change

 

INTERVAL 7 DAY

 

TO

 

INTERVAL 1 DAY

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...