Search results

  1. cyrq

    Airdrop script (WIP) need a bit of help ...

    http://community.bistudio.com/wiki/ArmA:_Actions#LightOn
  2. cyrq

    DayZed - Discussion

    updated the first post.
  3. cyrq

    DayZed - Discussion

    DayZed released! DayZed 0.2.1 (Public Beta) - Rolling Changelog The goal of this version is to eliminate bugs that escaped durring closed tests. We strongly count on you guys to help ous out with all of them. This is crucial to the future of the mod's development and it's direction. For the...
  4. cyrq

    SurvivalServers Making Money off OpenDayZ

    I'm surprised that no one noticed it earlier since they've been doing this for quite some time. Actually I don't think that they need this kind of attention. What they're doing is bullshit, no doubt about it. But they proved so manny times (especially on the official DayZMod forums) that their...
  5. cyrq

    [RELEASE] ANTI-HOSPITAL-GLASS

    This little bug was pissing me off way to long. Sometime's u could just spray an entire mag trough the windows and ARMA gave zero fucks about it. So made a simple script... ANTI-HOSPITAL-GLASS (v1.0) Set's damage to the glass in every Hospital (Land_A_Hospital) on the map. Unfortunately...
  6. cyrq

    DayZed - Discussion

    Changelog for version 0.2 (Public Beta). Release Date: Early November. The first public release is aiming to to eliminate bugs, which slipped in the development process and stress test the server. Complete list of changes: New inventory style Better textures of the sky, clouds, sun etc...
  7. cyrq

    [DISCUSSION] DayZ Origins-like DiscoBot

    This is not a workaround lol :eek: This is simply an error with the Hive request that prevents the script to sync the gear after the bot despawns, thus ending up with the initial inventory column in the DB.
  8. cyrq

    Just looking for possible typo in SAR_config

    SAR_heli_type=["UH1H_DZ,"Mi17_DZ"];
  9. cyrq

    [DISCUSSION] DayZ Origins-like DiscoBot

    Ok - I'm out of ideas. I have no clue how to fetch the weapon class name from dayz_onBack properly. Everything I've tried returns "any", "[]", "null" or simply nothing. If anyone has an idea about this, I would be grateful. Wysłane z mojego HTC Desire S przy użyciu Tapatalk
  10. cyrq

    Sad finding.

    I thought nobody is stupid enough to still buy something from Villayer. After almost year and a half, everyone should be aware of the shit that's going on there. Been there a long time ago - all ended up with a PayPal dispute. After that they kindly refunded my money back.
  11. cyrq

    [FIX] Two primary guns exploit

    At first i was trying to fix it a bit more elegant, but after many hours of "try hards", I've realized that this is somehow hard-coded in ArmA II. So I made this: Two primary guns exploit fix for 1.8.x (v1.0) Removes the players primary weapon when all below conditions are true: Player has...
  12. cyrq

    Adding interrupt to script

    player playActionNow "Medic" r_interrupt = false; _animState = animationState player; r_doLoop = true; _started = false; _finished = false; while {r_doLoop} do { _animState = animationState player; _isMedic = ["medic",_animState] call fnc_inString; if (_isMedic) then { _started = true; }; if...
  13. cyrq

    [DISCUSSION] DayZ Origins-like DiscoBot

    This still needs a lot of work. First of all: if (!_isDead) then { _medical = _newUnit call player_sumMedical; _newBackpack = unitBackpack _newUnit; if(!(dayz_onBack == "")) then { _playerGear = [_weapons,_magazines,dayz_onBack];} else {_playerGear = [_weapons,_magazines];}; _playerBackp =...
  14. cyrq

    What is DayZed?

    Thanks ;) Small update:
  15. cyrq

    What is DayZed?

    Almost there... ;)
  16. cyrq

    What is DayZed?

    At the time writing this, the "development" of this is rather chaotic. We wan't to finish some basic crap so we have a "base" to build on. ATM we finished the weapon attachment mechanism and started to pick and tweak weapons, mainly from RH Packs (truly amazing stuff Robert created). In the mean...
  17. cyrq

    What is DayZed?

    DayZed Mod is based on DayZ Mod by Dean 'rocket' Hall and It aims to be more unforgiving, balanced and harder, while including new features such as items, skins, actions, weapons, loot, map additions and more. DayZed uses the Reality Hive by thevisad - originaly Bliss Hive by ayan4m1. The goal...
  18. cyrq

    Vehicle Stripping 1.8

    Need to take a look at that, I've actually didin't even check them Bikes :oops: You can also use something like this: http://opendayz.net/threads/working-siphon-fuel-script.8541/page-3#post-49317 in the selfActions file. Anyways, thanks for the hint :)
  19. cyrq

    Vehicle Stripping 1.8

    Replace salvage_vehicle.sqf with this: private ["_part","_cancel","_color","_string","_handle","_damage","_cmpt","_vehicle","_hitpoints","_damagePercent","_configVeh","_x"]; _vehicle = cursorTarget; {dayz_myCursorTarget removeAction _x} forEach s_player_repairActions;s_player_repairActions =...
  20. cyrq

    LandTex with DayZ...

    Yep.
Back
Top