Recent content by Ikuyo

  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...
Back
Top