Search results

  1. S

    disable patrol on foot?

    This will take some dirty hands on coding you will have to go into the actual infantry config file where it creates the groups and edit the size of the group in the type you should be able to disable the Infantry completely I'm sure that's a separate config file to create the helicopter and the...
  2. S

    [SUPPORT] - Sheeps Epoch Repack

    it will. the only difference in windows and linux is the way things are written/read to the database.
  3. S

    [Support] ESSV2

    I am sure its possible. In the spawn code to set the amount of coins would require a check if some data exists in the database.
  4. S

    unlockd vehicle in data base

    stopped 7 days. you mean unused. someone locked the vehicle then has not returned to use it for 7 days. so the vehicle is sitting locked and unused. you need an sql query that finds all vehices that have not been used in 7 days. that returns a rowset. you unock all vehicles in that rowset...
  5. S

    Backpacks disappearing

    read the code in that file and see what _charid is being set too ... if anything at all.
  6. S

    Instal pack armaholic

    i can help you. but what pack would thst be? you put addons into a @mod and add that @mod to your startup bat file . usuallly ALL players need to have the @mod installed also so you cant just put anything you wznt onto your server
  7. S

    [Support] ESSV2

    that is a kind of generic error because your character is not being created. you most likely have another error that points to the actual problem. post your rpt to pastebin and link it here.
  8. S

    unlockd vehicle in data base

    you want vehi les to be unlocked after 7 days of not being used? that would be an sql function that should run at restart. check out the ones that delete tents etc for helpm you want an sql line that selects * from vehicles where lastupdated is < now - 7 then set all rows to unlocked
  9. S

    Server won't load and just sits at a view of water.

    search for the endloadingscreen solution
  10. S

    Server won't load and just sits at a view of water.

    you need to post rpt to gdrive and link it, too large for post
  11. S

    Server hosting - Been a while, few questions

    Yep, someone is willing to install TONS of addons/scripts and let you decide which ones to use. http://opendayz.net/threads/support-sheeps-epoch-repack.14921/ You can download the files here: Napf https://github.com/fallingsheep/0.16_Cash_Me_Up_Standard_Overpoch_NAPF/ Chernarus...
  12. S

    The Infamous Dami Returns.

    I understand the method he discusses that he will put code into the worldspace which is then "call compiled". But he specifically said he was going to delete the database and it would be undetectable. THAT is what I believe is not possible. Just like the code you pasted, it will have to be...
  13. S

    The Infamous Dami Returns.

    Yes, that is my *OPINION*. The sql must be in string format and therefore searchable and readable. .. As I said, if anyone thinks that it can be done as described, please correct me asap and let us know how it would be accomplished. He was affiliated with Infistar at one point I believe...
  14. S

    The Infamous Dami Returns.

    I see a few faults in this that would make me question the authenticity of the threat. Dami is in America? We dont say "mate". there is no [email protected] account. To wipe your database from a dayz server they need to be able to use a child:999 call .. which is (I believe) still...
  15. S

    happy now? ... you pervert.

    happy now? ... you pervert.
  16. S

    This "steampunk soldier" from Suckerpunch was actually my default avatar. I changed it to the...

    This "steampunk soldier" from Suckerpunch was actually my default avatar. I changed it to the "nipple" when I created a new internet persona and email "harry Nippells". I even created a facebook account https://www.facebook.com/profile.php?id=100011481529736
  17. S

    [Support] ESSV2

    that is a "normal" epoch bug. In your compiles.sqf (it needs to be imported into your mission if not already) Find if (dayz_clientPreload && dayz_authed) exitWith { diag_log "PLOGIN: Login loop completed!"; }; replace above with this: if (dayz_clientPreload && dayz_authed) exitWith {...
  18. S

    Am I the only person who has lost all the icons?

    Tits up indeed ... And to repost what ElDubya said to @CommanderRetra in a profile .. "New users are unable to register on the site". Retra suggested sending a PM to @Pwnoz0r ... which I have done. Someone sent me an email for help this week because they were unable to create an account here...
  19. S

    Spawn Vehicle script not working

    in the functions for the database. there is a spot where it has to login to the database. It is using the user dayzhivemind from any IP (thats what the @ % means). Your user created with permissions is dayz. So you have two options: 1) Create a user "dayzhivemind" allow from % and give this...
Back
Top