Commit Graph

5772 Commits

Author SHA1 Message Date
vbawol cdb0399f19 Merge pull request #1618 from ebaydayz/patch-4
Fix trader menu expected array error
2015-02-05 10:14:37 -06:00
vbawol a664da7b3e Merge pull request #1611 from Mikeeeyy/patch-9
Update server_updateObject.sqf
2015-02-05 10:12:02 -06:00
vbawol 172b9e21c7 Merge pull request #1615 from ebaydayz/patch-2
Update CHANGE LOG 1.0.5.2.txt
2015-02-05 10:10:27 -06:00
vbawol 23791fc1d8 Merge pull request #1614 from ebaydayz/patch-1
Compact mission.sqm port from DayZ Mod 1.8.3
2015-02-05 10:09:59 -06:00
ebaydayz 5b2949c33d [FIXED] Trader menu expected array error
[FIXED] Trader menu expected array error #1618-1620 @ebaydayz
2015-02-04 14:16:50 -05: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
ebaydayz 13578d07ad Update CHANGE LOG 1.0.5.2.txt 2015-01-29 13:39:25 -05:00
ebaydayz fd2eaaaa56 Update mission.sqm 2015-01-29 13:19:45 -05:00
ebaydayz e3d57adbae Update mission.sqm 2015-01-29 13:19:21 -05:00
ebaydayz 720f50f443 Update mission.sqm 2015-01-29 13:18:54 -05:00
ebaydayz ed575c818b Update mission.sqm 2015-01-29 13:18:16 -05:00
ebaydayz dfb99cc867 Update mission.sqm 2015-01-29 13:17:40 -05:00
ebaydayz 737fd45f26 Update mission.sqm 2015-01-29 13:16:59 -05:00
ebaydayz a1ae300b92 Update mission.sqm 2015-01-29 13:16:30 -05:00
ebaydayz 909ca991cd Update mission.sqm 2015-01-29 13:16:01 -05:00
ebaydayz 5d0b141b60 Update mission.sqm 2015-01-29 13:15:30 -05:00
ebaydayz 9ac6611ceb Update mission.sqm 2015-01-29 13:14:31 -05:00
ebaydayz 362fa9bbed Update mission.sqm 2015-01-29 13:14:02 -05:00
ebaydayz d183859167 Update mission.sqm 2015-01-29 13:13:19 -05:00
ebaydayz b204a23af6 Update mission.sqm 2015-01-29 13:12:50 -05:00
ebaydayz 282348c189 Update mission.sqm 2015-01-29 13:12:19 -05:00
ebaydayz 479cd0354a Update mission.sqm 2015-01-29 13:11:42 -05:00
ebaydayz c13deff6aa Update mission.sqm 2015-01-29 13:10:58 -05:00
ebaydayz 3f04dbd243 Update mission.sqm 2015-01-29 13:10:25 -05:00
ebaydayz 4853b8db65 Update mission.sqm 2015-01-29 13:09:50 -05:00
ebaydayz 19a2e98d01 Update mission.sqm 2015-01-29 13:09:15 -05:00
ebaydayz 3683b72527 Update mission.sqm 2015-01-29 13:08:45 -05:00
ebaydayz 2df849403e Update mission.sqm 2015-01-29 13:08:01 -05:00
ebaydayz a69bae2126 Update mission.sqm 2015-01-29 13:07:34 -05:00
ebaydayz 009a6c1c25 Update mission.sqm 2015-01-29 13:06:36 -05:00
ebaydayz 32096ce3a8 Update mission.sqm 2015-01-29 13:05:46 -05:00
ebaydayz 260c22af71 Update mission.sqm 2015-01-29 13:05:17 -05:00
ebaydayz fc62f1076b Compact mission.sqm port from DayZ Mod 1.8.3 2015-01-29 13:03:21 -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 26f51ad9f9 Merge pull request #1609 from Namindu/patch-32
Update CHANGE LOG 1.0.5.2.txt
2015-01-18 16:26:04 -06:00
Namindu 8ccc1e723b Update CHANGE LOG 1.0.5.2.txt 2015-01-18 14:25:27 -08:00
vbawol 9f17fe3f18 Merge pull request #1608 from deadeye2/patch-4
Update CHANGE LOG 1.0.5.2.txt
2015-01-18 12:56:40 -06:00
deadeye2 e0294796bc Update CHANGE LOG 1.0.5.2.txt 2015-01-18 12:04:14 -05: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
vbawol dc772e7384 Merge pull request #1581 from Jamie-Booth/master
Add the _ to the Land and escape the character
2015-01-18 00:42:16 -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 010c164d22 Merge pull request #1589 from Markokil321/patch-5
Update HiveExt.ini
2015-01-18 00:36:17 -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