Search results

  1. F

    Looking for a solution BEC/Anything!

    Okay so I've gotten a new server setup on a Ubuntu VPS, I tried to install BEC and it keeps giving me this error: fixme:iphlpapi:GetExtendedTcpTable ulAf = 23 not supported fixme:iphlpapi:GetExtendedUdpTable ulAf = 23 not supported I only really need BEC so I can send global messages to the...
  2. F

    Server responded, Creating character fix

    Okay, so when I load into game for the 1st time the server gets stuck on "Server responded, Creating character". Then I can reload and it works just fine. This is a concern because when a new player joins they get stuck and then just leave not know they need to reload and then they can play. Is...
  3. F

    building_spqwnLoot.sqf questions / solutions / discussions

    Okay, so I've looked at a lot of other people talking about how the code below is whats is causing the bad spawning rates as of (1.7.7.1) & (1.8), has anyone considered rewriting this code from the ground up so its more streamlined / understandable? // bias for this building. The lower it is...
  4. F

    DayZ 1.8 deployable items not saving & TrapTripwireGrenade not crafting

    1.) DayZ 1.8 `deployable` items are not saving in the database is this all I need to do? insert into deployable (class_name) values ('DomeTentStorage'); insert into deployable (class_name) values ('CamoNet_DZ'); insert into deployable (class_name) values ('Trap_Cans'); insert into deployable...
  5. F

    DayZChernarus - (1.8/103718) [VETERAN 3DP:OFF][GMT+8] Private Hive - beadthefeast.com

    1.8 Realism server! DayZChernarus - (1.8/103718) [VETERAN 3DP:OFF][GMT+8] Private Hive - beadthefeast.com IP: 192.31.185.216:3238 Locked 1st person Vehicle cap increased to 125 30+ new weapons 250+ new buildings 25+ new vehicles spawns 300+ new common loot spawns 40+ military high loot...
  6. F

    Is it possible to change a file you don't have access to?

    Specifically can I change the "CfgBuildingLoot.hpp" contained in the "dayz_code.pbo" only have access to the "dayz_server.pbo"? If this is possible how? A link or example would be great!
  7. F

    Kill Messages 1.8 [HELP]

    Dose anyone know how to get this working on 1.8? http://dayz.st/w/Kill_Messages Thanks in advance!
  8. F

    DayZChernarus - Private Hive - beadthefeast.com

    DayZChernarus - (1.7.7.1/103718) [VETERAN][GMT-2] Private Hive BeadTheFeast.com IPAddress: 192.31.185.216:3238 250 new buildings have been added to: NW Airfield NE Airfield Coast Line Airfield Zelenogorsk Over 300 new loot spawns and 40 high grade military spawns Over 25 custom spawned...
  9. F

    Send chat to specific player

    How can I send a specific player a private message using the "server_onPlayerConnect.sqf"?
  10. F

    Store Killer `unique_id` in the SQL database

    I am trying to find out how to tell my server to store who killed a player, by storing the killers `unique_id` something similar to this. I am using Dayz.st with server version 1.7.7.1 UPDATE `bliss_1234`.`survivor` SET `killer_unique_id`='killer_unique_id' WHERE...
Back
Top