Advertisement
Adam19111984

Untitled

Jul 13th, 2014
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. // server_traders file for IT07's Custom Epoch Chernarus Traders V1.42
  2. serverTraders = ["FR_Marksman","FR_Light","CIV_EuroWoman01_EP1","Worker1","RU_Assistant","Citizen1","GER_Soldier_EP1","Citizen2_EP1","Citizen3_EP1","CIV_EuroMan02_EP1","Citizen4","USMC_Soldier_Light","Assistant","Citizen2","FR_Sykes","CIV_EuroWoman02_EP1","Worker2","Soldier_M4A3_PMC","Pilot_EP1","Pierce","US_Soldier_Officer_EP1","US_Delta_Force_Medic_EP1","FR_Rodriguez","Dr_Annie_Baker_EP1","Worker3","RU_Doctor","Citizen3"];
  3.  
  4. /* NWA TRADER */
  5. // Weapons, NWA Bash
  6. menu_FR_Marksman = [
  7. [["Assault Rifle",602],["Light Machine Gun",603],["Pistols",606],["Shotguns and Single-shot",607],["Sniper Rifle",605],["Submachine Guns",604]],
  8. [],
  9. "neutral"
  10. ];
  11. // Ammo, NWA Bash
  12. menu_FR_Light = [
  13. [["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]],
  14. [],
  15. "neutral"
  16. ];
  17. // General Store, NWA Bash
  18. menu_CIV_EuroWoman01_EP1 = [
  19. [["Backpacks",632],["Clothes",631],["Cooked Meats",634],["Drinks",633],["Packaged Food",635]],
  20. [["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
  21. "neutral"
  22. ];
  23. // Vehicles, NWA Bash
  24. menu_Worker1 = [
  25. [["Bikes and ATV",587],["Buses and Vans",588],["Cargo Trucks",586],["Fuel Trucks",589],["Military Unarmed",598],["Trucks",590],["Used Cars",520],["Utility Vehicles",591]],
  26. [],
  27. "neutral"
  28. ];
  29. // Medical Supplies, NWA Bash
  30. menu_RU_Assistant = [
  31. [["Chem-lites/Flares",669],["Medical Supplies",670],["Smoke Grenades",671]],
  32. [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  33. "neutral"
  34. ];
  35. // Building/Parts/Tools, NWA Bash
  36. menu_Citizen1 = [
  37. [["Building Supplies",508],["Toolbelt Items",510],["Vehicle Parts",509]],
  38. [],
  39. "neutral"
  40. ];
  41.  
  42. /* BANDIT TRADER */
  43. menu_GER_Soldier_EP1 = [
  44. [["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
  45. [],
  46. "hostile"
  47. ];
  48.  
  49. /* BALOTA WHOLESALER */
  50. menu_Citizen2_EP1 = [
  51. [["Wholesale",636]],
  52. [],
  53. "neutral"
  54. ];
  55.  
  56. /* CHERNO ELECTRO BOAT DEALER */
  57. menu_Citizen3_EP1 = [
  58. [["Boats Armed",558],["Boats Unarmed",557]],
  59. [],
  60. "neutral"
  61. ];
  62.  
  63. /* THREE VALLEYS BOAT DEALER */
  64. menu_CIV_EuroMan02_EP1 = [
  65. [["Boats Armed",673],["Boats Unarmed",672]],
  66. [],
  67. "neutral"
  68. ];
  69.  
  70. /* SOLNICHY WHOLESALER */
  71. menu_Citizen4 = [
  72. [["Wholesale",555]],
  73. [],
  74. "neutral"
  75. ];
  76.  
  77. /* KLEN TRADER */
  78. // Ammo, Klen
  79. menu_USMC_Soldier_Light = [
  80. [["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]],
  81. [],
  82. "friendly"
  83. ];
  84. // Medical Supplies, Klen
  85. menu_Assistant = [
  86. [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
  87. [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  88. "friendly"
  89. ];
  90. // Building/Parts/Tools, Klen
  91. menu_Citizen2 = [
  92. [["Building Supplies",530],["Toolbelt Items",532],["Vehicle Parts",531]],
  93. [],
  94. "friendly"
  95. ];
  96. // Weapons, Klen
  97. menu_FR_Sykes = [
  98. [["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
  99. [],
  100. "friendly"
  101. ];
  102. // General Store, Klen
  103. menu_CIV_EuroWoman02_EP1 = [
  104. [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
  105. [["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
  106. "friendly"
  107. ];
  108. // Vehicles, Klen
  109. menu_Worker2 = [
  110. [["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]],
  111. [],
  112. "friendly"
  113. ];
  114.  
  115. /* HERO TRADER */
  116. menu_Soldier_M4A3_PMC = [
  117. [["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
  118. [],
  119. "hero"
  120. ];
  121.  
  122. /* AIRCRAFT TRADER NEA */
  123. menu_Pilot_EP1 = [
  124. [["Airplanes",517],["Helicopter Unarmed",519]],
  125. [],
  126. "neutral"
  127. ];
  128.  
  129. /* AIRCRAFT TRADER NWA */
  130. menu_Pierce = [
  131. [["Airplanes",517],["Helicopter Unarmed",519]],
  132. [],
  133. "neutral"
  134. ];
  135.  
  136. /* STARY TRADER */
  137. // Ammunition, Stary
  138. menu_US_Soldier_Officer_EP1 = [
  139. [["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]],
  140. [],
  141. "neutral"
  142. ];
  143. // Weapons, Stary
  144. menu_US_Delta_Force_Medic_EP1 = [
  145. [["Assault Rifle",637],["Light Machine Gun",638],["Pistols",674],["Shotguns and Single-shot",641],["Sniper Rifle",640],["Submachine Guns",642]],
  146. [],
  147. "neutral"
  148. ];
  149. // Black market, Stary
  150. menu_FR_Rodriguez = [
  151. [["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]],
  152. [],
  153. "neutral"
  154. ];
  155. // General Store, Stary
  156. menu_Dr_Annie_Baker_EP1 = [
  157. [["Backpacks",496],["Clothes",497],["Cooked Meats",580],["Drinks",498],["Packaged Food",579]],
  158. [["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
  159. "neutral"
  160. ];
  161. // Vehicles, Stary
  162. menu_Worker3 = [
  163. [["Bikes and ATV",650],["Buses and Vans",651],["Cargo Trucks",653],["Fuel Trucks",655],["Military Unarmed",658],["Trucks",659],["Used Cars",660],["Utility Vehicles",661]],
  164. [],
  165. "neutral"
  166. ];
  167. // Medical Supplies, Stary
  168. menu_RU_Doctor = [
  169. [["Chem-lites/Flares",666],["Medical Supplies",665],["Smoke Grenades",668]],
  170. [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  171. "neutral"
  172. ];
  173. // Building/Parts/Tools, Stary
  174. menu_Citizen3 = [
  175. [["Building Supplies",662],["Toolbelt Items",663],["Vehicle Parts",664]],
  176. [],
  177. "neutral"
  178. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement