Search results

  1. Ikuyo

    Worldspace Error Help

    Anyone have any idea what would cause corruption of the z axis in my survivor and instance_vehicle table? The bugged worldspaces look like this [218,[10126.5,5492.57,1.526e-05]]
  2. Ikuyo

    [Tutorial] Editing Heli Crashes - 1.7.6.1 (Simplified)

    ["","military"] is the chance to spawn nothing or trash same with ["", "generic"], ["", "trash"], ["", "food"], ["", "hospital"] (im not 100% but the food one might spawn cans of food) tents look like ["WeaponHolder_ItemTent", "object"]
  3. Ikuyo

    HALO Jump Tutorial - Simplified

    Here's my working server_UpdateObject.sqf with halo edit: /* [_object,_type] spawn server_updateObject; */ private ["_object","_type","_objectID","_uid","_lastUpdate","_needUpdate","_object_position","_object_inventory","_object_damage","_isNotOk"]; _object = _this select 0; _type =...
  4. Ikuyo

    Towing w/ R3F

    R3F_ARTY_AND_LOG/INIT.SQF #ifdef R3F_ARTY_enable #include "R3F_ARTY\init.sqf" R3F_ARTY_active = flase;
  5. Ikuyo

    [Tutorial] Editing Heli Crashes - 1.7.6.1 (Simplified)

    ["Binocular_Vector", "military"]
  6. Ikuyo

    [Tutorial] Editing Heli Crashes - 1.7.6.1 (Simplified)

    Yes that is the correct file.
  7. Ikuyo

    [Tutorial] Editing Heli Crashes - 1.7.6.1 (Simplified)

    the code in your post would have one spawn every 60 seconds with a 99% chance.. try something more reasonable like 10 minutes or something.. on my server i use // [_guaranteedLoot, _randomizedLoot, _frequency, _variance, _spawnChance, _spawnMarker, _spawnRadius, _spawnFire, _fadeFire] nul =...
  8. Ikuyo

    Arma2oaserver.RPT

    yes using the program it worked fine for me.. the first is x and second is y
  9. Ikuyo

    Arma2oaserver.RPT

    I just tested it on Cherno and it works fine.
  10. Ikuyo

    Accelerated Time

    i'm also interested in this
  11. Ikuyo

    DayZ Bliss - Spawn more heli crashes 1.7.6.1

    This question has been answered quite a few times but i'll do it once more... To change how often the server spawns a crash you need to change the (50 * 60) value. The default here will give one a chance to spawn every 50 minutes. The value after that (15 * 60) will be added to the frequency...
  12. Ikuyo

    Vehicles double spawning after server restart

    The main thing that causes this is duplicates in the world_vehicle table and incorrect limit_max in the vehicle table. If you used dayz.st admin map to place the vehicles and clicked yes to create a spawn point and spawn a vehicle - you will end up with 2 spawns. To avoid that click yes to...
  13. Ikuyo

    Hi guys when i change the time on helicrash i always get errors?

    any time you create a new dayz_server.pbo you need to open it with pbo manager and add the prefix.. im 99% sure this is why you are having problems any time you make changes to it.. to do this click the little blue gear in pbo manager and then right click and add.. in the property field put...
  14. Ikuyo

    Issue spawning buildings into the world [Help, please!]

    No theres no initial steps needed. If the buildings are in the instance_building table they should spawn. Verify that buildings were added to the building table as well. Also, the value that determines the z axis for the building is the last one. [-37.16,[6849.24,2435.28, 0]] In this example the...
  15. Ikuyo

    Dayz.st Vehicles

    to avoid this when you place a spawn point via the admin map say no when it asks if youd like to spawn a vehicle with the spawn point.. also i know this isnt ideal but if you sort your world_vehicle table by id the duplicates will probably be every other line
  16. Ikuyo

    Hi can anybody please add me helicrash site please

    Try this... Your going to have a ton of crashes though unless you restart very often.
  17. Ikuyo

    R3F logistics help

    that error you got is similar to what happens when you have the wrong instance id set.. make sure you have the correct instance in init.sqf //REALLY IMPORTANT VALUES dayZ_instance = 111; //The instance I could help more but dayz.st ftp has been messed up for a few days and i cannot...
  18. Ikuyo

    Hi need urgent help please..

    Did you add the prefix? open your server.pbo in PBO Manager and click the blue gear... Property = prefix Value = z\addons\dayz_server
  19. Ikuyo

    Towing w/ R3F

    the files you need to edit are: R3F_ARTY_AND_LOG\R3F_LOG\config.sqf R3F_ARTY_AND_LOG\R3F_LOG\addons_config\arma2_CO_objects.sqf Both are almost the same and self explanatory. Make sure they have the same vehicles listed for each section.
Back
Top