Search results

  1. Sandbird

    [SUPPORT] Mission vehicles warning + Bicycle handbrake

    Nice idea, didnt think of doing that! Well the whole post was mostly for the bicycle thingy :) I added it inside my check for mission spawned vehicles and thought why not give them both.
  2. Sandbird

    [SUPPORT] Mission vehicles warning + Bicycle handbrake

    This is the discussion and support thread for ESS - Enhanced Spawn Selection. >> Release Thread Link << Please remember to check client and server RPT files for errors: Client RPT: C:\Users\YourName\AppData\Local\ArmA 2 OA\arma2oa.RPT Server RPT: FTP\server config directory\arma2oaserver.RPT...
  3. Sandbird

    [Release] Mission vehicles warning + Bicycle handbrake

    Mission vehicles warning + Bicycle handbrake This little tweak does 2 things that i think are useful for any server that has the Deploy bike script, Missions and Mountains :p Got the idea when i was looting a barrack, and on the back wall, there was a body next to a bike, under a big mountain...
  4. Sandbird

    Greek Operation Forces [1.0.5.1](Coins|SlotMachine|Lottery|Bank|RavenBackPk|VirtualGarage)

    Server IP: 148.251.181.94:2315 -mod=@DayzOrigins179;@DayzOverwatch;@DayZ_Epoch1051; Features - Local [GMT+0] with Full Moons. (Day lasts till 22:00, after that it starts getting darker) - Safezone Trader Cities (+AntiTheft) – (Small trade zones are not safezoned) - All game transactions are...
  5. Sandbird

    [Support] DZGM

    hey ebay, I am going through the code and i am stuck in a little function in acceptGroupInvite.sqf You got: { if (getPlayerUID player == _x select 1) then { _inviterUID = _x select 0; currentInvites set [_forEachIndex,"REMOVETHISCRAP"]; currentInvites = currentInvites -...
  6. Sandbird

    [Support] NOS for cars!

    Oh its FallingSheep who released it, didnt see that...yeah we had a talk about it in epochforum, its all good. He got the script via a leecher.
  7. Sandbird

    [Support] NOS for cars!

    So someone stole my script....and someone is releasing it and has a support thread as well.lol...nice 1
  8. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    Tried that...but due to the frequency of applying guts on you...you have a 100% chance during a day to get infected. Some admins have the option the effect to wear of, so its really hard to come up with an algorithm based on time/frequency of use etc to satisfy them all...so i didnt add it in...
  9. Sandbird

    Its still in Alpha :P need to do tons of stuff to it...especially an unsubscribe function to...

    Its still in Alpha :P need to do tons of stuff to it...especially an unsubscribe function to 'shut down' the notifications so you dont get spammed on your email account :P
  10. Sandbird

    [Release] Dayz.Epoch.3d.Editor.Live.Mission WITH database interaction!

    MAJOR UPDATE: The project has now 100% database interaction. EVERYTHING works ! -Traders, Salvage, maintain, character update, vehicles/buildings based on object_data table spawn on mission start...etc Thread release...
  11. Sandbird

    [SUPPORT] Dayz.Epoch.3d.Editor.Live.Mission

    Hehe thanks.. I am making an updated version now with full database interaction. I already got object_data objects to spawn on mission start, as well as the traders, buy and sell. I rewrote 90% of all sql calls and replaced them with ones working for arma2net. But yeah...this will be epic with...
  12. Sandbird

    [WIP] Dayz Epoch - Building emails base owner about trespassers !?! WHAAAAT ?

    Still need a lot of work....but you get the idea. The idea is the base owner will be able to register his email inside the game on a laptop, and will have the option to activate the detection shield while he is not online. (It will not activate when players from his friends list are there, so...
  13. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    Well this is the gather_zparts.sqf http://pastebin.com/5W5QdNfa The only problem is that you probably wont have that special icon of zombie parts in your client, to harvest it in the first place. Give it a try....you might have it you might not. Save the file above in your mission folder at ...
  14. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    Here: //Harvest Zombie // _isZombie = cursorTarget isKindOf "zZombie_base"; if (_isZombie) then { if (s_player_butcherZ < 0) then { s_player_butcherZ = player addAction ["Gut Zombie", "\z\addons\dayz_code\actions\gather_zparts.sqf",_cursorTarget, 0, true, true, ""...
  15. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    oh noes thats a bit messed up :P hmm its gonna be hard to do this like this without knowing what you are editing...can you copy paste your original chunk of code so i edit it for you ? Is it this one ? //Harvested if (!alive _cursorTarget and _isAnimal and _hasKnife and !_isHarvested and...
  16. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    Sorry for the delay...i've been having DDOS problems on the server today...and was trying to sort it out. Yes you need to add the "Gut Zombies" action in your fn_self_actions.sqf....and you need to have an ItemKnife on you as well. To add it go here...
  17. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    As long as you have zombie parts inside the game...then it should work. Do you have any errors in the server log when the server doesnt start ?
  18. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    Update - Changed config.sqf (removed wells from the DZ_waterSources array...now all wells are recognized from the walkamongstthedead.sqf) - Changed walkamongstthedead.sqf (added all wells and ponds detection. Look at any well or a pond and use scroll to get the option to remove camo) -...
  19. Sandbird

    [Release] Dayz.Epoch.3d.Editor.Live.Mission WITH database interaction!

    Update: I got great news. I managed to rewrite all the vehicle CHILD type queries like this: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,_damage]; And now i can normally spawn/retrieve vehicles, generate keys, unique UIDs, from a normal database using Arma2NET. I can unlock/lock cars...
  20. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    Script released: http://epochmod.com/forum/index.php?/topic/10107-release-walk-amongst-the-dead-hide-from-zombies-like-the-walking-dead/ !!! Update !!! The only thing you need to do is redownload the files and redo step 3. People that use blood loss instead of humanity, check the red letters...
Back
Top