Jump to content

Raoul

Member
  • Posts

    119
  • Joined

  • Last visited

Posts posted by Raoul

  1. Hi Everyone,

     

    So I thought I'd set up base maintaince... Until yestherday, after a server restart, everything was gone... All bases on the map were gone, all vehicles disappeared, it was like a fresh server... I think only OBJECT_DATA was involved, since all player gear was still there... 

    Luckily, a backup is being made every 30 minutes, so I just rebooted the server and applied the backup from OBJECT_DATA... Simple as that.

    But the real question is, how did this happen? Like everything was still in the database... I saw the lines standing right there... To me, it looked like everything was still in the database.

     

    How did I setup base maintance?
    I don't quite understand base maintance, but I did the following:
    In HiveExt.ini, I have the following line:

    CleanupPlacedAfterDays = 14

    And I ran this in HeidiSQL Query:

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

     

    All buildings did receive damage after 1 day... So players were able to maintain their bases...

     

    I thought that should do it... But appearntly it didn't.

    My questions: Did I setup base maintance correctly? Did I forget something?

    What happend with the vehicles? Like why did vehicles disappear? I thought this would only made bases disappear...

     

    Thanks for helping me out!

    Raoul

     

  2. You can easily do this using HeidiSQL or a program similiar like that, or am I wrong?

     

    Just use HeidiSQL to connect to your database, and export everything to SQL ( in case you want to go back... )

    And then just right click on a table, and delete it's content...

     

    That should do it, or am I wrong?

  3. Hi everyone,

     

    Just a quick question. My HiveExt.log keeps spamming this, what is this, and is this important?

     

    2014-12-31 16:22:17 HiveExt: [Warning] Update of character 127 only had 16 parameters out of 17

    2014-12-31 16:22:20 HiveExt: [Warning] Update of character 60 only had 16 parameters out of 17

    2014-12-31 16:22:02 HiveExt: [Warning] Update of character 150 only had 16 parameters out of 17

    2014-12-31 16:20:40 HiveExt: [Warning] Update of character 9 only had 16 parameters out of 17

     

    Thanks for responding! Raoul

  4. Hi everyone,

     

    I am looking for a tool / little script which can spawn bandit Ai where the admin wants them.

    It only needs to spawn an Ai which attacks every player, anyone knows how I can do that?

    I'm usning Nox's Admin Tools :)

     

    Thanks for responding!

    Raoul

  5. Hi everyone,

     

    I got an overpoch origins server running, and like everything is working fine, expect for one thing.

    I don't know how to implent a origins base building system. 

    In the Servers Mods Corner, I see a lot of people who have pre-made PBO's ready, but a lot of people have made some themselfs, and don't want to start over.

    My question, is there like a guide I can follow to implent origins base building in my server?

     

    Thanks for responding!

    Raoul

×
×
  • Create New...