Commit Graph

880 Commits

Author SHA1 Message Date
A Man a3a4cf9003 Add G3A3 with attachment support
Thx to SyNcRoNiCzZ for this wonderful addon
2021-08-20 13:12:27 +02:00
A Man 9852778ba9 Fix weapon dupe with server_playerSync
This reverts all the last changes to server_playerSync and creates a new global variable for dayz_onBack. This should be the best way to save the gear correct and still get dayz_onBack if the player leaves the server. This change removes the constant sending of the whole player inventory over the network from force or regluar_save. It should no longer be needed since the server does the counting now.
2021-08-19 16:46:06 +02:00
A Man 30f15326c2 Add toggleable Virtual Garage by salival
This also adds heli pads to the wholesaler if the virutal garage is activated.
2021-08-18 23:43:21 +02:00
A Man e6eb94197d Add toggleable vehicle key changer by salival 2021-08-18 21:30:48 +02:00
A Man 8c463674b7 Add StaticWeapon check on hive start 2021-08-18 18:59:17 +02:00
A Man be7898aac1 Add toggleable Bury and Butcher Bodies by salival
This also re-arranges the configVariables.sqf and loads the variables for both (server and client) first. This allows to check for certain variables like Z_SingleCurrency and stops the loading of all other Z_SingleCurrency variables even when Z_SingleCurrency was not on.
2021-08-18 18:38:03 +02:00
A Man fa75563ae1 Make ZSC vars getting only checked if Z_SingleCurrency = true 2021-08-18 17:29:12 +02:00
worldwidesorrow 05118343fc Integrate NS Bloodsuckers
Add and update files for bloodsucker spawning option.
2021-08-18 09:47:25 -05:00
A Man cc005a973a Add toggleable Safe Zone Relocate by salival 2021-08-18 11:01:29 +02:00
worldwidesorrow d60854c586 Update sched_event.sqf
Optimizations.
2021-05-31 13:09:51 -05:00
A Man c245e6d3c6 Fix missing comma
Thx @TheFirstNoob
2021-05-24 20:08:19 +02:00
A Man dd78b3cee4 Fix safe packing 2021-05-16 22:00:03 +02:00
A Man fd2214c7a4 Fix storage coins bug 2021-05-14 16:00:36 +02:00
AirwavesMan e35cccfcbc Fix setdir and setVectorDirAndUp problem
Server admins should apply this fix at least for all their server files asap.
2021-05-01 16:06:15 +02:00
AirwavesMan a4ce61ea4b Add null check to stop rpt spam
Thx to mmrsz
2021-04-10 17:18:53 +02:00
AirwavesMan 0ee3f345b5 Fix damage on vehicles
Thx to mmrsz for letting me know
2021-04-06 15:49:11 +02:00
AirwavesMan 34143e05b6 Fix damage handle on upgraded vehicles
Thx to mmrsz for letting me know
2021-04-06 12:42:54 +02:00
AirwavesMan b850087821 Fix vehicle damage
Thx to mmrsz for the report
2021-04-04 13:19:05 +02:00
AirwavesMan 1d5745e5a0 Add damagehandler for ore veins so they break faster 2021-03-17 09:54:22 +01:00
AirwavesMan 4f5d1dc18c Update dayz_onback again 2021-03-12 14:59:24 +01:00
AirwavesMan 979751d302 Update PVDZ_plr_Save to prevent dayz_onBack dupe
Thx to mmrsz from discord.

PVDZ_plr_Save sends the current weapons from the player too now. This is needed to prevent the dayz_onBack dupe if the server has low fps.
2021-03-08 15:07:13 +01:00
AirwavesMan c316d209a7 Add submarine
Thx @Helion4 for the model
2021-03-08 15:00:51 +01:00
AirwavesMan d55269c1e2 Switch back to foreach for server monitor 2021-03-01 14:14:15 +01:00
AirwavesMan 63a3535f37 Switch often called functions from private to local 2021-01-14 09:24:06 +01:00
AirwavesMan 3fb87c4da5 Re-arrange server_changeCode 2020-12-27 13:19:46 +01:00
AirwavesMan 585a3d1f36 Update server_swapObject.sqf 2020-12-27 13:18:44 +01:00
AirwavesMan 8c729300e4 Update server_publishVehicle3.sqf 2020-12-27 13:18:34 +01:00
AirwavesMan ecfa1b7efa Update server_handleSafeGear.sqf 2020-12-27 13:18:27 +01:00
AirwavesMan 021f22bf0e Add a tall safe
This safe is the biggest version in-game. The safe is not in by default. It is up to the server admins to use it.

Model made by @Helion4
2020-12-05 14:52:15 +01:00
AirwavesMan af8b18ce6a Update server_updateObject.sqf 2020-11-21 10:27:26 +01:00
AirwavesMan 187326be13 Move functions from compiles to server_functions 2020-11-21 10:19:49 +01:00
AirwavesMan d1ae3f1d00 Update server_updateObject from private to local 2020-11-21 10:18:37 +01:00
AirwavesMan e2c88a4ec7 Group server side evenHandlers directly on server
All server eventhandlers are group together now.

dayz_server\eventHandlers\server_eventhandler.sqf
2020-11-19 15:13:09 +01:00
AirwavesMan 86d52c907d Hide body changes
Remove the PVCDZ_obj_HideBody eventhandler. Players next to a hided animal see the hiding process too and after 10s the body will be deleted anyways. So there is no need to send a publicVariableServer first then back to all near clients if the body gets deleted within 10s.
Also updates the normal hide body. The hided player model gets deleted by the server now.
2020-11-19 15:10:10 +01:00
AirwavesMan 72650aa7ca Update server_tradeObject.sqf
- Remove publicVariableClient "dayzTradeResult" this is no longer needed.
- Add a dupe check made by @oiad
- Switch from private to local which suits better in Arma 2.
2020-11-17 15:33:33 +01:00
AirwavesMan 1697af9714 Fix weapon on back dupe 2020-11-15 17:49:33 +01:00
AirwavesMan ae52a0e5e8 Fix wrong vehicle update if the player disconnects 2020-11-15 15:43:02 +01:00
AirwavesMan ea8f3a456f Add new vehicles to dynamic_vehicle 2020-11-15 13:10:41 +01:00
AirwavesMan e1d802ae12 Update to the correct banker model 2020-11-15 09:56:48 +01:00
AirwavesMan 9684a5d633 Update server_swapObject.sqf 2020-10-07 13:23:00 +02:00
AirwavesMan 98c4f3dcb9 Add objectUID and objectID to logging 2020-09-28 13:41:37 +02:00
AirwavesMan 4aad93fef5 Add correct direction on player spawn
The sending of the direction was missing in 1.0.6. Now we have it back.
2020-09-28 11:39:07 +02:00
AirwavesMan a3dbabe6c6 Update server_playerSetup.sqf 2020-09-23 13:34:20 +02:00
AirwavesMan eaead47944 Update Loot_Spawn function call 2020-09-18 20:13:44 +02:00
AirwavesMan 22d36a9392 Fix wrong trader skin 2020-09-14 23:54:33 +02:00
AirwavesMan 95d528b82a Fix vehicle damage on upgrade
The vehicle damage and the fuel got not saved on upgrade. This results in a complete repaired vehicle after the upgrade.
2020-09-12 19:20:08 +02:00
AirwavesMan 673c705aeb Add upgradable safes and lockboxes
- Safes and lockboxes can be upgraded now.
- A winter lockbox version was added too. The current model and icon will be replaced later for the new lockbox.
- Calling Child 308 on the DB has no room for storing coins, this is why we need to update coins and gear after swaping the object. Same for upgrade vehicle
2020-09-12 01:18:57 +02:00
AirwavesMan 5180223c22 Add dayz_authKey for safes and lockboxes
Safes and Lockboxes got updated and need dayz_authKey now. Also improved the logging of codes and who has used which codes in the logs for server admins.
2020-09-08 20:29:23 +02:00
AirwavesMan ecba701857 Add grid position to log 2020-09-08 16:35:33 +02:00
worldwidesorrow 9647e92cf6 Update Banker NPC locations for Namalsk
The traders have been redone for 1.0.7 so the banker locations have changed.
2020-08-13 00:28:24 -05:00