Commit Graph

2186 Commits

Author SHA1 Message Date
seb3sec
5850efb0c6 Fix for "Undefined base class" with FN FAL 2015-02-19 12:21:52 +01:00
Mikeeeyy
e24d2bad51 Update bandage.sqf 2015-02-18 23:07:07 +00:00
SplenectomY
192f255257 Add cough sound effects 2015-02-09 14:14:57 -05:00
SplenectomY
1dd9e0cb91 Update CfgSounds.hpp 2015-02-09 13:57:48 -05:00
SplenectomY
700ab86781 Update object_speak.sqf 2015-02-09 13:56:33 -05:00
SplenectomY
4c4b7133be Update object_speak.sqf 2015-02-09 11:21:08 -05:00
SplenectomY
9dc196d8bd Update CfgSounds.hpp 2015-02-09 11:17:28 -05:00
Mikeeeyy
9623809d5b Update player_gearSync.sqf 2015-02-08 05:46:42 +00:00
Mikeeeyy
acaaa29f39 Persistent Name Tag Setting
When changing skins you'd have to select whether or not you want to display your name again, this fixed that. Unless it was intentional ofc.
2015-02-08 00:38:06 +00:00
Mikeeeyy
9d3890cce5 Update zombie_agent.fsm 2015-02-08 00:28:53 +00:00
Mikeeeyy
ece508a8d2 Update zombie_agent.fsm 2015-02-08 00:26:55 +00:00
Mikeeeyy
75e674aeed Toggle Slow Zombies 2015-02-08 00:23:55 +00:00
Mikeeeyy
aa6dad1c42 Toggle Slow Zombies 2015-02-08 00:20:41 +00:00
vbawol
7fcb7ff657 Merge pull request #1610 from deannreid/patch-1
Fixed Black Screen on Loading
2015-02-06 09:31:05 -06:00
vbawol
1c87cac11a Merge pull request #1620 from ebaydayz/patch-6
Fix trader menu expected array error
2015-02-05 10:14:55 -06:00
vbawol
0efa8ea37b Merge pull request #1619 from ebaydayz/patch-5
Fix trader menu expected array error
2015-02-05 10:14:48 -06:00
vbawol
cdb0399f19 Merge pull request #1618 from ebaydayz/patch-4
Fix trader menu expected array error
2015-02-05 10:14:37 -06:00
ebaydayz
7151f6859f Fix trader menu expected array error
TraderItemList and TraderCatList should be initialized as arrays, not numbers. Fixes this error:
```
Error in expression < 0;
if (_index < 0) exitWith {};
while {count TraderItemList < 1} do { sleep 1; >
  Error position: <count TraderItemList < 1} do { sleep 1; >
  Error count: Type Number, expected Array,Config entry
File z\addons\dayz_code\compile\player_traderMenuHive.sqf, line 174
```
See: https://github.com/vbawol/DayZ-Epoch/issues/1616

Tested buying and selling to all the stary and base traders as well as the boat dealer with these changes. No more error or problems.
2015-02-04 14:13:08 -05:00
ebaydayz
3623b68112 Fix trader menu expected array error
TraderItemList and TraderCatList should be initialized as arrays, not numbers. Fixes this error:
```
Error in expression < 0;
if (_index < 0) exitWith {};
while {count TraderItemList < 1} do { sleep 1; >
  Error position: <count TraderItemList < 1} do { sleep 1; >
  Error count: Type Number, expected Array,Config entry
File z\addons\dayz_code\compile\player_traderMenuHive.sqf, line 174
```
See: https://github.com/vbawol/DayZ-Epoch/issues/1616

Tested buying and selling to all the stary and base traders as well as the boat dealer with these changes. No more error or problems.
2015-02-04 14:11:47 -05:00
ebaydayz
de4f50dad0 Fix trader menu expected array error
TraderItemList and TraderCatList should be initialized as arrays, not numbers. Fixes this error:
```
Error in expression < 0;
if (_index < 0) exitWith {};
while {count TraderItemList < 1} do { sleep 1; >
  Error position: <count TraderItemList < 1} do { sleep 1; >
  Error count: Type Number, expected Array,Config entry
File z\addons\dayz_code\compile\player_traderMenuHive.sqf, line 174
```
See: https://github.com/vbawol/DayZ-Epoch/issues/1616

Tested buying and selling to all Stary and Bash traders as well as the boat dealer with these changes. No more error or problems.
2015-02-04 14:09:16 -05:00
Mikeeeyy
5c88e790f4 Update server_updateObject.sqf 2015-01-21 20:15:10 +00:00
Dean Reid
547ba0018f Fixed Black Screen on Loading
which made users able to walk around but not see anything but DayZ Image
2015-01-21 14:23:02 +00:00
vbawol
ed0234139e Merge pull request #1457 from Namindu/patch-8
Added RedRyder BB Gun Ammo to Loot Table
2015-01-18 00:44:18 -06:00
vbawol
9c70f0f2d4 Merge pull request #1456 from Namindu/patch-7
Added RedRyder BB Gun to Loot Table
2015-01-18 00:44:11 -06:00
[VB]AWOL
b21afc8d0a red ryder model path changes 2015-01-18 00:45:00 -06:00
vbawol
196a8b2e94 Merge pull request #1600 from BangL/master
custom CfgVehicles? i dont think so
2015-01-18 00:37:17 -06:00
vbawol
32bcb8515b Merge pull request #1592 from raginruffalo/patch-1
Fixed a sound error and organized file more
2015-01-18 00:36:31 -06:00
vbawol
665de9d917 Merge pull request #1580 from deadeye2/patch-3
DZE_MissionLootTable fix
2015-01-18 00:35:02 -06:00
vbawol
4c62c1a55e Merge pull request #1582 from Geodar/master
Another batch of czech
2015-01-18 00:34:38 -06:00
vbawol
54f4cc5024 Merge pull request #1561 from ebaydayz/patch-1
Delete old group after changing clothes
2015-01-18 00:33:57 -06:00
vbawol
21098f9b73 Merge pull request #1556 from raginruffalo/patch-3
Should fix #1555
2015-01-18 00:33:10 -06:00
vbawol
211a74a645 Merge pull request #1540 from deadeye2/patch-2
Update player_drink.sqf
2015-01-18 00:32:38 -06:00
vbawol
a5e8aae13b Merge pull request #1539 from deadeye2/patch-1
undefined variable _itemtodrop     fixes #1535
2015-01-18 00:31:54 -06:00
Mikeeeyy
4ad1a72db2 Update server_updateObject.sqf 2015-01-18 04:28:04 +00:00
BangL
d0a1463425 custom CfgVehicles? i dont think so 2014-12-12 13:19:37 +01:00
Wargog
d8105936e5 Added RedRyder to loot 2014-11-25 09:08:13 -05:00
Wargog
92a14789ae Create $PBOPREFIX$ 2014-11-25 09:02:26 -05:00
Wargog
6af912a200 Fixed a sound error and organized file more 2014-11-25 09:00:13 -05:00
Skaronator.com
2f196bb146 Include FN_FAL_ANPVS4 #1587 2014-11-22 22:40:54 +01:00
Skaronator.com
aedaf4a558 Fix Typo 2014-11-22 22:40:18 +01:00
Skaronator.com
62b711ecd8 Fix typo 2014-11-09 18:00:33 +01:00
Geodar
666b0fd7b2 Another batch of Czech
Fix not showing Bought vehicles in Czech language
2014-11-06 13:40:12 +01:00
Geodar
348e102ef0 Another batch of czech for latest commits 2014-11-01 20:55:20 +01:00
Geodar
af8382a5e6 Czech for latest commits 2014-11-01 20:19:10 +01:00
deadeye2
7345f46fed DZE_MissionLootTable fix
Fixes a zombie loot error when using loot tables in mission file.
2014-10-22 10:20:42 -04:00
vbawol
b0ae579875 Update spawn_loot_small.sqf 2014-09-22 13:23:56 -05:00
ebaydayz
77d9951f23 Delete old group after changing clothes
The deleteGroup command requires the group to be local to the machine executing it:
https://community.bistudio.com/wiki/deleteGroup

When a player changes clothes a new group is created. The player is switched into a new unit in the new group, and then his old group is left empty. Because the old group is local to the player, it will not be deleted by server_cleanupGroups until he disconnects and it is transferred to the server. 

We should delete the old group immediately rather than wait for the player to disconnect. This will prevent the excessive accumulation of empty groups when players change clothes a lot. It will help with the seagull spawn issue which happens when there are more than 144 groups on side WEST:
https://community.bistudio.com/wiki/createGroup
2014-09-05 14:12:04 -04:00
Wargog
0c3173826e Done, pull please. 2014-09-03 09:40:36 -04:00
Wargog
1c2511bc55 Maybe? 2014-08-30 12:24:02 -04:00
Wargog
5a54f26c4d I didn't do that 2014-08-30 12:20:54 -04:00