Commit Graph

1202 Commits

Author SHA1 Message Date
worldwidesorrow
15dabfe237 Rename SQF/dayz_code/medical/publicEH/medinject.sqf to Server Files/Archive/dayz_code/medical/publicEH/medinject.sqf 2019-12-11 19:00:19 -06:00
worldwidesorrow
7b640ba50b Rename SQF/dayz_code/medical/publicEH/load_wounded.sqf to Server Files/Archive/dayz_code/medical/publicEH/load_wounded.sqf 2019-12-11 18:59:06 -06:00
worldwidesorrow
6fded92592 Rename SQF/dayz_code/medical/publicEH/lieStill.sqf to Server Files/Archive/dayz_code/medical/publicEH/lieStill.sqf 2019-12-11 18:58:04 -06:00
worldwidesorrow
44154ef297 Rename SQF/dayz_code/medical/publicEH/deadState.sqf to Server Files/Archive/dayz_code/medical/publicEH/deadState.sqf 2019-12-11 18:57:13 -06:00
worldwidesorrow
30af3c1c31 Rename SQF/dayz_code/medical/publicEH/carriedUp.sqf to Server Files/Archive/dayz_code/medical/publicEH/carriedUp.sqf 2019-12-11 18:56:19 -06:00
worldwidesorrow
55880a67d9 Rename SQF/dayz_code/medical/publicEH/animHealed.sqf to Server Files/Archive/dayz_code/medical/publicEH/animHealed.sqf 2019-12-11 18:54:58 -06:00
worldwidesorrow
57d1243c0d Rename SQF/dayz_code/medical/publicEH/allowDamage.sqf to Server Files/Archive/dayz_code/medical/publicEH/allowDamage.sqf 2019-12-11 18:52:39 -06:00
A Man
92700e8a2e Update trader files
This commit re-build the complete traders and almost all the files related with them. It is much easier for new server admins to handle a map change with traders and safe zones now.

- Fixing many wrong set markers.
- Fixing wrong trader agent positions.
- The trader configs got re-build.
- All trader categories have a localization now. I've noticed too late that we already have a CL for the categories so I've merged them into epoch.
- Fixing dupable objects in the spawned trader cities.
- Adding missing sensors for all traders.
- Removing many duplicated trader categories inside the trader files.
- Adding Safe Zone support for all traders excluded Wholersalers, Boat Traders and Dock Traders.
- Removing Mello trader on Panthera due to many trader cites.
- Namalsk and Lingor traders got completely re-build. Thx @devlok for building the trader cities.
- Sauerland has a Boat Trader now.
- Removing wrong markers from Ovaron.
- Ruegen and Ovaron have no traders so far. We will probaly add them later.
2019-12-04 17:52:31 +01:00
worldwidesorrow
94792b0623 Rename SQF/dayz_server/system/server_cleanup.sqf to Server Files/Archive/dayz_server/system/server_cleanup.sqf
These operations were moved to the scheduler during the 1.0.6 update. The line to compile this function is commented out in server_functions.sqf
2019-11-26 09:35:53 -06:00
worldwidesorrow
07e179c5a8 Rename SQF/dayz_server/system/s_fps.sqf to Server Files/Archive/dayz_server/system/s_fps.sqf
This function has been moved to the scheduler.
2019-11-26 09:31:40 -06:00
worldwidesorrow
ca507b2647 Rename SQF/dayz_server/compile/server_spawnInfectedCamps.sqf to Server Files/Archive/dayz_server/compile/server_spawnInfectedCamps.sqf
Archive Vanilla event file.
2019-11-26 09:26:58 -06:00
worldwidesorrow
eccb44ceef Rename SQF/dayz_server/compile/server_spawnCrashSites.sqf to Server Files/Archive/dayz_server/compile/server_spawnCrashSites.sqf
Archive Vanilla event file.
2019-11-26 09:25:47 -06:00
worldwidesorrow
c50f4a0686 Rename SQF/dayz_server/compile/server_spawnCarePackages.sqf to Server Files/Archive/dayz_server/compile/server_spawnCarePackages.sqf
Archive Vanilla event file.
2019-11-26 09:23:58 -06:00
worldwidesorrow
c0f798faba Remove unnecessary variable 2019-11-26 09:07:10 -06:00
worldwidesorrow
37a7b8a556 Remove unnecessary variable 2019-11-26 09:06:44 -06:00
worldwidesorrow
c6a69b8320 Remove unnecessary variable 2019-11-26 09:06:14 -06:00
worldwidesorrow
5ac246a73b Remove unnecessary variable 2019-11-26 09:05:46 -06:00
worldwidesorrow
6180f02d9e Remove unnecessary variable 2019-11-26 09:05:16 -06:00
worldwidesorrow
bd8a739df7 Remove unnecessary variable 2019-11-26 09:04:53 -06:00
worldwidesorrow
36603a90fc Remove unnecessary variable 2019-11-26 09:04:28 -06:00
worldwidesorrow
e4c64613bd Remove unnecessary variable 2019-11-26 09:04:01 -06:00
worldwidesorrow
619bfec3b8 Remove unnecessary variable 2019-11-26 09:03:35 -06:00
worldwidesorrow
b6b25c63a5 Remove unnecessary variable 2019-11-26 09:03:11 -06:00
worldwidesorrow
13bfe36538 Remove unnecessary variable 2019-11-26 09:02:40 -06:00
worldwidesorrow
585f7879f3 Remove unnecessary variable 2019-11-26 09:02:17 -06:00
worldwidesorrow
73ce162428 Remove unnecessary variable 2019-11-26 09:01:52 -06:00
worldwidesorrow
b32f32339c Remove unnecessary variable 2019-11-26 09:01:20 -06:00
worldwidesorrow
ae1260836b Remove unnecessary variable 2019-11-26 09:00:53 -06:00
worldwidesorrow
f4d8e5934f Remove unnecessary variable 2019-11-26 09:00:10 -06:00
worldwidesorrow
5245fc2035 Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:27:24 -06:00
worldwidesorrow
fde6da3f90 Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:26:13 -06:00
worldwidesorrow
45902e21af Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:24:28 -06:00
worldwidesorrow
9477814c9b Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:22:59 -06:00
worldwidesorrow
99deaaf211 Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:22:03 -06:00
worldwidesorrow
eb9ca71e54 Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:21:17 -06:00
worldwidesorrow
61ca020708 Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:20:17 -06:00
worldwidesorrow
1a7b1cd77c Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:18:56 -06:00
worldwidesorrow
cd8e5c16bf Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:17:48 -06:00
worldwidesorrow
5759dbab53 Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:16:49 -06:00
worldwidesorrow
aff75d7a92 Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:16:07 -06:00
worldwidesorrow
c2bcfffa6c Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:15:18 -06:00
worldwidesorrow
8734ccecd3 Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:14:27 -06:00
worldwidesorrow
f586b0257c Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:13:27 -06:00
worldwidesorrow
6f2faa661c Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:12:10 -06:00
worldwidesorrow
7bc06e3749 Enable events and add new array.
Note that setting minutes to -1 will run the event one time at server start. Events with minutes set to numbers from 0-60 will run every hour.
2019-11-25 09:10:21 -06:00
A Man
786eae2956 Move trader category call to client only
Server does not need the trader categories any longer. Also clean up the server_traders.sqf file. This file is redundant. If server admins want to change the trader categories, they just have to edit the path and add the file to the mission.
2019-11-16 19:28:57 +01:00
A Man
49378f62b3 Remove DB traders 2019-11-16 19:06:32 +01:00
A Man
6699d8d746 Move no longer used maps to archive.
All files in the archive will no be updated. Ive added a copy of the current trader files too, so the old traders and trader cities can still be used with the current trader files.

Give me a hint if you think some of the files should be moved back.
2019-11-09 14:49:40 +01:00
ebayShopper
bad2b9a285 Update scripts.txt
for A2OA\Common\Ca\data\scripts\onplayerkilled.sqf

Vanilla commit:
https://github.com/DayZMod/Battleye-Filters/commit/4f9f7e9
2019-02-03 13:25:17 -05:00
ebayShopper
156d2d043d Update publicvariableval.txt
vanilla commit:
https://github.com/DayZMod/Battleye-Filters/commit/8c43660
2019-01-20 14:16:11 -05:00