Commit Graph

136 Commits

Author SHA1 Message Date
icomrade ef1d323ef0 Should Fix Issue #1569
Varchar(512) was truncating certain vehicle hitpoints and preventing
vehicle loading. The HiveExt dll handles hitpoints as a string which has
a char limit far greater than 512,  so simply updating the column should
fix the issue.

Also update the ChracterID column for #1371 - new Hive dll will be
required
2016-05-16 13:32:22 -04:00
ebaydayz 3d4d6f6544 Add SQL query for Precise Base Building 1.0.5
You only need to run this if v1.0.4 was installed on your server
2016-05-07 13:24:27 -04:00
ebaydayz 6bee7a17f0 Change R3F weight overburden to break legs
Also BAF_L110A1_Aim_DZE wasn't in 1051, so no need to swap it in DB.
2016-04-23 19:51:56 -04:00
ebaydayz 110befba7f Swap bloodbags in traders and loot for classic system 2016-04-15 16:11:17 -04:00
ebaydayz 03b8c38c6a Add new items to config traders
Duplicate categories are now marked instead of being listed multiple
times. This makes the configs far easier to maintain. Admins can still
expand each individual category for further customization.
2016-04-06 13:05:35 -04:00
ebaydayz eda82156be Move CfgServerTrader to dayz_code\configs folder
Also moved the dayz_epoch_b stringtable into a dayz_epoch package in the
dayz_code stringtable.

This makes it easier to maintain and search for code strings. Epoch_b
only holds extra models and textures now.
2016-04-04 13:10:01 -04:00
ebaydayz 37277613c1 Fix blank remove attachment text M4, M240, L110
Some attachments were using incorrect string names.
2016-04-03 20:16:34 -04:00
ebaydayz e69364991c New config variable dayz_toolBreaking
Tool breaking is disabled by default.

Also made all scripts use Epoch sledge, which is a different model from
vanilla sledge.

PK_DZ was a duplicate of the new PKM_DZ.
2016-04-03 16:34:14 -04:00
ebaydayz 0088b27708 Update weapon classnames 2016-03-31 22:45:59 -04:00
ebaydayz 8de50c4619 New variable for match stick counting 2016-03-31 16:23:09 -04:00
ebaydayz d926a81038 Remove Hatchet_DZE
The two items are 100% identical now. There is no need to have a
separate class for it anymore.
2016-03-31 15:44:23 -04:00
ebaydayz 6f5591c6f8 Update more ammo names
See:
https://github.com/DayZMod/DayZ/commit/634214570c2a6c3efe53e2b09bf01250fcc3d2e2

@icomrade - IMO we should use the new blood type system and take out the
config variable. It is not something that can be easily switched between
because it requires manually changing the loot tables and traders which
adds some big files to the mission. Some admins will get confused when
they change the config variable and it doesn't change the loot spawns or
traders.

Admins can make bloodBagONEG abundant on their server if they
don't like it. I think most people will want to use it since it is a
nice extra realism feature and consistent with 1.8.7. We can still leave
the ItemBloodbag class defined in cfgMagazines so admins can go back to
using it if they wish. 1.8.7 even took out the class completely.
2016-03-11 15:15:04 -05:00
ebaydayz 01529e51bc Update shotgun ammo names
See:
https://github.com/DayZMod/DayZ/commit/634214570c2a6c3efe53e2b09bf01250fcc3d2e2
2016-03-11 14:10:45 -05:00
ebaydayz 09b656abc3 Use 1.8.7 fishing
The fishing models, pictures, etc. in 1.8.7 are identical to the ones in
dayz_epoch, so we should use them instead of having duplicate classes.
2016-03-10 22:30:19 -05:00
ebaydayz 6a2b135ac9 Add 1.0.6 SQL updates 2016-03-10 16:44:28 -05:00
Jamie Booth 6902efa63a Add the _ to the Land and escape the character
LandRover vehicles are being ignored with this script.  If you escape the '_' with '\' it will only look for the '_' character used with all build able land objects.  Currently LandRover vehicles will not be unlocked or deleted, as they are ignored with the current 'Land%' match.
2014-10-30 17:33:26 +11:00
Marko 03e0087f54 Update add_recommended_mysql_events.sql
Added 2 objects which were forgotten to this array. Would result in CharacterID 0 being set for these objects, which is not the point.
2014-10-13 01:16:35 +02:00
Uro1 7dd6aac669 Typo 2014-08-08 21:26:27 +01:00
Uro1 2573bd184c Server & Traders spawning non-upgradable vehicles
Server and Traders spawning non-upgradable hilux1 & datsun1 variants
2014-08-08 21:18:48 +01:00
vbawol 327e7677e7 Update 1.0.5_Updates.sql 2014-07-25 13:07:01 -05:00
Scott 3369d064e1 Update 1.0.5_Updates.sql
Corrected ClassName for CH53_DZE and BAF_Merlin_DZE.
2014-07-25 01:02:59 -05:00
f3cuk 26b296b9b9 Update 1.0.5_Updates.sql 2014-07-16 04:11:01 +02:00
f3cuk ef43ee707c Update 1.0.5_Updates.sql
Should prevent the "[Error] Skipping ObjectID XX load because of invalid data in db" messages in trace output for the BAF_Merlin_HC3_D (and possibly others)
2014-07-11 17:01:08 +02:00
[VB]AWOL 5ad78ec051 fixed typos added IGNORE 2014-06-01 02:25:21 -05:00
[VB]AWOL 1948965489 CH53_DZE instead of USEC_CH53_DZE... 2014-06-01 01:23:15 -05:00
[VB]AWOL de146327fe update versions to 1.0.5 2014-05-07 12:22:47 -05:00
[VB]AWOL aa5d510ccf merge pull request #1247 2014-05-07 12:17:41 -05:00
[VB]AWOL 6193106f7f normalize trader stock on update.sql 2014-05-07 08:39:12 -05:00
Josh 4e60c8b086 Fixed my blunder from before, will upload configs too 2014-05-01 21:53:07 -04:00
Josh 5029315b78 Update 1.0.5_Updates.sql 2014-04-29 14:13:00 -04:00
Josh d3053dcd4c Update 1.0.5_Updates.sql 2014-04-29 14:08:34 -04:00
Josh 4a2b2c72f0 Updated SQL to include USEC CH53 at Traders 2014-04-29 13:49:53 -04:00
jostster 7f23f1c4f2 Update epoch.sql
L85A2_Holo had the buy gold set at 9 10oz bars but sold for 6 gold bars. Changed them to fit the other weapon price range.
2014-03-17 09:47:46 -07:00
Florian Kinder 1e578fff9b Added C130J_US_EP1_DZ
fixes  #1131
2014-02-16 16:46:20 +01:00
Florian Kinder 45834527c4 Added SQL Update 1.0.5
fixes #1129
2014-02-15 14:53:57 +01:00
[VB]AWOL 7509fdff86 remove update sql as all that should be used is epoch.sql to update traders 2014-02-12 14:00:20 -06:00
[VB]AWOL 6cca4f3dde same as last 2014-02-07 21:42:56 -06:00
[VB]AWOL 7dcd5c16c8 fixed typo in Napf Sauerland and panthera server_traders.sqf 2014-02-07 18:18:38 -06:00
[VB]AWOL de6bf86e63 fix sql again? 2014-02-07 08:33:39 -06:00
vbawol 3e72ef5091 Merge pull request #1079 from Fank/patch-2
Syntax fix
2014-02-06 08:33:35 -06:00
vbawol a625738ce9 Update 1.0.4.1_Updates.sql 2014-02-06 00:28:45 -06:00
Florian Kinder d71e080ce4 Syntax fix
thats the reason why the helis where not added :P
2014-02-05 22:10:16 +01:00
vbawol 13d543007e Update epoch.sql 2014-02-05 14:55:15 -06:00
vbawol 7190555d93 Update epoch.sql 2014-02-05 11:55:00 -06:00
[VB]AWOL 5674415bed latest trader_data for 1.0.4.1 2014-02-05 11:50:21 -06:00
[VB]AWOL 18f158b559 TrashJackDaniels for ItemTinBar instead 2014-02-05 10:06:30 -06:00
vbawol 24b6b5c3f0 Update 1.0.4.1_Updates.sql 2014-02-04 16:36:25 -06:00
Florian Kinder bdf398afaa Updated Quantity & fixed TraderId 2014-02-02 20:04:05 +01:00
Florian Kinder 9b7d8a62b9 Added Seahawk (MH-60S) 2014-02-02 20:02:42 +01:00
vbawol b675bbfeea Update 1.0.4.1_Updates.sql 2014-02-02 12:44:10 -06:00