Jump to content
  • 0

Lingor Traders


Anhor

Question

Hi guys,

has anyone a server_traders.sqf like this (it´s Taki) for Lingor on the hand?

Spoiler

serverTraders = [
"TK_CIV_Takistani03_EP1","TK_CIV_Woman03_EP1","TK_CIV_Woman02_EP1","Woodlander2","TK_CIV_Takistani05_EP1","Dr_Annie_Baker_EP1","RU_Profiteer3","Profiteer1","RU_Profiteer2","RU_Damsel4","TK_CIV_Takistani06_EP1","TK_CIV_Takistani04_EP1","TK_CIV_Takistani02_EP1","RU_Pilot","RU_Sportswoman5","RU_Woodlander3","RU_Citizen4","Soldier_MG_PKM_PMC",
"Functionary1",
"TK_GUE_Soldier_Sniper_EP1"
];

// Hero Vendor
menu_Functionary1 = [
    [["Attachments",693],["Ammunition",478],["Currency and gems",1100],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
    [],
    "hero"
];

// Bandit Traders
menu_TK_GUE_Soldier_Sniper_EP1 = [
    [["Currency and gems",1100],["Helicopter Armed",512],["Military Armed",569]],
    [],
    "special"
];

// Nur Building/Parts
menu_TK_CIV_Takistani03_EP1 = [
    [["Building Supplies",678],["Currency and gems",1100],["Tools",679],["Vehicle Parts",677]],
    [],
    "neutral"
];

// Nur General Store
menu_TK_CIV_Woman03_EP1 = [
    [["Backpacks",538],["Currency and gems",1100],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
    [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
    "neutral"
];

// Nur Medical Supplies
menu_TK_CIV_Woman02_EP1 = [
    [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
    [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
    "neutral"
];

// Kush Vehicles
menu_Woodlander2 = [
    [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565]],
    [],
    "neutral"
];

// Kush Building/Parts
menu_TK_CIV_Takistani05_EP1 = [
    [["Building Supplies",678],["Currency and gems",1100],["Tools",679],["Vehicle Parts",677]],
    [],
    "neutral"
];

// Kush Medical Supplies
menu_Dr_Annie_Baker_EP1 = [
    [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
    [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
    "neutral"
];

// Kush Weapons
menu_RU_Profiteer3 = [
    [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
    [],
    "neutral"
];

// Kush Ammunition
menu_Profiteer1 = [
    [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]],
    [],
    "neutral"
];

// Garmsar Vehicles
menu_RU_Profiteer2 = [
    [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565]],
    [],
    "neutral"
];

// Garmsar General Store
menu_RU_Damsel4 = [
    [["Backpacks",538],["Currency and gems",1100],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
    [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
    "neutral"
];

// Nur Weapons
menu_TK_CIV_Takistani06_EP1 = [
    [["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
    [],
    "neutral"
];

// Nur Ammunition
menu_TK_CIV_Takistani04_EP1 = [
    [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]],
    [],
    "neutral"
];

// Garmsar Building/Parts
menu_TK_CIV_Takistani02_EP1 = [
    [["Building Supplies",678],["Currency and gems",1100],["Tools",679],["Vehicle Parts",677]],
    [],
    "neutral"
];

// Aircraft Dealer
menu_RU_Pilot = [
    [["Airplanes",517],["Currency and gems",1100],["Helicopter Unarmed",519]],
    [],
    "neutral"
];

// Kush General Store
menu_RU_Sportswoman5 = [
    [["Backpacks",538],["Currency and gems",1100],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
    [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
    "neutral"
];

// South Wholesaler
menu_RU_Woodlander3 = [
    [["Wholesale",675],["Currency and gems",1100]],
    [],
    "neutral"
];

// North Wholesaler
menu_RU_Citizen4 = [
    [["Wholesale",675],["Currency and gems",1100]],
    [],
    "neutral"

I have non for Lingor in my server files and I need it because of ZSC. I would be appreciative for this.

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
8 hours ago, salival said:

I can do this soon if no-one else has. Would be good to add it to ZSC, too.

I got those files done, I notice Lingor doesn't have a black market trader, though.

Even if these aren't 100% they should be good enough for a base

https://github.com/oiad/ZSC/commit/0792601dadc762269213d9d691577d3c325a58f3

Link to comment
Share on other sites

  • 0

man, i had some lol... wish i seen this before. Sahrani is missing from the mission file also. We completely redid the traders there too. So if they are needed let me know :)

Link to comment
Share on other sites

  • 0
2 minutes ago, theduke said:

man, i had some lol... wish i seen this before. Sahrani is missing from the mission file also. We completely redid the traders there too. So if they are needed let me know :)

I only did the popular ones at the time to get it done, I can add them if you send me them.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...