Commit Graph

967 Commits

Author SHA1 Message Date
Florian Kinder d74602fb95 Updated Death system 2014-02-18 23:22:38 +01:00
Florian Kinder 2a91d7d5bc Updates refs #1109 2014-02-16 22:38:15 +01:00
SilvDev 3301f7bb31 Update player_unlockVault.sqf 2014-02-15 18:23:00 +00:00
SilvDev 919404b3a9 Update player_unlockVault.sqf
Fixed infinite chainsaw fuel when put into vaults/lockboxes.
2014-02-15 18:03:43 +00:00
Florian Kinder 970f4854f8 Disabled Debug 2014-02-15 02:38:59 +01:00
Florian Kinder 4b839a7a2e Merge branch 'Feature/1102-1'
Conflicts:
	SQF/dayz_code/Configs/CfgVehicles/LAND/datsun.hpp
2014-02-15 02:12:05 +01:00
Florian Kinder 4954d41389 update upgradeVehicle 2014-02-15 00:32:36 +01:00
[VB]AWOL e81760ab60 same as last 2014-02-14 12:01:20 -06:00
[VB]AWOL 5b3a8efb5d fixed incorrect path for axeman's lights 2014-02-14 09:58:52 -06:00
Florian Kinder 1d60f7b1bb New vehicle upgrade system
Need test with datsun vehicle to ensure it works fine
2014-02-14 13:26:20 +01:00
Skaronator 38470b1bdf Change Range a bit
Got a issue with a person where build a large camo net on a tower in devels carstel
2014-02-13 01:03:13 +01:00
[VB]AWOL b00c2acbcb do not cache result if array count 0 2014-02-11 20:10:21 -06:00
[VB]AWOL 6ad05d71c7 fix Error Undefined variable in expression and trader menu cache 2014-02-11 16:03:55 -06:00
[VB]AWOL 94b47f3c3b Updated Axeman's lighting system disabled by default 2014-02-11 13:29:16 -06:00
icomrade 7f79bc7bc3 Undefined Variable Cleanup 2014-02-11 00:39:26 -05:00
[VB]AWOL b8f2796fa3 cleanup 2014-02-10 14:41:47 -06:00
vbawol 67d138161f remove unused code 2014-02-09 20:02:10 -06:00
Skaronator a814c9b2e9 Not relevant change but its now correctly :P 2014-02-07 17:49:43 +01:00
[VB]AWOL f9b2890f3a change over to use static vars add player name to logging 2014-02-06 15:03:35 -06:00
[VB]AWOL b2108f91d5 Add logging to safe unlock/lock? 2014-02-06 14:37:34 -06:00
Florian Kinder 542be82a58 Added trade_any_vehicle_free
For buy unlocked vehicles (without getting a key)
2014-02-06 12:39:17 +01:00
Skaronator cdc062a833 Better Movement in Trader Menu, just for config 2014-02-06 11:56:03 +01:00
[VB]AWOL 00ee3121c1 Added briefcase storage for 10oz silver
also make trader give over 2 x 10oz silver in briefcases
2014-02-05 10:44:36 -06:00
[VB]AWOL 60a6aeac10 force trade menu above static trade options 2014-02-05 09:17:24 -06:00
[VB]AWOL 69661a22b4 removed trade metals options fixes #1074 2014-02-05 09:15:09 -06:00
[VB]AWOL 8fa82911ef changed to missionConfigFile and commented out include
an
2014-02-04 14:33:41 -06:00
[VB]AWOL 5308ddcf1a faster no need for loading... 2014-02-04 14:13:41 -06:00
[VB]AWOL 731bc92be2 working 2014-02-04 14:11:49 -06:00
[VB]AWOL 37b75bea61 missed bracket 2014-02-04 13:23:20 -06:00
[VB]AWOL a77a43d88f get trader items from config 2014-02-04 12:50:58 -06:00
Skaronator d71bb45de3 Something like this to get CfgVehicle/Weapon/Magazine 2014-02-04 19:02:29 +01:00
Skaronator 171952e922 Start with ConfigTrader 2014-02-04 17:16:32 +01:00
Skaronator c6cc7f8d1e Fix Var 2014-02-03 17:00:43 +01:00
[VB]AWOL 9876b42b0a add DZE_DamageBeforeMaint default now 0.09 instead of 0.1
Also exit with message if no maintainable objects are found
2014-02-03 08:38:39 -06:00
[VB]AWOL 5c38e0b9c2 typo with var name change 2014-02-02 14:44:55 -06:00
Skaronator ce8ea62b63 Fix Typo 2014-02-02 20:32:23 +01:00
Skaronator bc21f81f03 Done is Done, make the rest of it to a localSetVariable 2014-02-02 20:15:34 +01:00
Matthew McConnell 2e08e53377 Keep safe/lockbox vars server side until needed
The arrays for safes/lockboxes are kept on the server and when a client
goes to open the safe, a PV is sent to the server requesting the arrays.
Server sends info back.
2014-02-02 16:02:27 +00:00
[VB]AWOL efae1fa383 send roadflare to only other players 2014-01-29 14:36:32 -06:00
[VB]AWOL cbcc5a63f6 fixed #1040 2014-01-29 14:21:40 -06:00
[VB]AWOL 589b366ce3 hide body locally and only send to other players 2014-01-29 14:06:41 -06:00
[VB]AWOL bf189761ad should fix backpack issues
This makes sure we only run on players and not the player as this
currently hides the backpack from the player that set it down and was
running on everyone zombies included.
2014-01-29 14:00:02 -06:00
[VB]AWOL 4573e9b5c0 more DZE_MissionLootTable fixes #1028 2014-01-29 11:41:54 -06:00
jwo7777777 78d0338386 Fix AI from being counted as zeds.
As it was, the loop simply counted everything within a certain radius
that was not a player but is a CAManBase as a zombie.
2014-01-29 01:53:03 -06:00
[VB]AWOL fdecea8154 https://github.com/vbawol/DayZ-Epoch/issues/1027#issuecomment-33435759 2014-01-27 17:39:52 -06:00
[VB]AWOL b4dfed3546 finalized trader changes 2014-01-27 16:47:34 -06:00
[VB]AWOL 6f77cce286 Merge branch 'master' of https://github.com/vbawol/DayZ-Epoch 2014-01-26 20:14:53 -06:00
[VB]AWOL 1af2cc7396 use highest available here 2014-01-26 20:13:19 -06:00
Skaronator 09a3b3361c Don't need here - setVariable is just local 2014-01-27 01:47:43 +01:00
[VB]AWOL 474e96e9ac add new trade system for items
will auto convert to highest bar count

also line 289 fixes Error ==: Type Array when tagging friendly
2014-01-26 13:04:56 -06:00