Search results

  1. A

    Death cross script ??

    What have you got so far ?
  2. A

    How to down date server version from 1.7.7.1

    You may need to repackage the server files using the older Reality build that was around at the time. I have a copy HERE for 1.7.6.1. Though, I would expect the loadingscreen.paa to be in the same place so I would check that you have all the files in the right places.. The downloadable files...
  3. A

    How to down date server version from 1.7.7.1

    Server files in the @dayz folder need to hold the older version of the files..
  4. A

    How to down date server version from 1.7.7.1

    If you change the file paths in DayZ commander settings to the path of your server installation the install / update section will then update the server. is client files only though. Server files still need to be updated manually.
  5. A

    How to down date server version from 1.7.7.1

    Use dayZ Commander and choose the version you want to install. My version goes back to 1.7.2.3.
  6. A

    And they wonder why the server is empty!

    With a bit of crafty SQL newly banned items could be removed.update table_name set field_name = replace(field_name,',\"banned_item\"',''); Probably would want to run a second time with the comma at the end to catch any banned items in the first inventory slot.
  7. A

    Working House Lighting

    Not currently. Will have a look at including them.
  8. A

    Working House Lighting

    It is possible that the runway lights are like streetlamps and are not possible to grab this way from the client. Also setting _objHouse = nearestObjects [player, [], _range]; and the other variable, will cause the client to pick up all classless objects and loop through them. Could cause a lot...
  9. A

    Death cross script ??

    I reckon you could grab the dead player by using _victim which is set earlier in the script..
  10. A

    Death cross script ??

    Nice, have found a way around it using the built in access to the object_data table. Just takes a bit of filtering of data :) I quite like the lack of support of 999 as it keeps the mod cleaner from all sorts of db updates that there is no control over..
  11. A

    Death cross script ??

    I would try editing server_playerDied.sqf near the line diag_log ("PDEATH: Player Died " + _playerID); from dayz_server.pbo.
  12. A

    Death cross script ??

    I have no cross code written. Definitely something i would be interested in looking at. After I finish my lights for epoch. Which server build would this be best written for. currently epoch doesn't support hive 999 method, which my crate uses. would have to completely rewrite for it to save in...
  13. A

    Death cross script ??

    Shouldn't be too hard with what's above and I would simplify the gear by putting it all in a crate. I have some code to keep a crate up to date in the database and adding the cross to instance_buildings under reality. .
  14. A

    Death cross script ??

    Or you could drop a crate and add all their gear into that ?
  15. A

    Streetlights not working.

    PM me your scripts.txt
  16. A

    Streetlights not working.

    Go here: http://opendayz.net/threads/dayz-street-lights.9112/
  17. A

    Streetlights not working.

    What's on line #157 of your scripts.txt ?
  18. A

    dayZ Street Lights

    Great news. Thanks for pointing it out, I will double check the release files. Not sure if i can edit that post yet. I had to re-write the thread and a lot has changed since i first wrote this post. .
  19. A

    dayZ Street Lights

    Is this in the sqf file: <<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML >
  20. A

    blown up vehicles respawn where they blow up at

    So what is in the instance_vehicle table after hitting the respawn vehicles button..?
Back
Top