Advertisement
DeanReid

servertraders

Oct 20th, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 7.09 KB | None | 0 0
  1. // DayZ Epoch TRADERS for 11
  2. serverTraders = ["Functionary1_EP1_DZ","RU_Functionary1","RU_Citizen3","Rocker4","Profiteer4","Rita_Ensler_EP1","CIV_EuroMan01_EP1","CIV_EuroMan02_EP1","TK_GUE_Soldier_5_EP1","GUE_Soldier_MG","Worker2","Worker3","Woodlander1","UN_CDF_Soldier_Pilot_EP1","RU_WorkWoman1","Dr_Annie_Baker_EP1","RU_Citizen4","RU_WorkWoman5","RU_Citizen1","RU_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","Woodlander3","Dr_Hladik_EP1","Doctor","HouseWife1","GUE_Woodlander2","SurvivorWpink_DZ"];
  3.  
  4. //------------------------------------------------------------------------------------------------
  5. //----------------------------------------Humanity Traders----------------------------------------
  6. //------------------------------------------------------------------------------------------------
  7. // Hero Trader
  8. menu_RU_Functionary1 = [
  9.     [["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
  10.     [],
  11.     "hero"
  12. ];
  13. // Bandit Trader
  14. menu_GUE_Soldier_MG = [
  15.     [["Ammunition",577],["Clothes",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
  16.     [],
  17.     "hostile"
  18. ];
  19. //------------------------------------------------------------------------------------------------
  20. //----------------------------------------Trader City Stary---------------------------------------
  21. //------------------------------------------------------------------------------------------------
  22. // General Store Stary
  23. menu_Rita_Ensler_EP1 = [
  24.     [["Backpacks",496],["Clothes",497],["Cooked Meats",580],["Drinks",498],["Packaged Food",579],["Money",700]],
  25.     [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
  26.     "neutral"
  27. ];
  28. // Vehicles Trader Stary
  29. menu_RU_Profiteer4 = [
  30.     [["Bikes and ATVs",650],["Buses and Vans",651],["Cargo Trucks",653],["Fuel Trucks",655],["Military Unarmed",658],["Trucks",659],["Used Cars",660],["Utility Vehicles",661]],
  31.     [],
  32.     "neutral"
  33. ];
  34. // Building/Parts Trader Stary
  35. menu_Woodlander3 = [
  36.     [["Building Supplies",662],["Toolbelt Items",663],["Vehicle Parts",664]],
  37.     [],
  38.     "neutral"
  39. ];
  40. // Medical Supplies Stary
  41. menu_Dr_Hladik_EP1 = [
  42.     [["Chem-lites/Flares",666],["Medical Supplies",665],["Smoke Grenades",668]],
  43.     [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  44.     "neutral"
  45. ];
  46. // Weapons Trader Stary
  47. menu_TK_CIV_Takistani04_EP1 = [
  48.     [["Assault Rifle",637],["Light Machine Gun",638],["Pistols",674],["Shotguns and Single-shot",641],["Sniper Rifle",640],["Submachine Guns",642]],
  49.     [],
  50.     "neutral"
  51. ];
  52. // Ammunition Trader Stary
  53. menu_Pilot_EP1 = [
  54.     [["Assault Rifle Ammo",643],["Light Machine Gun Ammo",644],["Pistol Ammo",646],["Shotguns and Single-shot Ammo",649],["Sniper Rifle Ammo",647],["Submachine Gun Ammo",648]],
  55.     [],
  56.     "neutral"
  57. ];
  58. // Black market Stary
  59. menu_GUE_Woodlander2 = [
  60.     [["Black Market Ammo",527],["Black Market Weapons",526],["Mk16/17 Variants",900],["AK/AKS Variants",901],["Explosives",529]],
  61.     [],
  62.     "neutral"
  63. ];
  64. //------------------------------------------------------------------------------------------------
  65. //----------------------------------------Trader City Klen----------------------------------------
  66. //------------------------------------------------------------------------------------------------
  67. // General Store Klen
  68. menu_RU_WorkWoman1 = [
  69.     [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629],["Money",700]],
  70.     [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
  71.     "friendly"
  72. ];
  73. // Vehicle Trader Klen
  74. menu_Profiteer4 = [
  75.     [["Bikes and ATVs",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565]],
  76.     [],
  77.     "friendly"
  78. ];
  79. // Building/Parts Trader Klen
  80. menu_Woodlander1 = [
  81.     [["Building Supplies",530],["Toolbelt Items",532],["Vehicle Parts",531]],
  82.     [],
  83.     "friendly"
  84. ];
  85. // Medical Supplies Klen
  86. menu_Dr_Annie_Baker_EP1 = [
  87.     [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
  88.     [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  89.     "friendly"
  90. ];
  91. // Weapons Trader Klen
  92. menu_Rocker4 = [
  93.     [["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
  94.     [],
  95.     "friendly"
  96. ];
  97. // Ammunition Trader Klen
  98. menu_RU_Citizen3 = [
  99.     [["Assault Rifle Ammo",480],["Light Machine Gun Ammo",481],["Pistol Ammo",484],["Shotguns and Single-shot Ammo",573],["Sniper Rifle Ammo",482],["Submachine Gun Ammo",483]],
  100.     [],
  101.     "friendly"
  102. ];
  103. //------------------------------------------------------------------------------------------------
  104. //----------------------------------------Trader City Bash----------------------------------------
  105. //------------------------------------------------------------------------------------------------
  106. // General Store Bash
  107. menu_RU_WorkWoman5 = [
  108.     [["Backpacks",632],["Clothes",631],["Cooked Meats",634],["Drinks",633],["Packaged Food",635],["Money",700]],
  109.     [["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
  110.     "neutral"
  111. ];
  112. // Vehicles Trader Bash
  113. menu_Worker3 = [
  114.     [["Bikes and ATVs",587],["Buses and Vans",588],["Cargo Trucks",586],["Fuel Trucks",589],["Military Unarmed",598],["Trucks",590],["Used Cars",520],["Utility Vehicles",591]],
  115.     [],
  116.     "neutral"
  117. ];
  118. // Building/Parts Trader Bash
  119. menu_TK_GUE_Soldier_5_EP1 = [
  120.     [["Building Supplies",508],["Toolbelt Items",510],["Vehicle Parts",509]],
  121.     [],
  122.     "neutral"
  123. ];
  124. // Medical Supplies Bash
  125. menu_Doctor = [
  126.     [["Chem-lites/Flares",669],["Medical Supplies",670],["Smoke Grenades",671]],
  127.     [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  128.     "neutral"
  129. ];
  130. // Weapons Trader Bash
  131. menu_CIV_EuroMan01_EP1 = [
  132.     [["Assault Rifle",602],["Light Machine Gun",603],["Pistols",606],["Shotguns and Single-shot",607],["Sniper Rifle",605],["Submachine Guns",604]],
  133.     [],
  134.     "neutral"
  135. ];
  136. // Ammunition Trader Bash
  137. menu_CIV_EuroMan02_EP1 = [
  138.     [["Assault Rifle Ammo",609],["Light Machine Gun Ammo",610],["Pistol Ammo",611],["Shotguns and Single-shot Ammo",613],["Sniper Rifle Ammo",614],["Submachine Gun Ammo",612]],
  139.     [],
  140.     "neutral"
  141. ];
  142. //------------------------------------------------------------------------------------------------
  143. //------------------------------------------------------------------------------------------------
  144. //------------------------------------------------------------------------------------------------
  145.  
  146. // Aircraft Dealer
  147. menu_Worker2 = [
  148.     [["Airplanes",517],["Helicopter Unarmed",519]],
  149.     [],
  150.     "neutral"
  151. ];
  152.  
  153. // East Wholesaler
  154. menu_RU_Citizen4 = [
  155.     [["Wholesale",555]],
  156.     [],
  157.     "neutral"
  158. ];
  159. // West Wholesaler
  160. menu_RU_Citizen1 = [
  161.     [["Wholesale",636]],
  162.     [],
  163.     "neutral"
  164. ];
  165.  
  166.  
  167. // Boat Vendor 1
  168. menu_RU_Villager3 = [
  169.     [["Boats Armed",558],["Boats Unarmed",557]],
  170.     [],
  171.     "neutral"
  172. ];
  173. // Boat Trader 2
  174. menu_HouseWife1 = [
  175.     [["Boats Armed",673],["Boats Unarmed",672]],
  176.     [],
  177.     "neutral"
  178. ];
  179.  
  180. // Bike Vendors
  181. menu_SurvivorWpink_DZ = [
  182.     [["Bikes and ATVs",800]],
  183.     [],
  184.     "neutral"
  185. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement