1.0.1 RC2

+ [CHANGED] Personal safe model, texture, and icon reworked.
+ [FIXED] Fixed issue with being unable to bloodbag.
+ [FIXED] Potential fix for storage buildings disappearing.
+ [UPDATED] traders updated to have more items.
+ [FIXED] Weights updated for new items added on each mission template.
This commit is contained in:
vbawol
2013-05-25 14:25:48 -05:00
parent d8bfe59cb7
commit 2fa0118fc6
52 changed files with 4990 additions and 1554 deletions

View File

@@ -1,5 +1,6 @@
// DayZ Epoch TRADERS for 6 & 7
serverTraders = ["RU_Worker1","Dr_Annie_Baker_EP1","CIV_EuroWoman01_EP1","ibr_lingorman2s","Worker2","TK_CIV_Woman03_EP1","ibr_lingorman3s","ibr_lingorman5s","ibr_lingorman4s","ibr_lingorman2","Citizen2_EP1","Worker1","RU_Madam3","Pilot","CIV_EuroMan02_EP1","CIV_EuroMan01_EP1","ibr_lingorman7s","Damsel3","Rocker4","Worker4","ibr_lingorman7","ibr_lingorman5","Citizen3_EP1","ibr_lingorman6","ibr_lingorman6s","TK_CIV_Woman02_EP1","Pilot_EP1","TK_CIV_Worker01_EP1","RU_Doctor","CIV_Contractor1_BAF"];
// DayZ Epoch TRADERS for 6
serverTraders = ["RU_Worker1","Dr_Annie_Baker_EP1","CIV_EuroWoman01_EP1","ibr_lingorman2s","Worker2","TK_CIV_Woman03_EP1","ibr_lingorman3s","ibr_lingorman5s","ibr_lingorman4s","ibr_lingorman2","Citizen2_EP1","Worker1","RU_Madam3","Pilot","CIV_EuroMan02_EP1","CIV_EuroMan01_EP1","ibr_lingorman7s","Damsel3","Rocker4","Worker4","ibr_lingorman7","ibr_lingorman5","Citizen3_EP1","ibr_lingorman6","ibr_lingorman6s","TK_CIV_Woman02_EP1","Pilot_EP1","TK_CIV_Worker01_EP1","RU_Doctor"];
// START PER TRADER CONFIG
// Whiskey's Parts Shop
menu_RU_Worker1 = [
[["Vehicle Parts",63],["Building Supplies",64]],
@@ -14,7 +15,7 @@ menu_Dr_Annie_Baker_EP1 = [
];
// Alejandria's General Supplies
menu_CIV_EuroWoman01_EP1 = [
[["Food/Drink",70],["Backpacks",72],["Clothes",73],["Toolbelt Items",74]],
[["Food/Drink",70],["Backpacks",72],["Clothes",73],["Toolbelt Items",74]],
[],
"friendly"
];
@@ -62,7 +63,7 @@ menu_ibr_lingorman2 = [
];
// Green's Quality Cars
menu_Citizen2_EP1 = [
[["Tracked Vehicles",90],["Armed Vehicles",91],["Fuel Trucks",92],["Armored Vehicles",93],["SUV's",120],["Military Unarmed",308]],
[["Tracked Vehicles",90],["Armed Vehicles",91],["Fuel Trucks",92],["Armored Vehicles",93],["SUV's",120]],
[],
"friendly"
];
@@ -171,12 +172,6 @@ menu_TK_CIV_Worker01_EP1 = [
// Mad Scientist
menu_RU_Doctor = [
[["Medical Supplies",193]],
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
"neutral"
];
// Jeeves
menu_CIV_Contractor1_BAF = [
[["Black Market Weapons",452],["Black Market Ammo",453]],
[],
"neutral"
];