Jump to content

Motosuwa

Member
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Motosuwa

  1. Found this, 

     

    CREATE EVENT unlockAbandonedVehicles

    ON SCHEDULE EVERY 1 DAY
    DO

    UPDATE `object_data` SET `CharacterID` = 0 WHERE `LastUpdated` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 7 DAY) AND `Datestamp` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 7 DAY) AND `CharacterID` > 0 AND `Classname` NOT IN ('VaultStorage','LockboxStorage','VaultStorageLocked','LockboxStorageLocked','WoodShack_DZ','StorageShed_DZ','TentStorageDomed','TentStorageDomed2','TentStorage')  AND `Inventory` <> '[]' AND `Inventory` IS NOT NULL
    ;

     

    No idea how to add it. Post I found this on, people seem to know how to add it so not telling their secrets!

     

    Any help you be really appreciated!

  2. Hey all.

    I'm having difficulty with vehicle clean up on my server. What I'm after is for the server to delete any vehicle that is not locked every Friday or 7 days. Regardless if the vehicle is empty or not.

    I know I need to use HeidiSQL or Navicat, but I'm still a total novice using it.

    Could anyone help me on this? A real simple guide or a real simple guy =P

    Many thanks in advance.

  3. You could also change the behaviour of the AI based on nearby players humanity. That would stop hero AI shooting at heros, same for bandits.

     

    Really like the sound of this, but again I have no idea where to begin on this. I know enough to get by but that's my limit atm. My server has only been going for around a week now.

     

    Plus any way to like have Minor missions not change Humanity? 

  4. You can make it hand out different humanity based on the skin, but you would still have "Hero" AI shooting at Hero players, and "Bandit" AI shooting at Bandit players.

     

    How would I go about doing this? Sorry, still really new on all this. First server!

  5. How would I get the hero and bandit missions to use different skins?

    The plan is to have heros and bandits dressed accordingly, Hero markers green and bandit markers red, and obviously -humanity for hero kills and +humanity for bandit kills.

    I'm not good at coding so would somone mind helping oit?

     

    Would also love help on this.

  6. Hey, I followed this to the dot. I use Vilayer host but I was able to find all the files that needed changing. One prob though, each time I try and join my server now I just get stuck on black screen with "Wait For Host".

     

    Really hope you can help me here. Love the look of this new trader and would love to add it to my server!

     

    Thanks in advance

     

    ~~Edit: Got it working, needed to leave this line in at the top of Server_Trader.sqf

        // DayZ Epoch TRADERS for 11

×
×
  • Create New...