0.931 chernarus mission

This commit is contained in:
vbawol
2013-02-07 07:45:56 -06:00
parent dfbbaad8c5
commit ef3c573b92
6 changed files with 855 additions and 412 deletions

View File

@@ -14,17 +14,21 @@ serverTraders = [
"Dr_Hladik_EP1",
"Doctor",
"RU_Functionary1",
"RU_Villager3"
"RU_Villager3",
"RU_Citizen4",
"RU_Citizen1",
"Pilot_EP1",
"Rita_Ensler_EP1"
];
// Weapons Traders
menu_CIV_EuroMan01_EP1 = [
[["Sidearm",11],["Rifle",12],["Shotgun",13],["Assault Rifle",14],["Machine Gun",15],["Sniper Rifle",16]],
[["Sidearm",11],["Rifles",12],["Shotguns and Crossbows",13]],
[],
"friendly"
];
menu_Rocker4 = [
[["Sidearm",1111],["Rifle",1212],["Shotgun",1313],["Assault Rifle",1414],["Machine Gun",1515],["Sniper Rifle",1616]],
[["Sidearm",1111],["Rifles",1212],["Shotguns and Crossbows",1313]],
[],
"friendly"
];
@@ -43,7 +47,7 @@ menu_Woodlander1 = [
// Can Traders
menu_RU_WorkWoman1 = [
[["Food and Drinks",51],["Backpacks",52],["Toolbelt",53],["Clothes",54]],
[["Food and Drinks",51],["Backpacks",52],["Toolbelt Items",53],["Clothes",54]],
[
["ItemCopperBar","ItemSodaEmpty",1,3,"buy","Empty Soda Cans","Copper Bar",103],
["ItemCopperBar","TrashTinCan",1,3,"buy","Empty Tin Cans","Copper Bar",102],
@@ -60,17 +64,33 @@ menu_RU_WorkWoman5 = [
],
"friendly"
];
menu_Rita_Ensler_EP1 = [
[["Food and Drinks",515151],["Backpacks",525252],["Toolbelt",535353],["Clothes",545454]],
[
["ItemCopperBar","ItemSodaEmpty",1,3,"buy","Empty Soda Cans","Copper Bar",103],
["ItemCopperBar","TrashTinCan",1,3,"buy","Empty Tin Cans","Copper Bar",102],
["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]
],
"friendly"
];
// Ammo Traders
menu_CIV_EuroMan02_EP1 = [
[["Sidearm Ammo",1],["Rifle Ammo",2],["Shotgun and Crossbow Ammo",3],["Assault Rifle Ammo",4],["Machine Gun Ammo",5],["Sniper Rifle Ammo",6]],
[["Sidearm Ammo",1],["Rifle Ammo",2],["Shotgun and Crossbow Ammo",3]],
[],
"friendly"
];
menu_RU_Citizen3 = [
[["Sidearm Ammo",1001],["Rifle Ammo",2002],["Shotgun and Crossbow Ammo",3003],["Assault Rifle Ammo",4004],["Machine Gun Ammo",5005],["Sniper Rifle Ammo",6006]],
[["Sidearm Ammo",1001],["Rifle Ammo",2002],["Shotgun and Crossbow Ammo",3003]],
[],
"friendly"
];
// ,["Assault Rifle Ammo",4004],["Machine Gun Ammo",5005],["Sniper Rifle Ammo",6006]
menu_Pilot_EP1 = [
[["Assault Rifle Ammo",4],["Machine Gun Ammo",5],["Sniper Rifle Ammo",6]],
[],
"neutral"
];
// Auto Traders
menu_Worker3 = [
[["Cars",41],["Trucks Unarmed",42],["SUV",466],["Buses and Vans",467],["Offroad",43],["Helicopter Unarmed",44],["Military Unarmed",45]],
@@ -98,31 +118,40 @@ menu_Doctor = [
// Metals Traders
menu_RU_Functionary1 = [
[["Vaults",411]],
[
["ItemSilverBar","ItemCopperBar",1,6,"buy","Copper","Silver",99],
["ItemCopperBar","ItemSilverBar",6,1,"buy","Silver","Copper",98],
["ItemGoldBar","ItemSilverBar",1,6,"buy","Silver","Gold",97],
["ItemSilverBar","ItemGoldBar",6,1,"buy","Gold","Silver",96]
[
["ItemSilverBar","ItemCopperBar",1,6,"buy","Copper","Silver",103],
["ItemCopperBar","ItemSilverBar",6,1,"buy","Silver","Copper",102],
["ItemGoldBar","ItemSilverBar",1,6,"buy","Silver","Gold",101],
["ItemSilverBar","ItemGoldBar",6,1,"buy","Gold","Silver",100]
],
"neutral"
];
// Boat Traders
menu_RU_Villager3 = [
[["Boats Unarmed",49],["Boats Armed",499]],
[
["ItemJerrycanEmpty","ItemCopperBar",1,1,"buy","Copper Bar","Empty Jerrycan",101],
["ItemGenerator","ItemGoldBar",1,3,"buy","Gold Bars","Portable Generator",100]
],
"neutral"
];
menu_TK_CIV_Takistani04_EP1 = [
[["Explosives",23]],
[["Boats Unarmed",49],["Boats Armed",499],["Wholesale",99]],
[],
"neutral"
];
menu_TK_CIV_Takistani04_EP1 = [
[["Assault Rifle",14],["Machine Gun",15],["Sniper Rifle",16],["Explosives",23]],
[],
"neutral"
];
menu_RU_Citizen4 = [
[["Wholesale",999]],
[],
"neutral"
];
menu_RU_Citizen1 = [
[["Wholesale",9999]],
[],
"neutral"
];
// Unused
// ["ItemOilBarrel","ItemGoldBar",1,3,"buy","Gold Bars","Oil Barrel",100]
// ["friendly"] must have more than -2000 humanity,
// ["neutral"] can have any ammount of humanity
// ["hostile"] must have lower than -2000