mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update CfgServerTraders to match #1508
Updated the CfgServerTrader to match my changes in dynamic_vehicles & SQL changes.
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
[UPDATED] .hpp files updated in dayz_epoch_b CfgLootPos > CfgBuildingPos. @Uro1
|
[UPDATED] .hpp files updated in dayz_epoch_b CfgLootPos > CfgBuildingPos. @Uro1
|
||||||
[UPDATED] .bat files updated in Config-Examples @Raziel23x
|
[UPDATED] .bat files updated in Config-Examples @Raziel23x
|
||||||
[UPDATED] Updated all config.cfg in Config-Examples, Added Default Steam Ports and Updated Layout. @Namindu
|
[UPDATED] Updated all config.cfg in Config-Examples, Added Default Steam Ports and Updated Layout. @Namindu
|
||||||
[UPDATED] Epoch.sql & 1.0.5_Updates.sql with correct classnames for upgradable hilux1 & datsun1 versions. @Uro1
|
[UPDATED] Epoch.sql, 1.0.5_Updates.sql & CfgServerTraders with correct classnames for upgradable hilux1 & datsun1 versions. @Uro1
|
||||||
|
|
||||||
[INFO] (EXTREMELY IMPORTANT) Server owners MUST update their required build and beta to 125548
|
[INFO] (EXTREMELY IMPORTANT) Server owners MUST update their required build and beta to 125548
|
||||||
[INFO] Server admins should add requiredSecureId = 2; to their server.cfg to prevent uid spoofing.
|
[INFO] Server admins should add requiredSecureId = 2; to their server.cfg to prevent uid spoofing.
|
||||||
|
|||||||
@@ -1,30 +1,30 @@
|
|||||||
class Category_495 {
|
class Category_495 {
|
||||||
class hilux1_civil_3_open_EP1 {
|
class hilux1_civil_3_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_3_open {
|
class datsun1_civil_3_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class hilux1_civil_1_open {
|
class hilux1_civil_1_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_2_covered {
|
class datsun1_civil_2_covered_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_1_open {
|
class datsun1_civil_1_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class hilux1_civil_2_covered {
|
class hilux1_civil_2_covered_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
|
|||||||
@@ -1,30 +1,30 @@
|
|||||||
class Category_535 {
|
class Category_535 {
|
||||||
class hilux1_civil_3_open_EP1 {
|
class hilux1_civil_3_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_3_open {
|
class datsun1_civil_3_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class hilux1_civil_1_open {
|
class hilux1_civil_1_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_2_covered {
|
class datsun1_civil_2_covered_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_1_open {
|
class datsun1_civil_1_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class hilux1_civil_2_covered {
|
class hilux1_civil_2_covered_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
|
|||||||
@@ -1,62 +1,62 @@
|
|||||||
class Category_659 {
|
class Category_659 {
|
||||||
class hilux1_civil_3_open_EP1 {
|
class hilux1_civil_3_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_3_open {
|
class datsun1_civil_3_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class hilux1_civil_1_open {
|
class hilux1_civil_1_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_2_covered {
|
class datsun1_civil_2_covered_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_1_open {
|
class datsun1_civil_1_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class hilux1_civil_2_covered {
|
class hilux1_civil_2_covered_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class Category_590 {
|
class Category_590 {
|
||||||
class hilux1_civil_3_open_EP1 {
|
class hilux1_civil_3_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_3_open {
|
class datsun1_civil_3_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class hilux1_civil_1_open {
|
class hilux1_civil_1_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_2_covered {
|
class datsun1_civil_2_covered_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class datsun1_civil_1_open {
|
class datsun1_civil_1_open_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
};
|
};
|
||||||
class hilux1_civil_2_covered {
|
class hilux1_civil_2_covered_DZE {
|
||||||
type = "trade_any_vehicle";
|
type = "trade_any_vehicle";
|
||||||
buy[] = {8,"ItemGoldBar"};
|
buy[] = {8,"ItemGoldBar"};
|
||||||
sell[] = {4,"ItemGoldBar"};
|
sell[] = {4,"ItemGoldBar"};
|
||||||
|
|||||||
Reference in New Issue
Block a user