Commit Graph

5618 Commits

Author SHA1 Message Date
A Man
f24921ab1e Updating server_updateObject 2019-10-31 20:41:15 +01:00
oiad
9105a69b8f Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch 2019-10-31 08:20:56 +13:00
oiad
0617a77e1a Fix Advanced Trading lag exploit
Every button action that processes money/vehicles in some way should do
closeDialog before actions are called, currently it's possible to game
the system using a net limiter.

Thanks to Merlijn for the fix
2019-10-31 08:20:44 +13:00
A Man
0c20805524 Move low blood check to scheduler
The old low blood check runs every frame until server restart. Having it in the scheduler does almost the same with much less performance impact.
2019-10-30 20:12:31 +01:00
A Man
4828c087ce Adding more lazy evaluation for fn_selfactions 2019-10-30 20:08:57 +01:00
A Man
ad541b03b0 Adding more lazy evaluation for damage_actions 2019-10-30 20:08:08 +01:00
oiad
f6e8eca54b Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch 2019-10-30 22:17:29 +13:00
oiad
12f9e16407 Show distance/limit in failed distance verification check 2019-10-30 22:17:18 +13:00
A Man
276615a8f1 Fuel container can be emptied now 2019-10-30 10:03:16 +01:00
A Man
d233346563 Updating strings for AK74, RPK74, MG36 magazines
This fixes the error message of duplicated stringtable entry from a commit before.
2019-10-30 10:01:14 +01:00
A Man
f1d50386df Adding support for backpack descriptions 2019-10-29 16:43:11 +01:00
A Man
915cf72df3 Adding dayz mod waterbottles
This commit adds the waterbottles from DayZ Mod. The icons were made by @DeVloek. The waterbottles are fully functional with all actions. To boil a plastic waterbottle you need an empty trash can.

Dogs could not be watered with other waterbottle than the ItemWaterbottle itself. This is fixed now. Also fix missing reset action from hide body.
2019-10-29 15:23:30 +01:00
A Man
cedd22dee3 Rename changelog to new version 2019-10-29 14:45:36 +01:00
A Man
63dfe8a802 Adding back break chance for wheels on salvaging
In Epoch 1.0.5.1 wheels could break on salvaging. This was unintentionally removed with Epoch 1.0.6. Thx @Seelenapperat
2019-10-27 18:46:02 +01:00
A Man
f7ea9cb3d7 Fix disappearing weapons from backpack
The normal intention to have a bag with this small size is, that not a weapon can be carried. Having 5 slots or more in a backpack is normally the signal that at least a secondary weapon can be carried inside this backpack. If a weapon will be put inside a bag without any free weapon slot, the weapon just disappears. To have a better and more intuitive playstyle every backpack with more as 5 slots should be able to carry at least 1 weapon.
2019-10-24 08:27:33 +02:00
A Man
1268f55f32 Fix floating loot after remove, pack or output from fn_dropItem 2019-10-23 12:46:08 +02:00
A Man
a09bb81a7a Fix in ground spawn pickaxe and broken pickaxe
The pickaxe and the broken pickaxe spawned headlong in the ground. It was the same for the crowbar. We need to add an extra weaponholder for this tools for a proper spawn.
2019-10-23 10:50:01 +02:00
A Man
82485ea0c6 Adding AK-107 to attachment system, loot, trader
This adds 6 AK-107 versions to the dayz attachment system. There is no SD version at the moment.

The RPK-74 magazine could only be used with the AK-74 SD. This was unintentional. All AK-74 versions support the RPK-74 magazine now.

The RPK-74 and the AK-74 magazine description needed a few adjustments.
2019-10-23 09:25:20 +02:00
A Man
ba8ff32cd7 Localize player_craftItem near check 2019-10-20 20:18:41 +02:00
A Man
8f10a36b99 Fix snap point for half cinder wall 2019-10-20 18:30:29 +02:00
A Man
e884a17552 Update README.md 2019-10-20 07:37:22 +02:00
A Man
c0e9fe62e1 Make Hide Body customizable
Do not use hideBody as command without the action. It just hides the body but it still can be geared. If using hideBody in correlation with deleteVehicle it breaks the allDead command.

player action ["hideBody", body] deletes the body and the marker from the map but it stays inside allDead.

This fixes the issue that hided players were still shown on the map and still searched for their body.

Needs additional testing for a new release.
2019-10-20 07:26:51 +02:00
A Man
cc85067f1f Change M32 grenades inventory slots
All M32 grenades still used more as one inventory slot.
2019-10-19 17:56:41 +02:00
A Man
719b620613 Fix german localization for gutting an animal 2019-10-19 15:32:11 +02:00
A Man
d4b46e4287 Fixing arrow crafting 2019-10-19 15:11:57 +02:00
A Man
47eb85f657 Remove bronze bar from configs
The bronze bar has no model under the wirtten path but it can be spawned in.
2019-10-19 07:44:45 +02:00
F507DMT
baf92ebf29 Update server_playerSync.sqf (#2038)
* Update server_playerSync.sqf

fix dupe and save inventory bag, if object position in sea

* Update server_playerSync.sqf
2019-09-16 11:40:38 +12:00
F507DMT
a052ba767b Update server_onPlayerDisconnect.sqf (#2039)
* Update server_onPlayerDisconnect.sqf

fix dupe and save inventory bag, if object position in sea

* Update server_onPlayerDisconnect.sqf
2019-09-16 11:39:56 +12:00
A Man
096fc13150 Adding backpack support for zombies (#2033)
* Adding backpack support for zombies

* Adding backpack support for zombies

* Update CHANGE LOG 1.0.6.3.txt

* Fix jumping vehicles after fliping

* Update CHANGE LOG 1.0.6.3.txt
2019-09-16 11:38:38 +12:00
F507DMT
c24504ac6b fix Offroad_DSHKM_Gue_DZE1 upgrade (#2036)
fix Offroad_DSHKM_Gue_DZE1 upgrade
2019-03-11 22:52:29 +13:00
F507DMT
a430f79842 fix ArmoredSUV_PMC_DZE2 upgrade (#2037)
fix ArmoredSUV_PMC_DZE2 upgrade
2019-03-11 22:50:54 +13:00
F507DMT
ac884f2e18 fix Pickup_PK_GUE_DZE1 upgrade (#2035)
fix Pickup_PK_GUE_DZE1 upgrade
2019-03-11 22:49:26 +13:00
F507DMT
b798abf7fb Update player_switchModel.sqf (#2031)
delete all items, if used custom skins
2019-03-11 22:47:07 +13:00
F507DMT
ca7a77e2ad Update player_switchWeapon.sqf (#2032)
* Update player_switchWeapon.sqf

It is forbidden to change weapons, when player swimming.

* Update player_switchWeapon.sqf
2019-03-11 22:44:33 +13:00
vbawol
fcae42a7f8 Update CHANGE LOG 1.0.4.2.txt 2019-03-01 07:19:15 -06:00
vbawol
cc67bf42d1 Update credits.txt 2019-03-01 07:18:30 -06:00
vbawol
590b997050 Update README.md 2019-03-01 07:17:38 -06: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
oiad
ac41428404 Change ComboLockUI to check if selected door is null
This then matches the safe/lockbox gui check which means modders can use
the GUI screens for setting /retreiving codes (as per my codeChange
script):

https://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_code/Configs/RscDisplay/safegui.hpp#L306

https://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_code/Configs/RscDisplay/safegui.hpp#L654

Also removed the check for the safeKeyPad since it's done further along
in `player_unlockVault` and also matches the lockbox ui.

Thanks to @AirwavesMan for reporting
2019-01-28 23:35:44 +13:00
ebayShopper
73118c249b Fix error in 634a01a #2029
Vanilla commit: https://github.com/DayZMod/DayZ/commit/42368d7
2019-01-26 11:28:10 -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
ebayShopper
ebc952e94d Update add_recommended_mysql_events.sql
required declaration for functions in MySQL server 8.0+
2019-01-20 12:24:27 -05:00
vbawol
3c4c927dae Merge pull request #2028 from F507DMT/patch-8
Update player_countMagazinesWBackpack.sqf
2019-01-14 12:32:53 -08:00
F507DMT
967abbdcd9 Update player_countMagazinesWBackpack.sqf
There may be too long pauses with low FPS.
2019-01-15 01:58:39 +06:00
vbawol
bcf54dd1a5 Merge pull request #2027 from F507DMT/patch-7
Update private tags
2019-01-07 09:24:29 -06:00
F507DMT
b4e5a38db5 Update private tags 2019-01-07 21:23:08 +06:00
oiad
0391fef4ff Update private tags
This was breaking scripts that use a variable called `_chance`

_chance = 30;
[player,"repair",0,false,50] call dayz_zombieSpeak;

_chance would get changed to 0
2019-01-05 11:12:29 +13:00
oiad
387f77b9da Update private tags 2019-01-05 09:32:12 +13:00
vbawol
44229f35e3 Merge pull request #2026 from F507DMT/patch-6
Update player_countMagazines.sqf
2019-01-04 07:24:38 -06:00
F507DMT
3dc7db7a7a Update player_countMagazines.sqf
Variables("_item","_val","_max") get lost in other scripts, causing errors.
2019-01-04 18:49:20 +06:00