Commit Graph

288 Commits

Author SHA1 Message Date
[VB]AWOL d0cae9e85f added debug for issue #1116 2014-02-13 08:50:11 -06:00
[VB]AWOL f482bf2677 Revert "Fixed if _hiveResponse is null"
This reverts commit 76314d5636.
2014-02-12 12:58:22 -06:00
Florian Kinder 76314d5636 Fixed if _hiveResponse is null
13:21:08 "HIVE: trying to get objects"
13:21:08 Error in expression <ray = call compile format ["%1",_data];
_resultArray
};

server_hiveReadWriteLar>
13:21:08   Error position: <_resultArray
};

server_hiveReadWriteLar>
13:21:08   Error Undefined variable in expression: _resultarray
13:21:08 File z\addons\dayz_server\init\server_functions.sqf, line 172
13:21:08 Error in expression <ction problem... HiveExt
response:"+str(_hiveResponse));
_hiveResponse = ["",0];>
13:21:08   Error position: <_hiveResponse));
_hiveResponse = ["",0];>
13:21:08   Error Undefined variable in expression: _hiveresponse
13:21:08 File z\addons\dayz_server\system\server_monitor.sqf, line 38
2014-02-12 15:38:51 +01:00
icomrade 71195cf488 Fix <NULL> kill message fix
fixception
2014-02-09 15:28:14 -05:00
[VB]AWOL 708787db91 Allow maintain options even on godmodebases 2014-02-09 11:09:04 -06:00
Skaronator 1ad5570552 Cleanup Banned weapon check 2014-02-09 17:23:55 +01:00
Axles 1daa9c72ed Sahrani group removal
I fixeded it!
2014-02-07 10:47:06 -08:00
icomrade c796bdbe51 Fix include error, fix prefix filename
Prefixes were not applying when packed with Eliteness, changed name
accordingly.

Also, I just learned that the included init.sqf file must be in a
functions folder (probably due to the scriptName command at the
beginning)
2014-02-06 21:20:46 -05:00
Skaronator bce18186d7 Revert "Fix Error if obj hasnt have this variable"
This reverts commit d41611473a.
2014-02-06 23:27:31 +01:00
Skaronator 13ba0d6227 Remove this part 2014-02-06 23:10:18 +01:00
Skaronator d41611473a Fix Error if obj hasnt have this variable 2014-02-06 23:09:27 +01:00
Skaronator 37a1c86325 Cleanup dayz_server 2014-02-06 23:08:35 +01:00
[VB]AWOL 9d5cdbbd58 private array fixes 2014-02-06 15:05:04 -06: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
Axles 36371ef6af Sahrani updates
Moved wholesaler out of cargo container door, Added black market vendor.
2014-02-06 12:27:17 -08:00
[VB]AWOL 59d5fcd87f vehicle_handleServerKilled is unused 2014-02-06 09:08:24 -06:00
Skaronator c3112bc12d Include Base Building Godmode 2014-02-06 11:52:18 +01:00
Florian Kinder 279054d2df Unique Prefix 2014-02-05 15:47:28 +01:00
[VB]AWOL 5db68b7d13 fake trade just for logging when DZE_ConfigTrader = true
_key = format["CHILD:398:%1:%2:",_traderID,_buyorsell];

_data = "HiveEXT"
_result =
// diag_log ("TRADE: RES: "+ str(_result));
_outcome = _result select 0;
2014-02-04 12:48:57 -06:00
Skaronator 171952e922 Start with ConfigTrader 2014-02-04 17:16:32 +01:00
[VB]AWOL 7e0f9cd758 take two 2014-02-04 09:57:42 -06:00
[VB]AWOL 25d668ee82 fixes #1065 2014-02-04 09:54:02 -06: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 9d574253ec Merge branch 'master' of https://github.com/vbawol/DayZ-Epoch 2014-02-02 21:13:08 +01:00
Skaronator ce8ea62b63 Fix Typo 2014-02-02 20:32:23 +01:00
Skaronator d0203ab157 Cleanup dayz_server scripts 2014-02-02 20:30:52 +01:00
Skaronator bc21f81f03 Done is Done, make the rest of it to a localSetVariable 2014-02-02 20:15:34 +01:00
vbawol 48dbdd211a Merge pull request #1060 from Fank/Feature/968
Feature #968
2014-02-02 10:56:11 -08:00
Florian Kinder bae9f43201 Updated Crashmodels 2014-02-02 19:13:37 +01:00
vbawol 7312c91941 Update fnc_plyrHit.sqf 2014-02-02 10:42:39 -06: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
Skaronator 23f1cc9045 Don't need this here 2014-02-01 22:54:33 +01:00
Skaronator f281d8e86c Example Script for ServerSide Unlock 2014-02-01 22:52:46 +01:00
Skaronator eb936a78d9 Don't need a extra function because its just used in maintainArea.sqf 2014-02-01 22:52:16 +01:00
Skaronator 4db3e5ddcb Update server_spawnCrashSite.sqf 2014-01-30 16:12:41 +01:00
[VB]AWOL cbcc5a63f6 fixed #1040 2014-01-29 14:21:40 -06:00
[VB]AWOL 4573e9b5c0 more DZE_MissionLootTable fixes #1028 2014-01-29 11:41:54 -06:00
[VB]AWOL 1c94205afe private array update 2014-01-29 08:40:08 -06:00
Axles 83f993d081 Panthera Fixes
Bandit vendor is no longer black market vendor. Black market vendor in
the south trader city. Hero Vendor knocked down to one vendor and extra
vendor removed. Server traders completely re-configured to tidy up the
server traders SQF
2014-01-28 22:48:30 -08:00
Skaronator ad5f494ab5 Dont need this here anymore 2014-01-28 23:35:40 +01:00
Skaronator 9c80054b12 Fix 'Logic' Typo 2014-01-28 17:39:37 +01:00
[VB]AWOL f36a6e1874 object not array 2014-01-27 11:14:09 -06:00
[VB]AWOL b508bde202 added PVDZE_ to player%1 variable to filter better 2014-01-26 12:16:13 -06:00
Skaronator 85783b00f7 Delay cleanup init bit more 2014-01-25 16:53:07 +01:00
[VB]AWOL 9089a4e6ac loot changes and sauerland
unstack instead of smelt
2014-01-24 19:15:58 -06:00
Axles 2f5b55fd09 Pathera Black market and Cave fix
Missing black market vendor. Cave had conflicting vehicle numbers.
2014-01-24 13:00:37 -08:00
Axles dc8bb70dba Sauerland Fix
mission.sqf was not properly configured.
2014-01-24 12:28:19 -08:00
Skaronator 7190991b46 Remove isSinglePlayer Mode 2014-01-24 20:27:20 +01:00